diff options
| author | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
| commit | 236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch) | |
| tree | e486f2fa39dba203563895541e92c60ed3e25759 /tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h | |
| parent | Added screens to welcome page (diff) | |
| download | blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip | |
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h b/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h index e393f33..71905df 100644 --- a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h +++ b/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h @@ -16,7 +16,9 @@ public: ~FileReferencesPanel(); void updateValues(); -private slots: + static FileReferencesPanel* ins(); + +public slots: void on_btnOpenFile_clicked(); void on_btnReload_clicked(); @@ -25,17 +27,21 @@ private slots: void on_checkBoxFBX_stateChanged(int arg1); - void on_checkBoxBlast_stateChanged(int arg1); + void on_checkBoxObj_stateChanged(int arg1); void on_checkBoxCollision_stateChanged(int arg1); + + void on_checkBoxLLAsset_stateChanged(int arg1); + + void on_checkBoxTKAsset_stateChanged(int arg1); + + void on_checkBoxBPXA_stateChanged(int arg1); void on_btnSave_clicked(); private: Ui::FileReferencesPanel *ui; - bool _saveFBX; - bool _saveBlast; - bool _saveCollision; + bool bValid; }; #endif // FILEREFERENCESPANEL_H |