Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Moteur3D::UICLabel Class Reference

#include <UICLabel.h>

Inheritance diagram for Moteur3D::UICLabel:

Moteur3D::UIBaseComponent List of all members.

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

IFontm_Font
wstring m_Label

Constructor & Destructor Documentation

Moteur3D::UICLabel::UICLabel UIBaseWindow window,
IFont font,
wstring  label = wstring(L"")
[inline]
 

Moteur3D::UICLabel::~UICLabel  )  [inline]
 


Member Function Documentation

const wstring* Moteur3D::UICLabel::GetLabel  )  [inline]
 

virtual void Moteur3D::UICLabel::OnDisplay  )  [protected, virtual]
 

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.

void Moteur3D::UICLabel::SetLabel wstring  label  )  [inline]
 


Member Data Documentation

IFont* Moteur3D::UICLabel::m_Font [protected]
 

wstring Moteur3D::UICLabel::m_Label [protected]
 


The documentation for this class was generated from the following file:
Generated on Sat Oct 15 15:05:52 2005 for Moteur3D by  doxygen 1.4.4