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

Public Member Functions | |
| virtual Valuator< T_Value > & | create_valuator (const T_Value &initial_value, const std::string &label)=0 |
| Create a valuator. | |
| virtual void | create_label (const std::string &label)=0 |
| Label for widgets which follow. | |
| virtual 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="*")=0 |
| Create a file selector. Just one file selector is allowed. | |
| virtual void | create_help (const std::string &text, const std::string &label="help")=0 |
| Create a help dialog. | |
| virtual Toggle & | create_toggle (bool initial_value, const std::string &label)=0 |
| Create a toggle. | |
1.3.4