#include <typeinfo>#include <sstream>#include <iostream>#include <assert.h>#include <qevent.h>#include <qapplication.h>#include <qwidgetlist.h>#include <qpixmap.h>#include <vhdRuntime/vhdApp.h>#include <vhdRuntime/vhdRuntimeSystem.h>#include <vhdFundamental/vhdDiag.h>#include <vhdExceptions/vhdIllegalArgumentException.h>#include <vhdExceptions/vhdMemoryAllocationError.h>#include <vhdQManager/vhdQManager.h>#include <vhdQManager/vhdQWidgetFactory.h>#include <libDynLib/vhdDynLibManager.h>#include <libDynLib/vhdDynLib.h>#include <vhdQManager/widgetmanager.h>#include "splashScreen.h"#include "icons.h"#include <vhdQManager/vhdGUIConfigPropertyFactory.h>#include <vhdXMLPropertyLoader/vhdXMLPropertyLoader.h>#include <vhdRuntime/vhdRuntimeEngine.h>Classes | |
| class | vhdQApplication |
| class | vhdQManager::_vhdQtAppThread |
| class | RegisterWidgetEvent |
Defines | |
| #define | _VHD_METHOD_NAME "vhdQManager::vhdQManager()" |
| #define | _VHD_METHOD_NAME "vhdQManager::~vhdQManager()" |
| #define | _VHD_METHOD_NAME "vhdQManager::init()" |
| #define | _VHD_METHOD_NAME "vhdQManager::start(vhdViewerServiceBodyRef mainViewer)" |
| #define | _VHD_METHOD_NAME "vhdQManager::terminate()" |
| #define | _VHD_METHOD_NAME "vhdQManager::createWidget(const char *className, QWidget *parent, const char *name)" |
| #define | _VHD_METHOD_NAME "void vhdQManager::postEvent(vhdIQmanagerEvent *event, bool blocking)" |
| #define | _VHD_METHOD_NAME "QWidget *vhdQManager::getWidgetManager()" |
| #define | _VHD_METHOD_NAME "vhdQManager::_vhdQtAppThread::run()" |
Typedefs | |
| typedef void(*) | vhdDLLGuiInitFuncType (vhdRuntimeSystemRef, vhdRuntimeEngineRef) |
Functions | |
| vhdQManager::vhdQManager () | |
| vhdQManager::~vhdQManager () | |
| void | vhdQManager::init (const char *splashImageFileName) |
| void | vhdQManager::start () |
| void | vhdQManager::terminate () |
| QWidget * | vhdQManager::createWidget (const char *className, QWidget *parent, const char *name) |
| void | vhdQManager::postEvent (vhdIQmanagerEvent *event, bool blocking) |
| QWidget * | vhdQManager::getWidgetManagerTab () |
| #define _VHD_METHOD_NAME "vhdQManager::_vhdQtAppThread::run()" |
| #define _VHD_METHOD_NAME "QWidget *vhdQManager::getWidgetManager()" |
| #define _VHD_METHOD_NAME "void vhdQManager::postEvent(vhdIQmanagerEvent *event, bool blocking)" |
| #define _VHD_METHOD_NAME "vhdQManager::createWidget(const char *className, QWidget *parent, const char *name)" |
| #define _VHD_METHOD_NAME "vhdQManager::terminate()" |
| #define _VHD_METHOD_NAME "vhdQManager::start(vhdViewerServiceBodyRef mainViewer)" |
| #define _VHD_METHOD_NAME "vhdQManager::init()" |
| #define _VHD_METHOD_NAME "vhdQManager::~vhdQManager()" |
| #define _VHD_METHOD_NAME "vhdQManager::vhdQManager()" |
| typedef void(*) vhdDLLGuiInitFuncType(vhdRuntimeSystemRef, vhdRuntimeEngineRef) |
1.5.1-p1