|
Index
C++ Code Documentation
geomui::cmd::MaterialSet
Derived from: virtual geomui::ui::MaterialSet
Children: geomui::cmd::Ui
File: GEOM/geomui/cmd/MaterialSet.H
public:
- MaterialSet();
 | constructor | |
- virtual ~MaterialSet();
 | 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::Choice *id_w();
 | widgets | |
- virtual widget::ui::Boolean *enable_w();
- virtual widget::ui::FloatSet *color_w();
- virtual widget::ui::FloatSet *ambient_w();
- virtual widget::ui::FloatSet *diffuse_w();
- virtual widget::ui::FloatSet *specular_w();
- virtual widget::ui::FloatSet *emissive_w();
- virtual widget::ui::Float *shininess_w();
- virtual widget::ui::Choice *model_w();
- virtual widget::ui::Boolean *lit_w();
- virtual widget::ui::Boolean *transparent_w();
- virtual widget::ui::FloatSet *gap_w();
- virtual widget::ui::FloatSet *nudge_w();
- virtual widget::ui::Choice *side0_w();
- virtual widget::ui::Choice *side1_w();
- virtual widget::ui::Boolean *custom_color_w();
- virtual widget::ui::Boolean *shademodel_w();
- virtual widget::ui::Float *element_size_w();
- virtual widget::ui::Widget *hidebox_w();
- widget::cmd::Choice _id_w;
 | widgets | |
- widget::cmd::Boolean _enable_w;
- widget::cmd::FloatSet _color_w;
- widget::cmd::FloatSet _ambient_w;
- widget::cmd::FloatSet _diffuse_w;
- widget::cmd::FloatSet _specular_w;
- widget::cmd::FloatSet _emissive_w;
- widget::cmd::Float _shininess_w;
- widget::cmd::Choice _model_w;
- widget::cmd::Boolean _lit_w;
- widget::cmd::Boolean _transparent_w;
- widget::cmd::FloatSet _gap_w;
- widget::cmd::FloatSet _nudge_w;
- widget::cmd::Choice _side0_w;
- widget::cmd::Choice _side1_w;
- widget::cmd::Boolean _custom_color_w;
- widget::cmd::Boolean _shademodel_w;
- widget::cmd::Float _element_size_w;
- widget::cmd::Widget _hidebox_w;
- MaterialSet( MaterialSet const & );
 | disabled copy constructor | |
- MaterialSet &operator=( MaterialSet const & );
 | disabled assignment operator | |
|