|
Index
C++ Code Documentation
geomui::cmd::MeshClip
Derived from: virtual geomui::ui::MeshClip
Children: geomui::cmd::Ui
File: GEOM/geomui/cmd/MeshClip.H
public:
- MeshClip();
 | constructor | |
- virtual ~MeshClip();
 | 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::Widget *meshclip_reset_w();
 | widgets | |
- virtual widget::ui::IntSet *meshclip_i_w();
- virtual widget::ui::IntSet *meshclip_j_w();
- virtual widget::ui::Float *mesh_roll_i_w();
- virtual widget::ui::Float *mesh_roll_j_w();
- widget::cmd::Widget _meshclip_reset_w;
 | widgets | |
- widget::cmd::IntSet _meshclip_i_w;
- widget::cmd::IntSet _meshclip_j_w;
- widget::cmd::Float _mesh_roll_i_w;
- widget::cmd::Float _mesh_roll_j_w;
- MeshClip( MeshClip const & );
 | disabled copy constructor | |
- MeshClip &operator=( MeshClip const & );
 | disabled assignment operator | |
|