|
Index
C++ Code Documentation
bonnetlab::ui::Ui
Derived from: virtual lab::ui::Ui
, bonnetlab::ui::virtual Controls
Children: bonnetlab::kernel::Lab
File: LAB/bonnetlab/ui/Ui.H
public:
- Ui();
 | constructor | |
- virtual ~Ui();
 | destructor | |
- void toggle_raise_show_controls();
protected:
- void show_all(bool state);
- void enable_tooltips(bool state);
private:
- Controls *controls_p();
- Ui( Ui const & );
 | disabled copy constructor | |
- Ui &operator=( Ui const & );
 | disabled assignment operator | |
|