|
Index
C++ Code Documentation
isightui::gtk::GeomObject
Derived from: virtual ui::GeomObject
, isightui::gtk::protected GeomObject_
, ::app::app::Dialog
Children: isightui::gtk::Ui
File: VIEWER/isightui/gtk/GeomObject.H
public:
- GeomObject(char const *title);
 | constructor | |
- virtual ~GeomObject();
 | destructor | |
protected:
private:
- virtual void raise_d( bool state = true );
 | connector functions | |
- virtual void show_d( bool state = true );
- virtual void toggle_raise_show_d();
- virtual void enable_tooltips_d( bool state = true );
- virtual int key_press_event( uint key, uint state );
- virtual widget::ui::List *select_geomobject_w();
 | widgets | |
- virtual widget::ui::List const *select_geomobject_w() const;
- virtual widget::ui::Boolean *show_geomobject_w();
- virtual widget::ui::Boolean *move_geomobject_w();
- virtual widget::ui::Boolean *replace_geomobject_w();
- virtual widget::ui::Boolean const *replace_geomobject_w() const;
- virtual widget::ui::Widget *delete_geomobject_w();
- virtual void select_geomobject_cb();
 | callbacks | |
- virtual void show_geomobject_cb();
- virtual void move_geomobject_cb();
- virtual void delete_geomobject_cb();
- GeomObject( GeomObject const & );
 | disabled copy constructor | |
- GeomObject &operator=( GeomObject const & );
 | disabled assignment operator | |
|