CEikInverterCommandButton Class Reference

Link against: avkon.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <
EIKCMBUT.H>

Inherits CEikCommandButton.


Detailed Description

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.
Since:
S60 1.0

Public Member Functions

IMPORT_C CEikInverterCommandButton ()
 Constructor.
IMPORT_C ~CEikInverterCommandButton ()
 C++ destructor.
IMPORT_C void HandlePointerEventL (const TPointerEvent &aPointerEvent)
 From CCoeControl.

Protected Member Functions

IMPORT_C void WriteInternalStateL (RWriteStream &aWriteStream) const
 From CCoeControl.

Constructor & Destructor Documentation

IMPORT_C CEikInverterCommandButton::CEikInverterCommandButton  ) 
 

Constructor.

IMPORT_C CEikInverterCommandButton::~CEikInverterCommandButton  ) 
 

C++ destructor.


Member Function Documentation

IMPORT_C void CEikInverterCommandButton::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

Handle a pointer event coming from the CONE framework

Parameters:
aPointerEvent Event to handle

Reimplemented from CEikCommandButton.

IMPORT_C void CEikInverterCommandButton::WriteInternalStateL RWriteStream &  aWriteStream  )  const [protected]
 

From CCoeControl.

Serialize the state of the control

Parameters:
aWriteStream Output stream for the serialization

Reimplemented from CEikCommandButtonBase.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top