Override QCoreApplication::notify() to fetch exceptions in Qt widgets properly that are not handled in the event handler or slot. More...
Public Member Functions | |
void | commitData (QSessionManager &manager) |
GUIApplication (int &argc, char **argv) | |
bool | notify (QObject *receiver, QEvent *event) |
Make forwarding events exception-safe and get more detailed information where an unhandled exception comes from. |
Override QCoreApplication::notify() to fetch exceptions in Qt widgets properly that are not handled in the event handler or slot.
Definition at line 1421 of file Gui/Application.cpp.
Gui::GUIApplication::GUIApplication | ( | int & | argc, | |
char ** | argv | |||
) | [inline] |
Definition at line 1424 of file Gui/Application.cpp.
void Gui::GUIApplication::commitData | ( | QSessionManager & | manager | ) | [inline] |
Definition at line 1482 of file Gui/Application.cpp.
References App::Application::closeAllDocuments(), App::GetApplication(), and Gui::getMainWindow().
bool Gui::GUIApplication::notify | ( | QObject * | receiver, | |
QEvent * | event | |||
) | [inline] |
Make forwarding events exception-safe and get more detailed information where an unhandled exception comes from.
Definition at line 1433 of file Gui/Application.cpp.
References Spaceball::ButtonEvent::ButtonEventType, Base::Console(), Py::int, RobotExample::w, and Base::Exception::what().