#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 |
ViewProviderBoolean () | |
constructor | |
virtual | ~ViewProviderBoolean () |
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 ViewProviderBoolean.h.
ViewProviderBoolean::ViewProviderBoolean | ( | ) |
constructor
Definition at line 39 of file ViewProviderBoolean.cpp.
ViewProviderBoolean::~ViewProviderBoolean | ( | ) | [virtual] |
destructor
Definition at line 43 of file ViewProviderBoolean.cpp.
std::vector< App::DocumentObject * > ViewProviderBoolean::claimChildren | ( | void | ) | const [virtual] |
grouping handling
Reimplemented from Gui::ViewProvider.
Definition at line 47 of file ViewProviderBoolean.cpp.
References Gui::ViewProviderDocumentObject::getObject().
void * PartGui::ViewProviderBoolean::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderBoolean::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
QIcon ViewProviderBoolean::getIcon | ( | void | ) | const [virtual] |
deliver the icon shown in the tree view
Reimplemented from Gui::ViewProvider.
Definition at line 56 of file ViewProviderBoolean.cpp.
References Gui::BitmapFactory(), Base::Type::fromName(), Gui::ViewProviderDocumentObject::getObject(), App::PropertyContainer::getTypeId(), and Py::type().
const App::PropertyData & PartGui::ViewProviderBoolean::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
const App::PropertyData * PartGui::ViewProviderBoolean::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
Base::Type PartGui::ViewProviderBoolean::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
void PartGui::ViewProviderBoolean::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 37 of file ViewProviderBoolean.cpp.
Referenced by initPartGui().