CEikButtonGroupStack Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib avkon.lib

Capability Information

Required Capabilities

None


#include <eikbtgps.h>

Detailed Description

A list of all button groups currently available within a thread.

CEikButtonGroupStack maintains a list of all button groups currently available within a thread. Only button groups that are expected to be available to other controls will register here.


Static Public Member Functions

static IMPORT_C TSize  MinimumSize ()
  Gets the minimum size required to display all the visible button groups on the button group stack.
static CEikButtonGroupContainer Current ()
  Gets the button group currently displayed.
static void  AddL (CEikButtonGroupContainer &aGroup)
  Adds a button group to the button group stack.
static void  Remove (CEikButtonGroupContainer &aGroup)
  Removes the specified button group from the button group stack.

Member Function Documentation

static void CEikButtonGroupStack::AddL CEikButtonGroupContainer aGroup  )  [static]
 

Adds a button group to the button group stack.

Parameters:
aGroup  The button group to add to the button group stack.
static CEikButtonGroupContainer* CEikButtonGroupStack::Current  )  [static]
 

Gets the button group currently displayed.

Returns:
The button group currently displayed.
static IMPORT_C TSize CEikButtonGroupStack::MinimumSize  )  [static]
 

Gets the minimum size required to display all the visible button groups on the button group stack.

Returns:
The minimum size required to display all the visible button groups currently on the stack.
static void CEikButtonGroupStack::Remove CEikButtonGroupContainer aGroup  )  [static]
 

Removes the specified button group from the button group stack.

Parameters:
aGroup  The button group to remove.

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

Copyright © Nokia Corporation 2001-2008
Back to top