#include <datatypes.h>
Inheritance diagram for YASA_SCHEDULERTYPE:
Public Member Functions | |
YASA_SCHEDULERTYPE (int t=YASA_SCHEDULER_STATIC) | |
YASA_SCHEDULERTYPE (const YASA_SCHEDULERTYPE *t) | |
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. | |
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. |