Index

C++ Code Documentation

widget::cmd::GLWindow

Derived from: widget::cmd::virtual Window

File: WIDGET/widget/cmd/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 draw_screen() const = 0;
  • virtual void enable_draw(bool) = 0;
  • virtual void show( bool state = true );
    connection functions
  • virtual bool showing() const;
  • virtual void set_sensitive( bool state = true );
protected:
private:
  • GLWindow( GLWindow const & );
    disabled copy constructor
  • GLWindow &operator=( GLWindow const & );
    disabled assignment operator


widget::cmd::GLWindow GANG