CMS 3D CMS Logo

IgQtSiteStack.h

Go to the documentation of this file.
00001 #ifndef IGUANA_STUDIO_IG_QT_SITE_STACK_H
00002 # define IGUANA_STUDIO_IG_QT_SITE_STACK_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/config.h"
00007 # include "Iguana/Studio/interface/IgQtSite.h"
00008 # include <qstring.h>
00009 
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00017 class IGUANA_STUDIO_API IgQtSiteStack : public IgQtSite
00018 {
00019 public:
00020     IgQtSiteStack (void);
00021     QString currentName (void);    
00022     IgQtSiteStack       *hostWithName (const QString &name);    
00023     virtual void        tile (void);
00024     virtual void        cascade (void);    
00025 private:
00026     QString             m_currentName;
00027 };
00028 
00029 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00030 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00031 
00032 #endif // IGUANA_STUDIO_IG_QT_SITE_STACK_H

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