|
Index
C++ Code Documentation
milieu::gtk::ClipPlane
Derived from: virtual ui::ClipPlane
, protected gtk::ClipPlane_
, ::app::app::Dialog
Children: milieu::gtk::Ui
File: GEOM/milieu/gtk/ClipPlane.H
public:
- ClipPlane(char const *title);
 | constructor | |
- virtual ~ClipPlane();
 | 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( uint key, uint state );
protected:
private:
- virtual widget::ui::Choice *id_w();
 | widgets | |
- virtual widget::ui::Boolean *enable_w();
- virtual widget::ui::Boolean *moving_w();
- virtual widget::ui::Boolean *show_w();
- virtual widget::ui::Boolean *attached_w();
- virtual void id_cb();
 | callbacks | |
- virtual void enable_cb();
- virtual void moving_cb();
- virtual void show_cb();
- virtual void attached_cb();
- virtual void reset_cb();
- ClipPlane( ClipPlane const & );
 | disabled copy constructor | |
- ClipPlane &operator=( ClipPlane const & );
 | disabled assignment operator | |
|