tlp::QtOpenGlErrorViewer Class Reference#include <QtOpenGlErrorViewer.h>
List of all members.
Detailed Description
Simple class to display OpenGl error is QDialog.
This class is used to display OpenGl error is QDialog
Public Member Functions
Protected Attributes
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
|