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 --- .../BlastPlugin/Window/MaterialLibraryPanel.h | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 tools/ArtistTools/source/BlastPlugin/Window/MaterialLibraryPanel.h (limited to 'tools/ArtistTools/source/BlastPlugin/Window/MaterialLibraryPanel.h') diff --git a/tools/ArtistTools/source/BlastPlugin/Window/MaterialLibraryPanel.h b/tools/ArtistTools/source/BlastPlugin/Window/MaterialLibraryPanel.h deleted file mode 100644 index 9012294..0000000 --- a/tools/ArtistTools/source/BlastPlugin/Window/MaterialLibraryPanel.h +++ /dev/null @@ -1,65 +0,0 @@ -#ifndef MATERIALLIBRARYPANEL_H -#define MATERIALLIBRARYPANEL_H - -#include -#include "ProjectParams.h" - -class RenderMaterial; - -namespace Ui { -class MaterialLibraryPanel; -} - -class MaterialLibraryPanel : public QWidget -{ - Q_OBJECT - -public: - explicit MaterialLibraryPanel(QWidget *parent = 0); - ~MaterialLibraryPanel(); - void updateValues(); - - static MaterialLibraryPanel* ins(); - -private slots: - void on_btnAddMat_clicked(); - - void on_btnModifyMat_clicked(); - - void on_btnRemoveMat_clicked(); - - void on_listWidget_currentRowChanged(int currentRow); - - void on_btnDiffuseColor_clicked(); - - void on_btnDiffuseColorTex_clicked(); - - void on_btnDiffuseColorTexReload_clicked(); - - void on_btnDiffuseColorTexClear_clicked(); - - void on_btnSpecularColor_clicked(); - - void on_btnSpecularColorTex_clicked(); - - void on_btnSpecularColorTexReload_clicked(); - - void on_btnSpecularColorTexClear_clicked(); - - void on_spinSpecularShin_valueChanged(double arg1); - - void on_btnNormalColorTex_clicked(); - - void on_btnNormalColorTexReload_clicked(); - - void on_btnNormalColorTexClear_clicked(); - -private: - void _refreshMaterialValues(int idx); - BPPGraphicsMaterial* _getSelectedMaterial(); - -private: - Ui::MaterialLibraryPanel *ui; -}; - -#endif // MATERIALLIBRARYPANEL_H -- cgit v1.2.3