|
Index
C++ Code Documentation
milieu::ui::BgRead
Derived from: widget::ui::Dialog
File: GEOM/milieu/ui/BgRead.H
public:
- BgRead();
 | constructor | |
- virtual ~BgRead();
 | destructor | |
- bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
- virtual void read_cb();
 | callbacks | |
- char const *label() const;
private:
- virtual ::milieu::opengl::Background *background() = 0;
 | pure virtuals pure virtuals | |
- virtual ::milieu::opengl::Background const *background() const = 0;
- virtual widget::ui::File *read_w() = 0;
 | widgets | |
- void _read( char const *filename );
- BgRead( BgRead const & );
 | disabled copy constructor | |
- BgRead &operator=( BgRead const & );
 | disabled assignment operator | |
|