#include <mw/coetextdrawer.h>
class CCoePlainTextDrawer : public CCoeTextDrawerBase |
Public Member Functions | |
---|---|
virtual IMPORT_C void | SetTextColor(TRgb) |
virtual DECLARE_TYPE_ID(0x1020831A) public IMPORT_C TRgb | TextColor() |
Protected Member Functions | |
---|---|
virtual IMPORT_C TTypeUid::Ptr | MopSupplyObject(TTypeUid) |
This is a basic text drawer without any text effects. The default text drawer that can be used if no other (device specific) text drawers has been added to the system.
IMPORT_C TTypeUid::Ptr | MopSupplyObject | ( | TTypeUid | aId | ) | [protected, virtual] |
Reimplemented from MObjectProvider::MopSupplyObject(TTypeUid)
This function is defined by the MObjectProvider class. It allows the actual type of text drawer to be identified.
See also: MObjectProvider
Parameters | |
---|---|
aId | The type of the desired object. |
IMPORT_C void | SetTextColor | ( | TRgb | aTextColor | ) | [virtual] |
Reimplemented from CCoeTextDrawerBase::SetTextColor(TRgb)
DECLARE_TYPE_ID(0x1020831A) public IMPORT_C TRgb | TextColor | ( | ) | const [virtual] |
Reimplemented from CCoeTextDrawerBase::TextColor()const