#include <ViewProviderHole.h>
Public Member Functions | |
std::vector < App::DocumentObject * > | claimChildren (void) const |
grouping handling | |
virtual Base::Type | getTypeId (void) const |
ViewProviderHole () | |
constructor | |
virtual | ~ViewProviderHole () |
destructor | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 32 of file ViewProviderHole.h.
ViewProviderHole::ViewProviderHole | ( | ) |
constructor
Definition at line 36 of file ViewProviderHole.cpp.
ViewProviderHole::~ViewProviderHole | ( | ) | [virtual] |
destructor
Definition at line 40 of file ViewProviderHole.cpp.
std::vector< App::DocumentObject * > ViewProviderHole::claimChildren | ( | void | ) | const [virtual] |
grouping handling
Reimplemented from Gui::ViewProvider.
Definition at line 44 of file ViewProviderHole.cpp.
References Gui::ViewProviderDocumentObject::getObject().
void * PartDesignGui::ViewProviderHole::create | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.
Base::Type PartDesignGui::ViewProviderHole::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.
const App::PropertyData & PartDesignGui::ViewProviderHole::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.
const App::PropertyData * PartDesignGui::ViewProviderHole::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.
Base::Type PartDesignGui::ViewProviderHole::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.
void PartDesignGui::ViewProviderHole::init | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 34 of file ViewProviderHole.cpp.