|
Index
C++ Code Documentation
widget::ui::GLWindow
Derived from: widget::ui::virtual Window
Children: isight::context::ContextBase
File: WIDGET/widget/ui/GLWindow.H
public:
- GLWindow();
 | constructor | |
- virtual ~GLWindow();
 | destructor | |
- virtual uint area_width() const = 0;
- virtual uint area_height() const = 0;
- virtual void make_current() = 0;
- virtual void refresh() = 0;
- virtual void enable_draw(bool) = 0;
protected:
private:
- GLWindow( GLWindow const & );
 | disabled copy constructor | |
- GLWindow &operator=( GLWindow const & );
 | disabled assignment operator | |
|