#include <ViewProviderMirror.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
ViewProviderFillet () | |
virtual | ~ViewProviderFillet () |
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) |
Edit methods | |
| |
std::vector < App::DocumentObject * > | claimChildren () const |
deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label. | |
void | setupContextMenu (QMenu *, QObject *, const char *) |
set up the context-menu with the supported edit modes | |
bool | setEdit (int ModNum) |
is called by the document when the provider goes in edit mode | |
void | unsetEdit (int ModNum) |
is called when you loose the edit mode |
Definition at line 56 of file ViewProviderMirror.h.
ViewProviderFillet::ViewProviderFillet | ( | ) |
Definition at line 195 of file ViewProviderMirror.cpp.
ViewProviderFillet::~ViewProviderFillet | ( | ) | [virtual] |
Definition at line 200 of file ViewProviderMirror.cpp.
std::vector< App::DocumentObject * > ViewProviderFillet::claimChildren | ( | void | ) | const [virtual] |
deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label.
Obvious is the usage in the group but it can be used for any kind of grouping needed for a special purpose.
Reimplemented from Gui::ViewProvider.
Definition at line 237 of file ViewProviderMirror.cpp.
References Gui::ViewProviderDocumentObject::getObject().
void * PartGui::ViewProviderFillet::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
Base::Type PartGui::ViewProviderFillet::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
const App::PropertyData & PartGui::ViewProviderFillet::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
const App::PropertyData * PartGui::ViewProviderFillet::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
Base::Type PartGui::ViewProviderFillet::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
void PartGui::ViewProviderFillet::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 193 of file ViewProviderMirror.cpp.
Referenced by initPartGui().
bool ViewProviderFillet::setEdit | ( | int | ModNum | ) | [protected, virtual] |
is called by the document when the provider goes in edit mode
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 212 of file ViewProviderMirror.cpp.
References Gui::Control(), and Gui::ViewProviderDocumentObject::getObject().
void ViewProviderFillet::setupContextMenu | ( | QMenu * | , | |
QObject * | , | |||
const char * | ||||
) | [virtual] |
set up the context-menu with the supported edit modes
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 204 of file ViewProviderMirror.cpp.
void ViewProviderFillet::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 227 of file ViewProviderMirror.cpp.
References Gui::Control().