cDialog_L Class Reference
List of all members.
|
Public Member Functions |
| mixed | Destroy (...) |
| mixed | CreateWidget (...) |
| | cWidget* CreateWidget (cWidget* pParent=0,const char* sID=0); ///< parent and id cannot change, see also cWidget::CreateChild()
|
| mixed | BringToFront (...) |
| | void BringToFront ();
|
| mixed | SendToBack (...) |
| | void SendToBack ();
|
| mixed | SetVisible (...) |
| | void SetVisible (const bool bVisible);
|
| mixed | GetVisible (...) |
| | bool GetVisible ()
|
Static Public Member Functions |
| static mixed | MyCreateDialog (...) |
| | static methods exported to lua
|
Detailed Description
Definition at line 7527 of file lua_pseudo_code.cpp.
Member Function Documentation
| static mixed cDialog_L::MyCreateDialog |
( |
|
... |
) |
[inline, static] |
| mixed cDialog_L::Destroy |
( |
|
... |
) |
[inline] |
| mixed cDialog_L::CreateWidget |
( |
|
... |
) |
[inline] |
cWidget* CreateWidget (cWidget* pParent=0,const char* sID=0); ///< parent and id cannot change, see also cWidget::CreateChild()
Definition at line 7535 of file lua_pseudo_code.cpp.
| mixed cDialog_L::BringToFront |
( |
|
... |
) |
[inline] |
| mixed cDialog_L::SendToBack |
( |
|
... |
) |
[inline] |
| mixed cDialog_L::SetVisible |
( |
|
... |
) |
[inline] |
| mixed cDialog_L::GetVisible |
( |
|
... |
) |
[inline] |
The documentation for this class was generated from the following file: