| GSModeler Engine Version: 9.0 | |||||||||||
MaterialDialogInterfaceImp class
Public methods
Constructors Detailed descriptionThis class is the ancestor of the material dialog interface.
The add-on can customize the material settings dialog creating one or more new panel into the dialog using this interface.
class MaterialDialogInterface : MaterialDialogInterfaceImp {
public:
MaterialDialogInterface ();
explicit MaterialDialogInterface (GSModeler::InterfaceManager* manager);
virtual void GetName (char* name);
virtual bool CreateTabPage (const DG::TabControl& tabControl);
virtual void DestroyTabPage (void);
virtual void GetRelevantParameters (MPI::NameList* parList);
};
See Also |
|||||||||||
| |