#include <ViewProviderFillet.h>
Public Member Functions | |
| virtual Base::Type | getTypeId (void) const |
| virtual bool | onDelete (const std::vector< std::string > &) |
| get called if the object is about to get deleted. Here you can delete other objects to or switch visibility of others. | |
| void | setupContextMenu (QMenu *, QObject *, const char *) |
| grouping handling | |
| ViewProviderFillet () | |
| constructor | |
| virtual | ~ViewProviderFillet () |
| 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 |
| virtual bool | setEdit (int ModNum) |
| is called by the document when the provider goes in edit mode | |
| virtual void | unsetEdit (int ModNum) |
| is called when you loose the edit mode | |
Static Protected Member Functions | |
| static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 32 of file ViewProviderFillet.h.
| ViewProviderFillet::ViewProviderFillet | ( | ) |
constructor
Definition at line 42 of file ViewProviderFillet.cpp.
| ViewProviderFillet::~ViewProviderFillet | ( | ) | [virtual] |
destructor
Definition at line 46 of file ViewProviderFillet.cpp.
| void * PartDesignGui::ViewProviderFillet::create | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
| Base::Type PartDesignGui::ViewProviderFillet::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
| const App::PropertyData & PartDesignGui::ViewProviderFillet::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
| const App::PropertyData * PartDesignGui::ViewProviderFillet::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
| Base::Type PartDesignGui::ViewProviderFillet::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
| void PartDesignGui::ViewProviderFillet::init | ( | void | ) | [static] |
Reimplemented from PartDesignGui::ViewProvider.
Definition at line 40 of file ViewProviderFillet.cpp.
Referenced by initPartDesignGui().
| bool ViewProviderFillet::onDelete | ( | const std::vector< std::string > & | ) | [virtual] |
get called if the object is about to get deleted. Here you can delete other objects to or switch visibility of others.
Reimplemented from Gui::ViewProvider.
Definition at line 114 of file ViewProviderFillet.cpp.
References PartDesign::DressUp::Base, Gui::ViewProviderDocumentObject::getObject(), App::PropertyLinkSub::getValue(), and Gui::Application::Instance.
| 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 59 of file ViewProviderFillet.cpp.
References Gui::Control(), Gui::ViewProvider::Default, PartDesignGui::TaskDlgFilletParameters::getFilletView(), and Gui::Selection().
| void ViewProviderFillet::setupContextMenu | ( | QMenu * | menu, | |
| QObject * | receiver, | |||
| const char * | member | |||
| ) | [virtual] |
grouping handling
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 51 of file ViewProviderFillet.cpp.
References Gui::ViewProvider::Default.
| void ViewProviderFillet::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 100 of file ViewProviderFillet.cpp.
References Gui::Control(), and Gui::ViewProvider::Default.
1.6.1