00001 #ifndef IGUANA_STUDIO_IG_QT_WORK_SPACE_H
00002 # define IGUANA_STUDIO_IG_QT_WORK_SPACE_H
00003
00004
00005
00006 # include "Iguana/Studio/interface/config.h"
00007 # include <qworkspace.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016 class IGUANA_STUDIO_API IgQtWorkspace : public QWorkspace
00017 {
00018 Q_OBJECT
00019 public:
00020 IgQtWorkspace (QWidget *parent, const char *name = 0);
00021
00022
00023
00024
00025 protected:
00026 void windowActivationChange (bool oldActive);
00027
00028 signals:
00029 void workspaceActivated (void);
00030 void workspaceDeactivated (void);
00031 };
00032
00033
00034
00035
00036 #endif // IGUANA_STUDIO_IG_QT_WORK_SPACE_H