diff options
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h b/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h deleted file mode 100644 index 9accf6a..0000000 --- a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef FILEREFERENCESPANEL_H -#define FILEREFERENCESPANEL_H - -#include <QtWidgets/QWidget> - -namespace Ui { -class FileReferencesPanel; -} - -#include "ProjectParams.h" - -class FileReferencesPanel : public QWidget -{ - Q_OBJECT - -public: - explicit FileReferencesPanel(QWidget *parent = 0); - ~FileReferencesPanel(); - void updateValues(); - - static FileReferencesPanel* ins(); - -public slots: - void on_btnOpenFile_clicked(); - - void on_btnReload_clicked(); - - void on_btnRemove_clicked(); - - void on_checkBoxFBX_stateChanged(int arg1); - - void on_checkBoxEmbedFBXCollision_stateChanged(int arg1); - - void on_checkBoxObj_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: - BPPAsset* _getCurrentAsset(); - -private: - Ui::FileReferencesPanel *ui; - bool bValid; -}; - -#endif // FILEREFERENCESPANEL_H |