CListBoxData::CFontsWithStyle Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eiklbd.h>

Public Member Functions

  CFontsWithStyle ()
  C++ default constructor.
  ~CFontsWithStyle ()
  Destructor.
IMPORT_C void  ReleaseFonts ()
  Releases fonts when they are no longer required.
IMPORT_C TFontStyle  FontStyle ()
  Getter for used font style.
IMPORT_C void  SetFontStyle (TFontStyle aFontStyle)
  Setter for used font style.

Data Fields

CArrayPtrFlat< CFont > *  iFonts
  CArrayPtrFlat<CFont> is used instead of CFont*, because in some subclasses this structure can contain more than 1 font.

Constructor & Destructor Documentation

CListBoxData::CFontsWithStyle::CFontsWithStyle  ) 
 

C++ default constructor.

CListBoxData::CFontsWithStyle::~CFontsWithStyle  ) 
 

Destructor.


Member Function Documentation

IMPORT_C TFontStyle CListBoxData::CFontsWithStyle::FontStyle  ) 
 

Getter for used font style.

Returns:
TFontStyle Used font style
IMPORT_C void CListBoxData::CFontsWithStyle::ReleaseFonts  ) 
 

Releases fonts when they are no longer required.

IMPORT_C void CListBoxData::CFontsWithStyle::SetFontStyle TFontStyle  aFontStyle  ) 
 

Setter for used font style.

Returns:
aFontStyle Font style to use.

Field Documentation

CArrayPtrFlat<CFont>* CListBoxData::CFontsWithStyle::iFonts
 

CArrayPtrFlat<CFont> is used instead of CFont*, because in some subclasses this structure can contain more than 1 font.


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

Copyright © Nokia Corporation 2001-2008
Back to top