CMS 3D CMS Logo

IgQMainWindowSite.h

Go to the documentation of this file.
00001 #ifndef IGUANA_STUDIO_IG_Q_MAIN_WINDOW_SITE_H
00002 # define IGUANA_STUDIO_IG_Q_MAIN_WINDOW_SITE_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/IgQtSite.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class IgState;
00013 class QMainWindow;
00014 
00015 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00016 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00017 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00018 
00019 class IGUANA_STUDIO_API IgQMainWindowSite : public IgQtSite
00020 {
00021 public:
00022     // FIXME: add capability to get the title from browser configuration set!
00023     IgQMainWindowSite (IgState *state, IgSite *parent);
00024     // IgQtMainWindow (QWidget *parent, QString title);
00025 
00026     // implicit copy constructor
00027     // implicit assignment operator
00028     // implicit destructor
00029 
00030     static const char * catalogLabel (void);
00031 
00032 protected:
00033     virtual QWidget *   self (void);
00034     virtual QWidget *   host (void);
00035     virtual void        host (QWidget *child);
00036 
00037 private:
00038     QMainWindow         *m_window;
00039 };
00040 
00041 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00042 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00043 
00044 #endif // IGUANA_STUDIO_IG_Q_MAIN_WINDOW_SITE_H

Generated on Tue Jun 9 17:38:48 2009 for CMSSW by  doxygen 1.5.4