|
Index
C++ Code Documentation
milieu::cmd::Light
Derived from: virtual milieu::ui::Light
Children: milieu::cmd::Ui
File: GEOM/milieu/cmd/Light.H
public:
- Light();
 | constructor | |
- virtual ~Light();
 | 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::Boolean *moving_w();
- virtual widget::ui::Boolean *show_w();
- virtual widget::ui::Boolean *attached_w();
- virtual widget::ui::FloatSet *ambient_w();
- virtual widget::ui::FloatSet *diffuse_w();
- virtual widget::ui::FloatSet *specular_w();
- virtual widget::ui::FloatSet *spot_w();
- virtual widget::ui::FloatSet *attenuation_w();
- virtual widget::ui::Widget *hidebox_w();
- widget::cmd::Choice _id_w;
 | widgets | |
- widget::cmd::Boolean _enable_w;
- widget::cmd::Boolean _moving_w;
- widget::cmd::Boolean _show_w;
- widget::cmd::Boolean _attached_w;
- widget::cmd::FloatSet _ambient_w;
- widget::cmd::FloatSet _diffuse_w;
- widget::cmd::FloatSet _specular_w;
- widget::cmd::FloatSet _spot_w;
- widget::cmd::FloatSet _attenuation_w;
- widget::cmd::Widget _hidebox_w;
- Light( Light const & );
 | disabled copy constructor | |
- Light &operator=( Light const & );
 | disabled assignment operator | |
|