Gui::GUISingleApplication Class Reference
#include <GuiApplication.h>
Classes | |
class Private | |
Signals | |
void messageReceived (const QList< QByteArray > &) | |
Public Member Functions | |
GUISingleApplication (int &argc, char **argv) | |
bool isRunning () const | |
bool sendMessage (const QByteArray &message, int timeout=5000) | |
virtual ~GUISingleApplication () | |
![]() | |
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. More... | |
virtual ~GUIApplication () | |
![]() | |
GUIApplicationNativeEventAware (int &argc, char *argv[]) | |
void initSpaceball (QMainWindow *window) | |
bool isSpaceballPresent () const | |
void postButtonEvent (int buttonNumber, int buttonPress) | |
void postMotionEvent (std::vector< int > motionDataArray) | |
bool processSpaceballEvent (QObject *object, QEvent *event) | |
void setSpaceballPresent (bool present) | |
~GUIApplicationNativeEventAware () | |
Additional Inherited Members | |
![]() | |
void commitData (QSessionManager &manager) | |
![]() | |
boost::shared_ptr< Base::SystemExitException > caughtException | |
Pointer to exceptions caught in Qt event handler. More... | |
![]() | |
bool event (QEvent *event) | |
Constructor & Destructor Documentation
◆ GUISingleApplication()
|
explicit |
◆ ~GUISingleApplication()
|
virtual |
Member Function Documentation
◆ isRunning()
bool GUISingleApplication::isRunning | ( | ) | const |
Referenced by Gui::Application::runApplication().
◆ messageReceived
|
signal |
◆ sendMessage()
bool GUISingleApplication::sendMessage | ( | const QByteArray & | message, |
int | timeout = 5000 |
||
) |
Referenced by Gui::Application::runApplication().
The documentation for this class was generated from the following files:
- src/Gui/GuiApplication.h
- src/Gui/GuiApplication.cpp