LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cGuiLabel Class Reference
A gui element which will draw at the current mouse location to act as a mouse point`er.
More...
#include <cGuiLabel.h>
Inheritance diagram for n2l::cGuiLabel:
[legend]Collaboration diagram for n2l::cGuiLabel:
[legend]List of all members.Public Member Functions
Protected Member Functions
Detailed Description
A gui element which will draw at the current mouse location to act as a mouse point`er.
Definition at line 42 of file cGuiLabel.h.
Constructor & Destructor Documentation
| n2l::cGuiLabel::cGuiLabel |
( |
|
) |
|
|
| n2l::cGuiLabel::cGuiLabel |
( |
const cDynVar & |
iDefinition |
) |
|
|
| n2l::cGuiLabel::~cGuiLabel |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
|
Method to return a copy of this element.
Useful as a way to get a non-const, bindable and canvas-able instance of an element from the resource loader. - Note:
- Bindings, name and canvas parent information are not cloned.
Implements n2l::cGuiElement.
Definition at line 125 of file cGuiLabel.cpp.
References cloneInto(). |
| void n2l::cGuiLabel::cloneInto |
( |
const cAutoPtr< cGuiLabel > & |
i_ioElement |
) |
const [protected, virtual] |
|
| void n2l::cGuiLabel::draw |
( |
|
) |
const [virtual] |
|
| const tString & n2l::cGuiLabel::label |
( |
|
) |
const [virtual] |
|
| void n2l::cGuiLabel::label |
( |
const tString & |
iLabel |
) |
[virtual] |
|
| void n2l::cGuiLabel::load |
( |
const cDynVar & |
iDefinition |
) |
[virtual] |
|
| const cDynVar n2l::cGuiLabel::prop |
( |
const tString & |
iName, |
|
|
const tString & |
iInnerKey = "" |
|
) |
const [virtual] |
|
| void n2l::cGuiLabel::prop |
( |
const tString & |
iName, |
|
|
const cDynVar & |
iVal, |
|
|
const tString & |
iInnerKey = "" |
|
) |
[virtual] |
|
| virtual const cGuiTextStyle& n2l::cGuiLabel::textStyle |
( |
|
) |
const [inline, virtual] |
|
| virtual cGuiTextStyle& n2l::cGuiLabel::textStyle |
( |
|
) |
[inline, virtual] |
|
| void n2l::cGuiLabel::textStyle |
( |
const cGuiTextStyle & |
iStyle |
) |
[virtual] |
|
The documentation for this class was generated from the following files: