CEikInverterCommandButton Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib avkon.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.

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-2008
Back to top