|
Index
C++ Code Documentation
milieu::cmd::Background
Derived from: virtual ui::Background
Children: milieu::cmd::Ui
File: GEOM/milieu/cmd/Background.H
public:
- Background();
 | constructor | |
- virtual ~Background();
 | 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::FloatSet *color_w();
 | widgets | |
- widget::cmd::FloatSet _color_w;
- Background( Background const & );
 | disabled copy constructor | |
- Background &operator=( Background const & );
 | disabled assignment operator | |
|