#include <fgx.h>
Inheritance diagram for fgl::XUIControl:
Public Member Functions | |
| XUIControl (const char *_id, const char *_label, int key, int x, int y, int w, int h) | |
| XUIControl (const XUIControl &) | |
| virtual void | Save (TiXmlElement *doc) |
| virtual void | Load (TiXmlElement *doc) |
| void | FixControl (FGControl *ctrl) |
| virtual bool | Selected () |
| FGControl * | GetControl () |
Public Attributes | |
| int | selected |
| int | hotkey |
| int | disable |
Protected Attributes | |
| FGControl * | control |
1.4.0