Index

C++ Code Documentation

surflab::ui::Ui

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

File: LAB/surflab/ui/Ui.H

public:
  • Ui();
    constructor
  • virtual ~Ui();
    destructor
  • virtual bool command( base::String const &command, base::String const &argument, base::String &response );
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


surflab::ui::Ui GANG