tuchulcha  0.10.1
Graphical Workflow Configuration Editor
ParamInspectorWindow.h
Go to the documentation of this file.
1 /* Copyright (C) 2009 Jens-Malte Gottfried
2 
3  This file is part of Tuchulcha.
4 
5  Tuchulcha is free software: you can redistribute it and/or modify
6  it under the terms of the GNU Lesser General Public License as published by
7  the Free Software Foundation, either version 3 of the License, or
8  (at your option) any later version.
9 
10  Tuchulcha is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public License
16  along with Tuchulcha. If not, see <http://www.gnu.org/licenses/>.
17 */
24 #ifndef PARAMINSPECTORWINDOW_H_
25 #define PARAMINSPECTORWINDOW_H_
26 
27 #include <QMainWindow>
28 #include <QString>
29 
30 class QMenu;
31 class ObjectInspector;
32 class RecentFileHandler;
33 
35 class ParamInspectorWindow : public QMainWindow
36 {
37  Q_OBJECT
38 
39 public:
41  ParamInspectorWindow(QWidget* parent = 0, Qt::WindowFlags flags = 0);
43 
44 protected:
46  virtual void closeEvent(QCloseEvent* event);
47 
48 public slots:
50  void openFile(QString fName = QString());
51 
52 private:
54  QMenu* _fileMenu;
56 };
57 
58 #endif /* PARAMINSPECTORWINDOW_H_ */
ObjectInspector * _inspector
Inspector widget.
Main Window to display a HierarchyModel using a QTreeView.
provide list of recent files
Object inspector widget.
ParamInspectorWindow(QWidget *parent=0, Qt::WindowFlags flags=0)
default constructor
RecentFileHandler * _rfHandler
recent files
void openFile(QString fName=QString())
open file and update window title
QMenu * _fileMenu
File menu.
virtual void closeEvent(QCloseEvent *event)
save geometry etc.