|
|
|
|
Location:
CLOCK.H
Link against: clock.lib
class RTimeDevice : public RAnimWithUtils;
Sets display parameters for clocks.
RAnim - Client-side handle to a server-side animation class
RAnimWithUtils - Utility class to support clock animation
RTimeDevice - Sets display parameters for clocks
Defined in RTimeDevice:
Draw(), SetPosition(), SetPositionAndSize(), SetSize(), SetVisible(), UpdateDisplay()
Inherited from RAnim:
AsyncCommandReply(),
Command(),
CommandReply(),
Construct(),
Destroy()
Inherited from RAnimWithUtils:
Close()
IMPORT_C 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.
|
IMPORT_C 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.
|
IMPORT_C void SetPosition(const TPoint &aPosition);
Sets the clock's on-screen position.
This function can only be called after full construction of the clock.
|
IMPORT_C void SetSize(const TSize &aSize);
Sets the clock's on-screen size.
This function can only be called after full construction of the clock.
|
IMPORT_C void UpdateDisplay();
Forces an update to the clock's display.
This function can only be called after full construction of the clock.
IMPORT_C void Draw();
Draws the clock.