Guitar
MyObjectViewBase.h
Go to the documentation of this file.
1 #ifndef MYOBJECTVIEWBASE_H
2 #define MYOBJECTVIEWBASE_H
3 
4 #include <QObject>
5 #include <QString>
6 
8 protected:
9  QString object_id_;
10  QString object_path_;
11  bool isValidObject() const;
12  bool saveAs(QWidget *parent);
13 public:
14 };
15 
16 #endif // MYOBJECTVIEWBASE_H
Definition: MyObjectViewBase.h:7
bool isValidObject() const
Definition: MyObjectViewBase.cpp:8
bool saveAs(QWidget *parent)
Definition: MyObjectViewBase.cpp:15
QString object_id_
Definition: MyObjectViewBase.h:9
QString object_path_
Definition: MyObjectViewBase.h:10