GSModeler Engine Version: 9.0

RenderingDialogInterfaceImp class



Description Ancestor class of rendering dialog interface implementer. Details...
Module Rendering API
Base classes InterfaceImpBase
Derived classes -
Header RenderingDialogInterfaceImp.hpp


Public methods

    Constructors

Interface functions

    GetName
    GetIcon
    GetFeatures
    RenderingSettingsChanged

Detailed description

This 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.
Here is a typical implementation of the RenderingDialogInterface class:


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 Also

InterfaceImpBase , InterfaceManager , RenderingDialogFeatures

Copyright © 2004 - Graphisoft R&D Software Development Rt. All rights reserved worldwide.