#include <xap_QtApp.h>
Public Member Functions | |
XAP_QtApp (const char *) | |
virtual | ~XAP_QtApp () |
virtual const char * | getDefaultEncoding () const |
virtual void | reallyExit () |
virtual XAP_DialogFactory * | getDialogFactory () |
virtual XAP_Toolbar_ControlFactory * | getControlFactory () |
virtual const char * | getUserPrivateDirectory () const |
Protected Member Functions | |
int | exec () |
void | _setAbiSuiteLibDir () |
Protected Attributes | |
XAP_QtDialogFactory | m_dialogFactory |
AP_QtToolbar_ControlFactory | m_controlFactory |
QApplication * | m_app |
Private Attributes | |
int | m_qtArgc |
const char * | m_qtArgv |
XAP_QtApp::XAP_QtApp | ( | const char * | name | ) |
References _setAbiSuiteLibDir(), XAP_App::_setUUIDGenerator(), XAP_App::getGraphicsFactory(), GR_QtGraphics::graphicsAllocator(), GR_QtGraphics::graphicsDescriptor(), m_app, m_qtArgc, m_qtArgv, GR_GraphicsFactory::registerAsDefault(), GR_GraphicsFactory::registerClass(), GR_QtGraphics::s_getClassId(), and UT_ASSERT.
XAP_QtApp::~XAP_QtApp | ( | ) | [virtual] |
void XAP_QtApp::_setAbiSuiteLibDir | ( | ) | [protected] |
References gchar, and XAP_App::getAbiSuiteHome().
Referenced by XAP_QtApp().
int XAP_QtApp::exec | ( | ) | [protected] |
References m_app.
virtual XAP_Toolbar_ControlFactory* XAP_QtApp::getControlFactory | ( | void | ) | [inline, virtual] |
Implements XAP_App.
Referenced by EV_QtToolbar::synthesize().
virtual const char* XAP_QtApp::getDefaultEncoding | ( | ) | const [inline, virtual] |
Implements XAP_App.
virtual XAP_DialogFactory* XAP_QtApp::getDialogFactory | ( | void | ) | [inline, virtual] |
Implements XAP_App.
const char * XAP_QtApp::getUserPrivateDirectory | ( | void | ) | const [virtual] |
Implements XAP_App.
References DELETEPV, and XAP_App::migrate().
QApplication* XAP_QtApp::m_app [protected] |
Referenced by exec(), reallyExit(), and XAP_QtApp().
XAP_QtDialogFactory XAP_QtApp::m_dialogFactory [protected] |
int XAP_QtApp::m_qtArgc [private] |
Referenced by XAP_QtApp().
const char* XAP_QtApp::m_qtArgv [private] |
Referenced by XAP_QtApp().