CMS 3D CMS Logo

IgQWidgetSite.h

Go to the documentation of this file.
00001 #ifndef IGUANA_STUDIO_IG_Q_WIDGET_SITE_H
00002 # define IGUANA_STUDIO_IG_Q_WIDGET_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 
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00018 class IGUANA_STUDIO_API IgQWidgetSite : public IgQtSite
00019 {
00020 public:
00021     // FIXME: add capability to get the title from browser configuration set!
00022     IgQWidgetSite (IgState *state, IgSite *parent);
00023     // implicit copy constructor
00024     // implicit assignment operator
00025     // implicit destructor
00026 
00027     static const char * catalogLabel (void);
00028 
00029 protected:
00030     virtual QWidget *   self (void);
00031     virtual QWidget *   host (void);
00032     virtual void        host (QWidget *child);
00033 
00034 private:
00035     QWidget             *m_widget;
00036 };
00037 
00038 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00039 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00040 
00041 #endif // IGUANA_STUDIO_IG_Q_WIDGET_SITE_H

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