|
|
LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cGuiButtonSelectBox Class ReferenceA gui element which will draw at the current mouse location to act as a mouse point`er.
More...
#include <cGuiButtonSelectBox.h>
Inheritance diagram for n2l::cGuiButtonSelectBox:
[legend]Collaboration diagram for n2l::cGuiButtonSelectBox:
[legend]List of all members.Public Member Functions
Static Public Attributes
Protected Member Functions
Classes
- class cItemSelectedAction
Detailed Description
A gui element which will draw at the current mouse location to act as a mouse point`er.
Definition at line 47 of file cGuiButtonSelectBox.h.
Constructor & Destructor Documentation
| n2l::cGuiButtonSelectBox::cGuiButtonSelectBox |
( |
|
) |
|
|
| n2l::cGuiButtonSelectBox::cGuiButtonSelectBox |
( |
const cDynVar & |
iDef |
) |
|
|
| n2l::cGuiButtonSelectBox::~cGuiButtonSelectBox |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void n2l::cGuiButtonSelectBox::addButton |
( |
const cDynVar & |
iValue, |
|
|
const tString & |
iLabel, |
|
|
const cGuiButton & |
iButtonTemplate |
|
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::clearButtons |
( |
|
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::clearSelections |
( |
|
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::dimensionChanged |
( |
|
) |
[protected, virtual] |
|
| void n2l::cGuiButtonSelectBox::draw |
( |
|
) |
const [virtual] |
|
| const cDynVar & n2l::cGuiButtonSelectBox::getValueByLabel |
( |
const cDynVar & |
iValue |
) |
[virtual] |
|
| virtual const tBool n2l::cGuiButtonSelectBox::isAnySelected |
( |
|
) |
const [inline, virtual] |
|
| void n2l::cGuiButtonSelectBox::load |
( |
const cDynVar & |
iDef |
) |
[virtual] |
|
| const tBool n2l::cGuiButtonSelectBox::multiple |
( |
|
) |
const [virtual] |
|
| void n2l::cGuiButtonSelectBox::multiple |
( |
const tBool |
iMultiple |
) |
[virtual] |
|
| const tBool n2l::cGuiButtonSelectBox::noUnselect |
( |
|
) |
const [virtual] |
|
| void n2l::cGuiButtonSelectBox::noUnselect |
( |
const tBool |
iUnselectable |
) |
[virtual] |
|
|
|
- Warning:
- The No Unselect property is ignored for multiselect selection boxes. No exceptions will be thrown.
Definition at line 216 of file cGuiButtonSelectBox.cpp. |
| const tUint n2l::cGuiButtonSelectBox::numButtons |
( |
|
) |
const [virtual] |
|
| const cDynVar & n2l::cGuiButtonSelectBox::selected |
( |
|
) |
const [virtual] |
|
| void n2l::cGuiButtonSelectBox::selected |
( |
const cDynVar & |
iValue |
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::selectedByIndex |
( |
const tUint & |
iIndex |
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::selectedByLabel |
( |
const cDynVar & |
iValue |
) |
[virtual] |
|
|
|
Set the currently selected item, or in a multiselect, add this item to the selection - instead of using the value, however, use the label.
Definition at line 321 of file cGuiButtonSelectBox.cpp.
References selectedByIndex(). |
| void n2l::cGuiButtonSelectBox::selectNext |
( |
|
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::selectPrev |
( |
|
) |
[virtual] |
|
| void n2l::cGuiButtonSelectBox::slider |
( |
const cGuiSlider & |
iSliderTemplate |
) |
[virtual] |
|
| const tBool n2l::cGuiButtonSelectBox::wantsFocus |
( |
|
) |
const [virtual] |
|
|
|
This method should return true if the element wants to be able to get the focus via a TAB or SHIFT-TAB.
- Note:
- Default defined here is no.
Reimplemented from n2l::cGuiElement.
Definition at line 459 of file cGuiButtonSelectBox.cpp. |
Member Data Documentation
The documentation for this class was generated from the following files:
|