|
Public Member Functions |
| | FGBlock (int w, int h, const char *n="", FGBlockStyle &s=default_style) |
| virtual void | build (FGWindow *parent, int x, int y)=0 |
| void __fastcall | show (FGWindow *parent, int x, int y) |
|
void __fastcall | Disable (void) |
|
void __fastcall | Enable (void) |
| int __fastcall | GetHeight (void) |
| int __fastcall | GetWidth (void) |
| char *__fastcall | GetName (void) |
| void __fastcall | SetFixed (bool value) |
Protected Member Functions |
|
void __fastcall | Add (FGControl *) |
Protected Attributes |
|
int | width |
|
int | height |
|
char | name [64] |
|
FGBlockStyle & | style |
|
void * | container |
|
bool | fixed |