00001 //-------------------------------------------------------------------- 00002 // 00003 // File: TxqWorkSpace.h 00004 // 00005 // Purpose: Extension of QWorkspace to overwrite tile 00006 // 00007 // Version: $Id: 00008 // 00009 // Copyright (c) 2000 by Tech-X Corporation. All rights reserved. 00010 // 00011 // Author: Kelly G. Luetkemeyer 00012 // 00013 //-------------------------------------------------------------------- 00014 00015 #ifndef TXQ_WORKSPACE_H 00016 #define TXQ_WORKSPACE_H 00017 00018 // Qt includes 00019 #include <qworkspace.h> 00020 00032 class TxqWorkSpace : public QWorkspace 00033 { 00034 Q_OBJECT 00035 00036 public: 00037 00046 TxqWorkSpace(QWidget* parent=0, const char *nm=0); 00047 00051 virtual ~TxqWorkSpace(); 00052 00053 public slots: 00054 00058 void tile(); 00059 00060 protected: 00061 00062 protected slots: 00063 00064 private: 00065 00066 }; 00067 00068 00069 #endif
Copyright Tech-X Corporation, all rights reserved.