aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-08-23 11:24:32 -0700
committerBryan Galdrikian <[email protected]>2017-08-23 11:24:32 -0700
commitf1e539cadfb085cedc32f9773cfb9d14bfcdf138 (patch)
tree7ca74e06a4386dd22fd850a8417a31a85d282a30 /tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h
parentUpdated to CL 22661993: (diff)
downloadblast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.tar.xz
blast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.zip
Removing ArtistTools and CurveEditor projects
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h')
-rw-r--r--tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h52
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