#include <ViewProviderFeature.h>
Public Member Functions | |
virtual void | attach (App::DocumentObject *pcObj) |
Attaches the document object to this view provider. | |
virtual Base::Type | getTypeId (void) const |
ViewProviderFeature () | |
constructor. | |
virtual | ~ViewProviderFeature () |
destructor. | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyColorList | ColourList |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 39 of file ViewProviderFeature.h.
ViewProviderFeature::ViewProviderFeature | ( | ) |
ViewProviderFeature::~ViewProviderFeature | ( | ) | [virtual] |
destructor.
Definition at line 56 of file ViewProviderFeature.cpp.
void ViewProviderFeature::attach | ( | App::DocumentObject * | pcObj | ) | [virtual] |
Attaches the document object to this view provider.
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 60 of file ViewProviderFeature.cpp.
void * Gui::ViewProviderFeature::create | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
Base::Type Gui::ViewProviderFeature::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
const App::PropertyData & Gui::ViewProviderFeature::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
const App::PropertyData * Gui::ViewProviderFeature::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
Base::Type Gui::ViewProviderFeature::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
void Gui::ViewProviderFeature::init | ( | void | ) | [static] |
Reimplemented from Gui::ViewProviderDocumentObject.
Definition at line 48 of file ViewProviderFeature.cpp.
Referenced by Gui::Application::initTypes().
Definition at line 50 of file ViewProviderFeature.h.