ViewProvider for the MultiFuse feature. More...
#include <ViewProviderBoolean.h>
Public Member Functions | |
std::vector < App::DocumentObject * > | claimChildren (void) const |
grouping handling | |
QIcon | getIcon (void) const |
deliver the icon shown in the tree view | |
virtual Base::Type | getTypeId (void) const |
ViewProviderMultiCommon () | |
constructor | |
virtual | ~ViewProviderMultiCommon () |
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) |
ViewProvider for the MultiFuse feature.
Definition at line 64 of file ViewProviderBoolean.h.
ViewProviderMultiCommon::ViewProviderMultiCommon | ( | ) |
constructor
Definition at line 98 of file ViewProviderBoolean.cpp.
ViewProviderMultiCommon::~ViewProviderMultiCommon | ( | ) | [virtual] |
destructor
Definition at line 102 of file ViewProviderBoolean.cpp.
std::vector< App::DocumentObject * > ViewProviderMultiCommon::claimChildren | ( | void | ) | const [virtual] |
grouping handling
Reimplemented from Gui::ViewProvider.
Definition at line 106 of file ViewProviderBoolean.cpp.
References Gui::ViewProviderDocumentObject::getObject().
void * PartGui::ViewProviderMultiCommon::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderMultiCommon::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
QIcon ViewProviderMultiCommon::getIcon | ( | void | ) | const [virtual] |
deliver the icon shown in the tree view
Reimplemented from Gui::ViewProvider.
Definition at line 111 of file ViewProviderBoolean.cpp.
References Gui::BitmapFactory().
const App::PropertyData & PartGui::ViewProviderMultiCommon::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
const App::PropertyData * PartGui::ViewProviderMultiCommon::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderMultiCommon::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
void PartGui::ViewProviderMultiCommon::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 96 of file ViewProviderBoolean.cpp.
Referenced by initPartGui().