|
Index
C++ Code Documentation
app::ui::Ui
Derived from: app::ui::virtual protected About
, app::ui::virtual protected Commands
, app::ui::virtual protected Message
, app::ui::virtual protected Shortcut
Children: isight::IsightCmd, lab::cmdlab::Lab
File: WIDGET/app/ui/Ui.H
public:
- Ui();
 | constructor | |
- virtual ~Ui();
 | destructor | |
- void hide_all();
- void enable_tooltips( bool state );
- bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
private:
- About *_about();
- Commands *_commands();
- Message *_message();
- Shortcut *_shortcut();
- Ui( Ui const & );
 | disabledcopy constructor | |
- Ui &operator=( Ui const & );
 | disabledassignment operator | |
|