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 |
ViewProviderMultiFuse () | |
constructor | |
virtual | ~ViewProviderMultiFuse () |
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 48 of file ViewProviderBoolean.h.
ViewProviderMultiFuse::ViewProviderMultiFuse | ( | ) |
constructor
Definition at line 77 of file ViewProviderBoolean.cpp.
ViewProviderMultiFuse::~ViewProviderMultiFuse | ( | ) | [virtual] |
destructor
Definition at line 81 of file ViewProviderBoolean.cpp.
std::vector< App::DocumentObject * > ViewProviderMultiFuse::claimChildren | ( | void | ) | const [virtual] |
grouping handling
Reimplemented from Gui::ViewProvider.
Definition at line 85 of file ViewProviderBoolean.cpp.
References Gui::ViewProviderDocumentObject::getObject().
void * PartGui::ViewProviderMultiFuse::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderMultiFuse::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
QIcon ViewProviderMultiFuse::getIcon | ( | void | ) | const [virtual] |
deliver the icon shown in the tree view
Reimplemented from Gui::ViewProvider.
Definition at line 90 of file ViewProviderBoolean.cpp.
References Gui::BitmapFactory().
const App::PropertyData & PartGui::ViewProviderMultiFuse::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
const App::PropertyData * PartGui::ViewProviderMultiFuse::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderMultiFuse::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
void PartGui::ViewProviderMultiFuse::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 75 of file ViewProviderBoolean.cpp.
Referenced by initPartGui().