#include <esve/components/dimn/impl/Simple_UI.hxx>
Inheritance diagram for esve::components::dimn::impl::Simple_UI:

Public Member Functions | |
| void | toggle_modal_visible () |
| Hide/show the tied modal object. | |
| void | toggle_display_fullscreen () |
| Switch the tied display to/from fullscreen mode. | |
| void | create_label (const std::string &label) |
| Label for widgets which follow. | |
| ui::extra::File_Selector & | create_file_selector (const std::string &initial_value="", const std::string &label="file", const std::string &selector_label="select a file", const std::string &initial_directory=".", const std::string &filter="*") |
| Create a file selector. Just one file selector is allowed. | |
| void | create_help (const std::string &text, const std::string &label="help") |
| Create a help dialog. | |
| ui::extra::Toggle & | create_toggle (bool initial_value, const std::string &label) |
| Create a toggle. | |
| Catch_Function | catch_function () const |
| Catch exceptions from system entry points. | |
| void | catch_function (Catch_Function) |
| Catch exceptions from system entry points. | |
| virtual Valuator< T_Value > & | create_valuator (const T_Value &initial_value, const std::string &label)=0 |
| Create a valuator. | |
Protected Member Functions | |
| virtual bool | emit_toggle (const Toggle &) |
| You have somehow obtained information that this widget has changed. Inform the world by calling this method. | |
| virtual bool | emit_file_selector (const File_Selector &) |
| You have somehow obtained information that this widget has changed. Inform the world by calling this method. | |
| virtual bool | emit_valuator (const Valuator< T_Value > &) |
| You have somehow obtained information that this widget has changed. Inform the world by calling this method. | |
1.3.4