|
Index
C++ Code Documentation
isightui::cmd::GeomObject
Derived from: virtual isightui::ui::GeomObject
Children: isightui::cmd::Ui
File: VIEWER/isightui/cmd/GeomObject.H
public:
- GeomObject();
 | constructor | |
- virtual ~GeomObject();
 | destructor | |
- 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_d( uint key, uint state );
protected:
private:
- 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();
- widget::cmd::List _select_geomobject_w;
 | widgets | |
- widget::cmd::Boolean _show_geomobject_w;
- widget::cmd::Boolean _move_geomobject_w;
- widget::cmd::Boolean _replace_geomobject_w;
- widget::cmd::Widget _delete_geomobject_w;
- GeomObject( GeomObject const & );
 | disabled copy constructor | |
- GeomObject &operator=( GeomObject const & );
 | disabled assignment operator | |
|