#include <Iguana/Studio/interface/IgQtAppExtensions.h>
Static Public Member Functions | |
static void | install (IgState *state, QWidget *mainWindow) |
Definition at line 19 of file IgQtAppExtensions.h.
Definition at line 23 of file IgQtAppExtensions.cc.
Referenced by IgStudioDriver::setupMainWindow().
00024 { 00025 new IgQtAppWindowService (state, mainWindow); 00026 new IgQtAppLoopService (state); 00027 new IgQtAppMenuService (state, mainWindow); 00028 new IgQtAppToolBarService (state, mainWindow); 00029 new IgQtAppStatusBarService (state, mainWindow); 00030 new IgQtAppContextService (state, mainWindow); 00031 new IgQtAppDebugService (state, mainWindow); 00032 new IgQtAppHelpService (state, mainWindow); 00033 new IgQtAppCrashAlertService (state, mainWindow); 00034 }