CEikButtonGroupStack Class Reference

class CEikButtonGroupStack : public CCoeStatic

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.

eikcoctl.lib
Since
S60 0.9

Inherits from

Constructor & Destructor Documentation

CEikButtonGroupStack()

CEikButtonGroupStack()[private, inline]

Member Functions Documentation

AddL(CEikButtonGroupContainer &)

voidAddL(CEikButtonGroupContainer &aGroup)[static]

Adds a button group to the button group stack.

Parameters

CEikButtonGroupContainer & aGroupThe button group to add to the button group stack.

Current()

CEikButtonGroupContainer *Current()[static]

Gets the button group currently displayed.

MinimumSize()

IMPORT_C TSizeMinimumSize()[static]

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

Returns the minimum size required by the button group stack.

Since
App-Framework_6.1

Remove(CEikButtonGroupContainer &)

voidRemove(CEikButtonGroupContainer &aGroup)[static]

Removes the specified button group from the button group stack.

Parameters

CEikButtonGroupContainer & aGroupThe button group to remove.

Self()

CEikButtonGroupStack *Self()[private, static, inline]

Member Data Documentation

TDblQue< CEikButtonGroupContainer > iBtStack

TDblQue< CEikButtonGroupContainer >iBtStack[private]