PatchQGLContext Class Reference

PatchQGLContext is a dummy class that promotes methods from protected to public. More...

List of all members.

Public Member Functions

 PatchQGLContext ()
 although it is never instanciated, it still needs a ctor.
void generateFontDisplayLists (const QFont &fnt, int listBase)
bool initialized () const


Detailed Description

PatchQGLContext is a dummy class that promotes methods from protected to public.

No instance of this class is ever created. It is used solely for the purpose of casting a normal QGLContext pointer to a pointer with the methods initialized() and generateFontDisplayLists() as public methods.


Constructor & Destructor Documentation

PatchQGLContext::PatchQGLContext (  )  [inline]

although it is never instanciated, it still needs a ctor.

otherwise gcc nags about it.


Member Function Documentation

void PatchQGLContext::generateFontDisplayLists ( const QFont &  fnt,
int  listBase 
) [inline]

bool PatchQGLContext::initialized (  )  const [inline]


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