Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/errordialoghandler.h File Reference

#include <QObject>
#include <QMessageBox>
#include <QSignalMapper>
#include <QMutex>
Include dependency graph for errordialoghandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ErrorDialogProperties
class  ErrorDialogHandler

Enumerations

enum  DialogType {
  DLG_FATAL = 5, DLG_CRITICAL = 4, DLG_WARNING = 3, DLG_INFO = 2,
  DLG_QUESTION = 1, DLG_NONE = 0
}

Enumeration Type Documentation

enum DialogType

Class used to allow all threads to display message boxes on error conditions with a custom list of standard buttons and to be able to react to them

Author:
Sean M. Pappalardo
Enumerator:
DLG_FATAL 
DLG_CRITICAL 
DLG_WARNING 
DLG_INFO 
DLG_QUESTION 
DLG_NONE 

Definition at line 33 of file errordialoghandler.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines