34#include <NDEVR/LogView.h>
35#include <NDEVR/QCustomTabWidget.h>
36#include <NDEVR/Dictionary.h>
37#include <NDEVR/UUID.h>
55 QSize sizeHint()
const override;
56 QSize minimumSizeHint()
const override;
65 static void ErrorHandlingInit();
66 static void ErrorHandlineStop();
67 static void HandlePendingExceptions();
69 Ui::ErrorDialogUI*
ui;
86 QSize sizeHint()
const override;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition CrashManager.h:41
Definition Dictionary.h:48
Definition Exception.hpp:56
Definition ProgressInfo.hpp:43
Definition QTErrorDialog.h:82
Definition QTErrorDialog.h:50
static Dictionary< UUID, uint04 > s_ignored_messages
Definition QTErrorDialog.h:75
static uint04 s_number_of_active_dialogs
Definition QTErrorDialog.h:76
static uint04 s_max_num_of_active_dialogs
Definition QTErrorDialog.h:77
Ui::ErrorDialogUI * ui
Definition QTErrorDialog.h:69
static bool s_is_manager_active
Definition QTErrorDialog.h:78
LogView * m_log_dock
Definition QTErrorDialog.h:70
ProgressInfo * m_log
Definition QTErrorDialog.h:71
static CrashManager * s_global_crash_manager
Definition QTErrorDialog.h:79
static Buffer< Exception, uint04, ObjectAllocator< false > > s_pending_exceptions
Definition QTErrorDialog.h:74
UUID m_exception_id
Definition QTErrorDialog.h:72
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120
Definition FontEditor.h:6