GLC_OpenGlException : Class for all OpenGL error. More...
#include <glc_openglexception.h>
Public Member Functions | |
Constructor / Destructor | |
| GLC_OpenGlException (const QString &message, GLenum glError) | |
| Default constructor. | |
| virtual | ~GLC_OpenGlException () throw () |
| Destructor. | |
Get Functions | |
| virtual const char * | what () const throw () |
| Return exception description. | |
Protected Attributes | |
| QString | m_GlErrorDescription |
| Opengl Error description. | |
GLC_OpenGlException : Class for all OpenGL error.
Definition at line 43 of file glc_openglexception.h.
| GLC_OpenGlException::GLC_OpenGlException | ( | const QString & | message, | |
| GLenum | glError | |||
| ) |
Default constructor.
Definition at line 33 of file glc_openglexception.cpp.
References m_GlErrorDescription.
| GLC_OpenGlException::~GLC_OpenGlException | ( | ) | throw () [virtual] |
Destructor.
Definition at line 63 of file glc_openglexception.cpp.
| const char * GLC_OpenGlException::what | ( | ) | const throw () [virtual] |
Return exception description.
Reimplemented from GLC_Exception.
Definition at line 74 of file glc_openglexception.cpp.
References GLC_Exception::m_ErrorDescription, and m_GlErrorDescription.
QString GLC_OpenGlException::m_GlErrorDescription [protected] |
Opengl Error description.
Definition at line 72 of file glc_openglexception.h.
Referenced by GLC_OpenGlException(), and what().