#include <application.h>
Collaboration diagram for YApplication:
Public Slots | |
void | ProcessEvents () |
This slot is used to update the window during a compiler run. | |
Public Member Functions | |
YApplication (int argc, char **argv) | |
~YApplication () | |
int | InitInstance () |
const QString & | GetStartPath () const |
const QString & | GetYasaPath () const |
Static Public Member Functions | |
YWorkSpaceManager * | GetWorkSpaceManager () |
YPlugInManager * | GetPlugInManager () |
YActionHandler * | GetActionHandler () |
YOutput * | GetOutput () |
YMainWindow * | GetMainWindow () |
YTranslator * | GetTranslator () |
YSettings * | GetSettings () |
Private Attributes | |
Q_OBJECT YWorkSpaceManager * | workspacemanager |
YPlugInManager * | pluginmanager |
YActionHandler * | actionhandler |
YOutput * | output |
YMainWindow * | mainwindow |
YTranslator * | translator |
YSettings * | settings |
QString | StartPath |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This slot is used to update the window during a compiler run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|