|
Index
C++ Code Documentation
mrbubblelab::gtklab::MrBubbleLab
Derived from: kernel::Lab
, gtk::Ui
, isight::IsightBaseGtk
File: LAB/mrbubblelab/gtklab/MrBubbleLab.H
public:
- MrBubbleLab();
 | constructor | |
- virtual ~MrBubbleLab();
 | destructor | |
- static char const *app_name();
protected:
- virtual bool command( base::String const &command, base::String const &argument, base::String &response );
- void toggle_raise_show_controls();
- virtual void hide_all();
 | show/hide all dialog boxes | |
- virtual void enable_tooltips( bool state );
 | enable/disable help balloons | |
private:
- virtual void export_object_v( geom::Surface const &surf );
- virtual void write_surface( geom::Surface const &surf, base::String const &filename );
- MrBubbleLab( MrBubbleLab const & );
 | disabled copy constructor | |
- MrBubbleLab &operator=( MrBubbleLab const & );
 | disabled assignment operator | |
|