class RAnim |
Client-side handle to a server-side animation class.
This class should be sub-classed to provide a client side interface to the server side animation DLL. The server side animation DLL is derived from CAnim.
Public Member Functions | |
---|---|
~RAnim() | |
IMPORT_C void | Close() |
IMPORT_C void | Destroy() |
Protected Member Functions | |
---|---|
RAnim() | |
RAnim(RAnimDll &) | |
IMPORT_C void | AsyncCommandReply(TRequestStatus &, TInt, const TIpcArgs &) |
IMPORT_C void | Command(TInt, const TPtrC8 &) |
IMPORT_C void | Command(TInt) |
IMPORT_C TInt | CommandReply(TInt) |
IMPORT_C TInt | CommandReply(TInt, const TPtrC8 &) |
IMPORT_C TInt | CommandReply(TInt, const TDesC8 &, const TIpcArgs &) |
IMPORT_C TInt | Construct(const RWindowBase &, TInt, const TDesC8 &) |
IMPORT_C TInt | Construct(const RWindowBase &, TInt, const TDesC8 &, const TIpcArgs &) |
IMPORT_C TInt | Construct(const RWsSprite &, TInt, const TDesC8 &) |
IMPORT_C TInt | Construct(const RWsSprite &, TInt, const TDesC8 &, const TIpcArgs &) |
Private Attributes | |
---|---|
RAnimDll * | iAnimDll |
TInt32 | iHandle |
IMPORT_C void | AsyncCommandReply | ( | TRequestStatus & | aRequestStatus, |
TInt | aOpcode, | |||
const TIpcArgs & | aIpcArgs | |||
) | [protected] |
TRequestStatus & aRequestStatus | |
TInt aOpcode | |
const TIpcArgs & aIpcArgs |
IMPORT_C TInt | CommandReply | ( | TInt | aOpcode, |
const TPtrC8 & | aArgs | |||
) | [protected] |
IMPORT_C TInt | CommandReply | ( | TInt | aOpcode, |
const TDesC8 & | aArgs, | |||
const TIpcArgs & | aIpcArgs | |||
) | [protected] |
IMPORT_C TInt | Construct | ( | const RWindowBase & | aDevice, |
TInt | aType, | |||
const TDesC8 & | aParams | |||
) | [protected] |
const RWindowBase & aDevice | |
TInt aType | |
const TDesC8 & aParams |
IMPORT_C TInt | Construct | ( | const RWindowBase & | aDevice, |
TInt | aType, | |||
const TDesC8 & | aParams, | |||
const TIpcArgs & | aIpcArgs | |||
) | [protected] |
const RWindowBase & aDevice | |
TInt aType | |
const TDesC8 & aParams | |
const TIpcArgs & aIpcArgs |
IMPORT_C TInt | Construct | ( | const RWsSprite & | aDevice, |
TInt | aType, | |||
const TDesC8 & | aParams | |||
) | [protected] |
IMPORT_C TInt | Construct | ( | const RWsSprite & | aDevice, |
TInt | aType, | |||
const TDesC8 & | aParams, | |||
const TIpcArgs & | aIpcArgs | |||
) | [protected] |