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
Public Member Functions
|
void
|
AddL
(CEikButtonGroupContainer &)
|
CEikButtonGroupContainer *
|
Current
()
|
IMPORT_C
TSize
|
MinimumSize
()
|
void
|
Remove
(CEikButtonGroupContainer &)
|
Inherited Functions
|
|
CBase::CBase()
|
|
CBase::Delete(CBase *)
|
|
CBase::Extension_(TUint,TAny *&,TAny *)
|
|
CBase::operator new(TUint)
|
|
CBase::operator new(TUint,TAny *)
|
|
CBase::operator new(TUint,TLeave)
|
|
CBase::operator new(TUint,TLeave,TUint)
|
|
CBase::operator new(TUint,TUint)
|
|
CBase::~CBase()
|
|
CCoeStatic::CCoeStatic()
|
|
CCoeStatic::CCoeStatic(TUid,TInt,TScope)
|
|
CCoeStatic::CCoeStatic(TUid,TScope)
|
|
CCoeStatic::~CCoeStatic()
|
Constructor & Destructor Documentation
CEikButtonGroupStack()
CEikButtonGroupStack
|
(
|
)
|
[private, inline]
|
Member Functions Documentation
AddL(CEikButtonGroupContainer &)
void
|
AddL
|
(
|
CEikButtonGroupContainer &
|
aGroup
|
)
|
[static]
|
Adds a button group to the button group stack.
Parameters
CEikButtonGroupContainer & aGroup
|
The button group to add to the button group stack.
|
Current()
CEikButtonGroupContainer *
|
Current
|
(
|
)
|
[static]
|
Gets the button group currently displayed.
MinimumSize()
IMPORT_C
TSize
|
MinimumSize
|
(
|
)
|
[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.
Remove(CEikButtonGroupContainer &)
void
|
Remove
|
(
|
CEikButtonGroupContainer &
|
aGroup
|
)
|
[static]
|
Removes the specified button group from the button group stack.
Parameters
CEikButtonGroupContainer & aGroup
|
The button group to remove.
|
Member Data Documentation
TDblQue< CEikButtonGroupContainer > iBtStack
TDblQue
< CEikButtonGroupContainer >
|
iBtStack
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.