LXRAD 0.7
|
Generic Object. More...
#include <cobject.h>
Public Member Functions | |
void | SetName (const lxString name) |
lxString | GetName (void) |
lxString | GetClass (void) |
void | SetClass (const lxString classn) |
virtual lxStringList | GetContext (void) |
virtual void | SetContext (lxStringList context) |
bool | GetEv (bool reset=false) |
void | SetEv (bool value, bool reset=false) |
void | SetTag (uint tag) |
uint | GetTag (void) |
void | SetAux (int tag) |
int | GetAux (void) |
Protected Attributes | |
bool | Ev [EVMAX] |
uint | Evcount |
lxString | Name |
lxString | Class |
lxStringList | Context |
uint | Tag |
int | Aux |
int CObject::GetAux | ( | void | ) |
Get Object Aux.
lxString CObject::GetClass | ( | void | ) |
Get Classe Name.
|
virtual |
Get XML Context Name.
Reimplemented in CButton, CCheckBox, CColorDialog, CCombo, CControl, CDirDialog, CDraw, CEdit, CFileDialog, CFileList, CGauge, CGrid, CHtml, CImage, CItemMenu, CLabel, CList, CMenu, CPanel, CPMenu, CScroll, CSpin, CSpind, CStatusbar, CStyledText, CText, CThread, CTimer, CToggleButton, CToolButton, CWindow, and CXpmButton.
bool CObject::GetEv | ( | bool | reset = false | ) |
Get Object Events.
lxString CObject::GetName | ( | void | ) |
Get Control Name.
uint CObject::GetTag | ( | void | ) |
Get Object Tag.
void CObject::SetAux | ( | int | tag | ) |
Set Object Aux.
tag. |
void CObject::SetClass | ( | const lxString | classn | ) |
Set Classe Name.
classn | new class name. |
|
virtual |
Set XML Context .
context | XML context. |
Reimplemented in CButton, CCheckBox, CColorDialog, CCombo, CControl, CDirDialog, CDraw, CEdit, CFileDialog, CFileList, CGauge, CGrid, CHtml, CImage, CItemMenu, CLabel, CList, CMenu, CPanel, CPMenu, CScroll, CSpin, CSpind, CStatusbar, CStyledText, CText, CThread, CTimer, CToggleButton, CToolButton, CWindow, and CXpmButton.
void CObject::SetEv | ( | bool | value, |
bool | reset = false |
||
) |
Set Object Events.
reset. |
void CObject::SetName | ( | const lxString | name | ) |
Set Control Name.
name | new name. |
void CObject::SetTag | ( | uint | tag | ) |
Set Object Tag.
tag. |
|
protected |