ArmarXQApplication Class Reference

#include <ArmarXGui/applications/ArmarXGui/ArmarXGuiApp.h>

+ Inheritance diagram for ArmarXQApplication:

Public Slots

void showException (QString exceptionReason)
 

Signals

void exceptionCaught (QString exceptionReason)
 

Public Member Functions

 ArmarXQApplication (int &argc, char **argv)
 
bool notify (QObject *obj, QEvent *ev) override
 
 ~ArmarXQApplication () override
 

Protected Attributes

QDialog exceptionDialog
 
Ui_ExceptionDialog exceptionDialogHandler
 

Detailed Description

Definition at line 59 of file ArmarXGuiApp.h.

Constructor & Destructor Documentation

◆ ArmarXQApplication()

ArmarXQApplication ( int &  argc,
char **  argv 
)

Definition at line 325 of file ArmarXGuiApp.cpp.

+ Here is the call graph for this function:

◆ ~ArmarXQApplication()

~ArmarXQApplication ( )
override

Definition at line 360 of file ArmarXGuiApp.cpp.

Member Function Documentation

◆ exceptionCaught

void exceptionCaught ( QString  exceptionReason)
signal
+ Here is the caller graph for this function:

◆ notify()

bool notify ( QObject *  obj,
QEvent *  ev 
)
override

Definition at line 282 of file ArmarXGuiApp.cpp.

+ Here is the call graph for this function:

◆ showException

void showException ( QString  exceptionReason)
slot

Definition at line 299 of file ArmarXGuiApp.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ exceptionDialog

QDialog exceptionDialog
protected

Definition at line 74 of file ArmarXGuiApp.h.

◆ exceptionDialogHandler

Ui_ExceptionDialog exceptionDialogHandler
protected

Definition at line 75 of file ArmarXGuiApp.h.


The documentation for this class was generated from the following files: