Index

C++ Code Documentation

bubbletonlab::ui::Ui

Derived from: virtual lab::ui::Ui , bubbletonlab::ui::virtual Controls

Children: bubbletonlab::kernel::Lab

File: LAB/bubbletonlab/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


bubbletonlab::ui::Ui GANG