|
Index
C++ Code Documentation
isightui::gtk::Geometry
Derived from: virtual ui::Geometry
, protected gtk::Geometry_
, ::app::app::Dialog
Children: isightui::gtk::Ui
File: VIEWER/isightui/gtk/Geometry.H
public:
- Geometry(char const *title);
 | constructor | |
- virtual ~Geometry();
 | 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::Choice *geometry_mode_w();
 | widgets | |
- virtual widget::ui::Choice const *geometry_mode_w() const;
- virtual widget::ui::Choice *geometry_group_w();
- virtual widget::ui::Choice const *geometry_group_w() const;
- virtual widget::ui::Choice *geometry_dim_w();
- virtual widget::ui::Choice const *geometry_dim_w() const;
- virtual widget::ui::Choice *mousemode_w();
- virtual widget::ui::Choice const *mousemode_w() const;
- virtual void reset_position_cb();
 | callbacks | |
- virtual void geometry_reset_cb();
- virtual void geometry_mode_cb();
- virtual void geometry_group_cb();
- virtual void geometry_dim_cb();
- virtual void mousemode_cb();
- Geometry( Geometry const & );
 | disabled copy constructor | |
- Geometry &operator=( Geometry const & );
 | disabled assignment operator | |
|