Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

esve::components::dimn::impl::Simple_UI Class Reference

Implements components::dimn::Simple_UI. More...

#include <esve/components/dimn/impl/Simple_UI.hxx>

Inheritance diagram for esve::components::dimn::impl::Simple_UI:

esve::components::dimn::Valuator_Emitter< T_Value > esve::components::dimn::Valuator_Emitter< T_Value > esve::components::dimn::Valuator_Emitter< T_Value > esve::components::dimn::Valuator_Emitter< T_Value > esve::ui::extra::File_Selector_Emitter esve::ui::extra::Toggle_Emitter esve::ui::extra::Modal_Tie esve::components::dimn::Simple_UI List of all members.

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_Selectorcreate_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::Togglecreate_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.


Detailed Description

Implements components::dimn::Simple_UI.


Generated on Tue May 30 11:40:55 2006 for esve by doxygen 1.3.4