CEikCapCLabel Class Reference

API published in: S60 1st Ed

Link against: eikdlg.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikcapc.h>

Inherits CEikLabel.


Public Member Functions

  CEikCapCLabel ()
  ~CEikCapCLabel ()
TBool  ColonEnabled () const
void  EnableColon (TBool aEnable)

Protected Member Functions

void  Draw (const TRect &aRect) const
  From CCoeControl.
void  DrawL (const TRect &aRect)

Constructor & Destructor Documentation

CEikCapCLabel::CEikCapCLabel  ) 
 
CEikCapCLabel::~CEikCapCLabel  ) 
 

Member Function Documentation

TBool CEikCapCLabel::ColonEnabled  )  const
 
void CEikCapCLabel::Draw const TRect &  aRect  )  const [protected]
 

From CCoeControl.

Draw a control - called by window server. All controls, except blank controls, should implement this function. The default implementation draws a blank control.

This function is used for window server-initiated redrawing of controls, and for some application-initiated drawing. It should be implemented by each control, but is only called from within CCoeControl's member functions, and not from the derived class. For this reason it is a private member function of CCoeControl.

Parameters:
aRect  The region of the control to be redrawn. Co-ordinates are relative to the control's origin (top left corner).
Panic:
EEikPanicLabelNullText Panics if label text has not been defined.

Reimplemented from CEikLabel.

void CEikCapCLabel::DrawL const TRect &  aRect  )  [protected]
 
void CEikCapCLabel::EnableColon TBool  aEnable  ) 
 

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

Copyright © Nokia Corporation 2001-2008
Back to top