class RAnimWithUtils : public RAnim |
Utility class to support clock animation.
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
Protected Member Functions | |
---|---|
RAnimWithUtils(RAnimDll &, const RWindowBase &) | |
void | AppendToConstructorBufL(const TDesC8 &) |
TConstructorBuf8 & | ConstructorBuf() |
TBool | ConstructorBufAlreadySent() |
TBool | ConstructorBufExists() |
void | SendConstructorBufIfCompleteL(TInt) |
void | SendConstructorBufL(TInt) |
void | SetNumAdditionsStillExpected(TInt) |
Private Attributes | |
---|---|
TConstructorBuf8 * | iConstructorBuf |
TBool | iConstructorBufAlreadySent |
TInt | iNumAdditionsStillExpected |
const RWindowBase & | iWindow |
RAnimWithUtils | ( | RAnimDll & | aAnimDll, |
const RWindowBase & | aWindow | ||
) | [protected] |
RAnimDll & aAnimDll | |
const RWindowBase & aWindow |
void | AppendToConstructorBufL | ( | const TDesC8 & | aData | ) | [protected] |
const TDesC8 & aData |
void | SendConstructorBufIfCompleteL | ( | TInt | aAnimatedObjectType | ) | [protected] |
TInt aAnimatedObjectType |
void | SendConstructorBufL | ( | TInt | aAnimatedObjectType | ) | [protected] |
TInt aAnimatedObjectType |
void | SetNumAdditionsStillExpected | ( | TInt | aNumAdditionsStillExpected | ) | [protected] |
TInt aNumAdditionsStillExpected |