|
Index
C++ Code Documentation
isight::kernel::isightui::ui::Read
Derived from: widget::ui::Dialog
File: VIEWER/isightui/ui/Read.H
public:
- Read();
 | constructor | |
- virtual ~Read();
 | destructor | |
- bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
- void set_lib_env_path( char const *lib_env_path );
- virtual void read_cb();
 | callbacks | |
- char const *label() const;
private:
- virtual isight::kernel::ViewerBase *viewer() = 0;
- virtual isight::kernel::ViewerBase const *viewer() const = 0;
- virtual widget::ui::ReadFile *read_w() = 0;
 | widgets | |
- virtual void _read( char const *filename );
- Read( Read const & );
 | disabled copy constructor | |
- Read &operator=( Read const & );
 | disabled assignment operator | |
|