#include <ViewProviderBox.h>
Public Member Functions | |
std::vector< std::string > | getDisplayModes (void) const |
returns a list of all possible modes | |
virtual Base::Type | getTypeId (void) const |
ViewProviderBox () | |
constructor | |
virtual | ~ViewProviderBox () |
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 44 of file ViewProviderBox.h.
ViewProviderBox::ViewProviderBox | ( | ) |
constructor
Definition at line 49 of file ViewProviderBox.cpp.
ViewProviderBox::~ViewProviderBox | ( | ) | [virtual] |
destructor
Definition at line 54 of file ViewProviderBox.cpp.
void * PartGui::ViewProviderBox::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
Base::Type PartGui::ViewProviderBox::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
std::vector< std::string > ViewProviderBox::getDisplayModes | ( | void | ) | const [virtual] |
returns a list of all possible modes
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 63 of file ViewProviderBox.cpp.
const App::PropertyData & PartGui::ViewProviderBox::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
const App::PropertyData * PartGui::ViewProviderBox::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
Base::Type PartGui::ViewProviderBox::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
void PartGui::ViewProviderBox::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 46 of file ViewProviderBox.cpp.
Referenced by initPartGui().