#include <datatypes.h>
Inheritance diagram for YASA_PRIORITY:
Public Member Functions | |
YASA_PRIORITY (int p=YG_MIN_PRIORITY) | |
YASA_PRIORITY (const YASA_PRIORITY *p) | |
virtual QString | GetContentString () const |
Returns the content as string, e.g. for writing configuration files. | |
virtual QString | GetVisibleContentString () const |
virtual int | ReadFromString (const QString &s) |
Read the contents from a string, e.g. reading from configuration files. | |
int | operator- (const YASA_PRIORITY &p) const |
bool | operator< (const YASA_PRIORITY &p) const |
bool | operator<= (const YASA_PRIORITY &p) const |
bool | operator> (const YASA_PRIORITY &p) const |
bool | operator>= (const YASA_PRIORITY &p) const |
operator int () const | |
const int & | operator= (const int &c) |
This operator sets the content of the instance. | |
virtual bool | CheckLimits (int &dest, const int &source) const |
|
|
|
|
|
Checks the limits of and copies a final version to dest which will be used during SetContent()
Reimplemented from YDerivedType< int >. |
|
Returns the content as string, e.g. for writing configuration files.
Reimplemented from YDerivedObject. |
|
Returns a visible string of the content. This is used to print the contents in a localized way (such as "infinity") Reimplemented from YDerivedObject. |
|
|
|
|
|
|
|
|
|
This operator sets the content of the instance.
Reimplemented from YDerivedType< int >. |
|
|
|
|
|
Read the contents from a string, e.g. reading from configuration files.
Reimplemented from YDerivedObject. |