| GSModeler Engine Version: 9.0 | |||||||||||
RenderingDialogInterfaceImp class
Public methods
Constructors Detailed descriptionThis class is the ancestor of the rendering dialog interface.
The add-on can customize the rendering settings dialog creating one or more new panel into the dialog using this interface.
class RenderingDialogInterface : RenderingDialogInterfaceImp {
public:
RenderingDialogInterface ();
explicit RenderingDialogInterface (GSModeler::InterfaceManager* manager);
virtual void GetName (char* name);
virtual DG::Icon GetIcon (void);
virtual void GetFeatures (GSModeler::RenderingDialogFeatures* features);
};
See AlsoInterfaceImpBase , InterfaceManager , RenderingDialogFeatures |
|||||||||||
| |