This commit is contained in:
Herwig Birke
2018-04-26 14:01:03 +02:00
parent 7fb7dcb381
commit 40d5eb5a05
14 changed files with 627 additions and 326 deletions
+3
View File
@@ -35,6 +35,7 @@ private slots:
void onMdiAreaSubWindowActivated(QMdiSubWindow *arg1);
void onOutlineDoubleClicked(const QModelIndex& index);
void onCharacterDoubleClicked(const QModelIndex& index);
void onFileNew();
void onFileOpen();
@@ -104,6 +105,8 @@ private:
void showPartWindow(cPart* lpPart);
void showChapterWindow(cChapter* lpChapter);
void showSceneWindow(cScene* lpScene);
void showCharacterWindow(cCharacter* lpCharacter);
protected:
void closeEvent(QCloseEvent *event);
};