OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
GLWinBase Class Referenceabstract

#include <glwin_base.hh>

Inherited by GLCanvas.

Public Member Functions

virtual ~GLWinBase ()
 
virtual void MakeActive ()
 
virtual void DoRefresh ()=0
 
virtual void StatusMessage (const String &m)=0
 
virtual bool HasStereo () const =0
 
virtual bool HasMultisample () const =0
 
virtual void Export (const String &fname, unsigned int width, unsigned int height, bool transparent)
 
virtual void Export (const String &fname, unsigned int width, unsigned int height, int max_samples, bool transparent)
 
virtual void Export (const String &fname, bool transparent)
 

Detailed Description

Definition at line 33 of file glwin_base.hh.

Constructor & Destructor Documentation

virtual ~GLWinBase ( )
inlinevirtual

Definition at line 35 of file glwin_base.hh.

Member Function Documentation

virtual void DoRefresh ( )
pure virtual

Implemented in GLCanvas.

virtual void Export ( const String fname,
unsigned int  width,
unsigned int  height,
bool  transparent 
)
inlinevirtual

Reimplemented in GLCanvas.

Definition at line 49 of file glwin_base.hh.

virtual void Export ( const String fname,
unsigned int  width,
unsigned int  height,
int  max_samples,
bool  transparent 
)
inlinevirtual

Reimplemented in GLCanvas.

Definition at line 54 of file glwin_base.hh.

virtual void Export ( const String fname,
bool  transparent 
)
inlinevirtual

Reimplemented in GLCanvas.

Definition at line 61 of file glwin_base.hh.

virtual bool HasMultisample ( ) const
pure virtual

Implemented in GLCanvas.

virtual bool HasStereo ( ) const
pure virtual

Implemented in GLCanvas.

virtual void MakeActive ( )
inlinevirtual

Reimplemented in GLCanvas.

Definition at line 37 of file glwin_base.hh.

virtual void StatusMessage ( const String m)
pure virtual

Implemented in GLCanvas.


The documentation for this class was generated from the following file: