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