This commit is contained in:
Herwig Birke
2018-05-07 13:48:39 +02:00
parent c2a5620ee6
commit f2ebeb631d
14 changed files with 582 additions and 21 deletions
+18
View File
@@ -61,6 +61,24 @@ public:
*/
cChapter* chapter();
private slots:
/*!
\brief
\fn onSceneDoubleClicked
\param index
*/
void onSceneDoubleClicked(const QModelIndex& index);
signals:
/*!
\brief
\fn showSceneWindow
\param lpScene
*/
void showSceneWindow(cScene* lpScene);
private:
Ui::cChapterWindow *ui; /*!< TODO: describe */
cChapter* m_lpChapter; /*!< TODO: describe */