#include <datatypes.h>
Inheritance diagram for YASA_CALCPREEMPTIONTIME:
Public Member Functions | |
YASA_CALCPREEMPTIONTIME (bool b=SUPPORT_CALC_PREEMPTIONTIME) | |
YASA_CALCPREEMPTIONTIME (const YASA_CALCPREEMPTIONTIME *b) | |
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 bool () const | |
virtual bool | CheckLimits (bool &dest, const bool &source) const |
const bool & | operator= (const bool &c) |
This operator sets the content of the instance. |
|
|
|
|
|
This function is used to derive the content from parents If one of the parent objects does not support calcpreemptiontime there is no support for any child possible Reimplemented from YDerivedType< bool >. |
|
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< bool >. |
|
Read the contents from a string, e.g. reading from configuration files.
Reimplemented from YDerivedObject. |