#include <datatypes.h>
Inheritance diagram for YASA_TICK:
Public Member Functions | |
YASA_TICK (YASA_TIME t=YASA_TIME_INFINITY) | |
YASA_TICK (const YTIME *t) | |
void | SetMinTimerTick (YASA_TIME t) |
virtual bool | CheckLimits (YASA_TIME &dest, const YASA_TIME &source) const |
const YASA_TIME & | operator= (const YASA_TIME &c) |
This operator sets the content of the instance. | |
virtual QString | GetVisibleContentString () const |
Private Attributes | |
YASA_TIME | min_tick |
|
|
|
|
|
This function is used to derive the content from parents If one of the parent objects does not support timer tick there is no support for any child possible Reimplemented from YTIME. |
|
returns the time as visible string with explanations like "infinity" Reimplemented from YTIME. |
|
This operator sets the content of the instance.
Reimplemented from YTIME. |
|
|
|
|