00001 #ifndef IGUANA_STUDIO_IG_QT_SITE_STACK_H
00002 # define IGUANA_STUDIO_IG_QT_SITE_STACK_H
00003
00004
00005
00006 # include "Iguana/Studio/interface/config.h"
00007 # include "Iguana/Studio/interface/IgQtSite.h"
00008 # include <qstring.h>
00009
00010
00011
00012
00013
00014
00015
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
00030
00031
00032 #endif // IGUANA_STUDIO_IG_QT_SITE_STACK_H