![]() |
Pioneer
|
Namespaces | |
| RawEvents | |
| Theme | |
Classes | |
| struct | TimerSignal |
| class | Adjustment |
| class | Box |
| class | VBox |
| class | HBox |
| class | Button |
| class | SolidButton |
| class | TransparentButton |
| class | LabelButton |
| class | Container |
| struct | MouseButtonEvent |
| struct | MouseMotionEvent |
| class | Fixed |
| class | Image |
| class | ImageButton |
| class | ImageRadioButton |
| class | ISelectable |
| class | Label |
| class | LabelSet |
| class | MeterBar |
| class | MultiStateImageButton |
| class | RadioButton |
| class | RadioGroup |
| class | Screen |
| class | Stack |
| class | Tabbed |
| class | TextEntry |
| class | TextLayout |
| class | TexturedQuad |
| class | ToggleButton |
| class | ToolTip |
| class | ScrollBar |
| class | VScrollBar |
| class | VScrollPortal |
| class | Widget |
Enumerations | |
| enum | BoxOrientation { BOX_HORIZONTAL = 0 , BOX_VERTICAL = 1 } |
Functions | |
| void | HandleSDLEvent (SDL_Event *event) |
| sigc::connection | AddTimer (Uint32 ms, sigc::slot< void > slot) |
| void | Draw () |
| void | Init (Graphics::Renderer *renderer, int screen_width, int screen_height, int ui_width, int ui_height) |
| void | Uninit () |
| enum Gui::BoxOrientation |
| sigc::connection Gui::AddTimer | ( | Uint32 | ms, |
| sigc::slot< void > | slot | ||
| ) |
| void Gui::Draw | ( | ) |

| void Gui::HandleSDLEvent | ( | SDL_Event * | event | ) |

| void Gui::Init | ( | Graphics::Renderer * | renderer, |
| int | screen_width, | ||
| int | screen_height, | ||
| int | ui_width, | ||
| int | ui_height | ||
| ) |

| void Gui::Uninit | ( | ) |
