Location:
clock.h
Link against: clock.lib
RTimeDevice
Supported from 5.0
Sets display parameters for clocks.
|
Defined in RTimeDevice:
Draw(), SetPosition(), SetPositionAndSize(), SetSize(), SetVisible(), UpdateDisplay()
Inherited from RAnim:
Command(),
CommandReply(),
Construct(),
Destroy()
Inherited from RAnimWithUtils:
Close()
void SetPosition(const TPoint& aPosition);
Sets the clock's on-screen position.
This function can only be called after full construction of the clock.
|
void SetPositionAndSize(const TPoint& aPosition, const TSize& aSize);
Sets the clock's on-screen position and size.
This function can only be called after full construction of the clock.
|
void SetSize(const TSize& aSize);
Sets the clock's on-screen size.
This function can only be called after full construction of the clock.
|
void SetVisible(TBool aVisible);
Makes the clock visible. By default, clocks are invisible.
This function can only be called after full construction of the clock.
|
void UpdateDisplay();
Forces an update to the clock's display.
This function can only be called after full construction of the clock.