TWsGraphicAnimation Class Reference
#include
<w32stdgraphic.h>
Link against: w32stdgraphic.lib
class TWsGraphicAnimation : public TWsGraphicMsgFixedBase, public TWsGraphicMsgFixedBase |
Detailed Description
data attached to a CWindowGc::DrawWsGraphic to allow the artwork to understand VCR-style play-stop-pause commands.
Member Enumeration Documentation
Enum anonymous
Enumerator | Value | Description |
---|
ETypeId | 0x10281AB1 | |
Constructor & Destructor Documentation
TWsGraphicAnimation ( )
IMPORT_C | TWsGraphicAnimation | ( | ) | |
Member Function Documentation
IsPaused ( )
IMPORT_C TBool | IsPaused | ( | ) | const |
IsPlaying ( )
IMPORT_C TBool | IsPlaying | ( | ) | const |
IsStopped ( )
IMPORT_C TBool | IsStopped | ( | ) | const |
IsStopping ( )
IMPORT_C TBool | IsStopping | ( | ) | const |
Loops ( )
IMPORT_C TBool | Loops | ( | ) | const |
Pause ( )
Play ( TBool )
IMPORT_C void | Play | ( | TBool | aLoop | ) | |
Stop ( TBool )
IMPORT_C void | Stop | ( | TBool | aImmediately | ) | |