#include <UICLabel.h>
Inheritance diagram for Moteur3D::UICLabel:

Public Member Functions | |
| UICLabel (UIBaseWindow *window, IFont *font, wstring label=wstring(L"")) | |
| ~UICLabel () | |
| void | SetLabel (wstring label) |
| const wstring * | GetLabel () |
Protected Member Functions | |
| virtual void | OnDisplay () |
| Event called when the component needs to be displayed. Override it if you want custom graphics for your component (and you probably will). | |
Protected Attributes | |
| IFont * | m_Font |
| wstring | m_Label |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Event called when the component needs to be displayed. Override it if you want custom graphics for your component (and you probably will).
Implements Moteur3D::UIBaseComponent. |
|
|
|
|
|
|
|
|
|
1.4.4