CMS 3D CMS Logo

IgQtAppExtensions Class Reference

#include <Iguana/Studio/interface/IgQtAppExtensions.h>

List of all members.

Static Public Member Functions

static void install (IgState *state, QWidget *mainWindow)


Detailed Description

Definition at line 19 of file IgQtAppExtensions.h.


Member Function Documentation

void IgQtAppExtensions::install ( IgState state,
QWidget *  mainWindow 
) [static]

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 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:25:26 2009 for CMSSW by  doxygen 1.5.4