#include <mw/eikcmbut.h>
class CEikInverterCommandButton : public CEikCommandButton |
Public Member Functions | |
---|---|
CEikInverterCommandButton() | |
~CEikInverterCommandButton() | |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | WriteInternalStateL(RWriteStream &) |
The CEikInverterCommandButton class is a command button which swaps the foreground and background colors used to draw the button contents when the button is pressed.
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikCommandButton::HandlePointerEventL(const TPointerEvent &)
From CCoeControl
Handle a pointer event coming from the CONE framework
Parameter | Description |
---|---|
aPointerEvent | Event to handle |
IMPORT_C void | WriteInternalStateL | ( | RWriteStream & | aWriteStream | ) | const [protected, virtual] |
Reimplemented from CEikCommandButtonBase::WriteInternalStateL(RWriteStream &)const
From CCoeControl
Serialize the state of the control
Parameter | Description |
---|---|
aWriteStream | Output stream for the serialization |