Public Member Functions | |
PatchQGLContext () | |
although it is never instanciated, it still needs a ctor. | |
void | generateFontDisplayLists (const QFont &fnt, int listBase) |
bool | initialized () const |
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.
PatchQGLContext::PatchQGLContext | ( | ) | [inline] |
although it is never instanciated, it still needs a ctor.
otherwise gcc nags about it.
void PatchQGLContext::generateFontDisplayLists | ( | const QFont & | fnt, | |
int | listBase | |||
) | [inline] |
bool PatchQGLContext::initialized | ( | ) | const [inline] |