From f1e539cadfb085cedc32f9773cfb9d14bfcdf138 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Wed, 23 Aug 2017 11:24:32 -0700 Subject: Removing ArtistTools and CurveEditor projects --- .../source/BlastPlugin/Window/SourceAssetOpenDlg.h | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 tools/ArtistTools/source/BlastPlugin/Window/SourceAssetOpenDlg.h (limited to 'tools/ArtistTools/source/BlastPlugin/Window/SourceAssetOpenDlg.h') diff --git a/tools/ArtistTools/source/BlastPlugin/Window/SourceAssetOpenDlg.h b/tools/ArtistTools/source/BlastPlugin/Window/SourceAssetOpenDlg.h deleted file mode 100644 index ed6da9c..0000000 --- a/tools/ArtistTools/source/BlastPlugin/Window/SourceAssetOpenDlg.h +++ /dev/null @@ -1,51 +0,0 @@ -#ifndef SOURCEASSETOPENDLG_H -#define SOURCEASSETOPENDLG_H - -#include -#include - -namespace Ui { -class SourceAssetOpenDlg; -} - -class SourceAssetOpenDlg : public QDialog -{ - Q_OBJECT - -public: - explicit SourceAssetOpenDlg(int usefor, QWidget *parent = 0); - ~SourceAssetOpenDlg(); - - void setDefaultFile(const QString& fn); - QString getFile(); - bool getSkinned(); - QVector3D getPosition(); - QVector3D getRotationAxis(); - double getRotationDegree(); - bool isAppend(); - bool isPreFractured(); - bool isAutoCompute(); - int sceneUnitIndex(); - -private slots: - void on_btnOpenFile_clicked(); - - void on_buttonBox_accepted(); - - void on_buttonBox_rejected(); - - void on_checkBoxPreFractured_stateChanged(int arg1); - void on_checkBoxAutoCompute_stateChanged(int arg1); - -private: - Ui::SourceAssetOpenDlg *ui; - /* - m_usefor: - 0 for open fbx file - 1 for open blast file - 2 for add BlastFamily - */ - int m_usefor; -}; - -#endif // SOURCEASSETOPENDLG_H -- cgit v1.2.3