![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Dialog box classes.
Classes | |
| struct | FrameBox |
| Building block for a segment within a dialog page. More... | |
| class | NameChooser |
| The name chooser dialog is a modal dialog box that prompts the user to choose a string name. More... | |
| class | Notebook |
| Helper widget to simplify construction and wiring of a Notebook widget. More... | |
| class | Page |
| explicitly named shortcut for the typical dialog page content holder More... | |
| class | PreferencesDialog |
| class | Render |
| A dialog to choose render output format and name. More... | |
| class | TestControl |
| A complex, tabbed-notebook-style non-modal dialog window, dedicated to development, diagnostics and experimentation. More... | |
Variables | |
| static const int | BorderPadding = 8 |
| The space in pixels to pad the border of Lumiera dialog boxes. | |
| static const int | BoxSpacing = 6 |
| The spacing for VBoxes and HBoxes in Lumiera dialogs. | |
|
static |
The space in pixels to pad the border of Lumiera dialog boxes.
Definition at line 29 of file dialog.hpp.
Referenced by NameChooser::NameChooser(), PreferencesDialog::PreferencesDialog(), Render::Render(), and TestControl::TestControl().
|
static |
The spacing for VBoxes and HBoxes in Lumiera dialogs.
Definition at line 34 of file dialog.hpp.
Referenced by NameChooser::NameChooser(), PreferencesDialog::PreferencesDialog(), and Render::Render().