4 #ifndef pqNewMaterialDialog_h 5 #define pqNewMaterialDialog_h 7 #include "pqApplicationComponentsModule.h" 10 class vtkOSPRayMaterialLibrary;
29 void setMaterialLibrary(vtkOSPRayMaterialLibrary* lib);
33 const QString&
name() {
return this->Name; }
37 const QString&
type() {
return this->Type; }
56 pqInternals* Internals;
57 friend class pqInternals;
pqNewMaterialDialog is a dialog window that is used to create a new material in the material editor w...
const QString & type()
Return the type of the material.
const QString & name()
Return the name of the material.
This is a QDialog subclass that is aware of the undo-redo sub-system.
vtkOSPRayMaterialLibrary * MaterialLibrary