Simple class to display OpenGl error is QDialog.
More...
#include <QtOpenGlErrorViewer.h>
Protected Attributes |
QWidget * | parent |
Detailed Description
Simple class to display OpenGl error is QDialog.
This class is used to display OpenGl error is QDialog
Constructor & Destructor Documentation
tlp::QtOpenGlErrorViewer::QtOpenGlErrorViewer |
( |
QWidget * |
parent = 0 | ) |
|
|
inline |
Member Function Documentation
virtual void tlp::QtOpenGlErrorViewer::displayError |
( |
const std::string & |
title, |
|
|
const std::string & |
errorMsg |
|
) |
| |
|
virtual |
Display an error in a QDialog with title : title, and text : errorMsg
virtual void tlp::QtOpenGlErrorViewer::displayErrorWithAskAgain |
( |
const std::string & |
title, |
|
|
const std::string & |
errorMsg |
|
) |
| |
|
virtual |
Display an error in a QDialog with title : title, and text : errorMsg In this dialog we had a ask again check box
Member Data Documentation
QWidget* tlp::QtOpenGlErrorViewer::parent |
|
protected |