#include <ViewProvider.h>
Public Member Functions | |
virtual bool | doubleClicked (void) |
is called by the tree if the user double click on the object | |
virtual Base::Type | getTypeId (void) const |
ViewProvider () | |
constructor | |
virtual | ~ViewProvider () |
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 Mod/PartDesign/Gui/ViewProvider.h.
ViewProvider::ViewProvider | ( | ) |
constructor
Reimplemented from Gui::ViewProvider.
Definition at line 37 of file Mod/PartDesign/Gui/ViewProvider.cpp.
ViewProvider::~ViewProvider | ( | ) | [virtual] |
destructor
Reimplemented from Gui::ViewProvider.
Definition at line 41 of file Mod/PartDesign/Gui/ViewProvider.cpp.
void * PartDesignGui::ViewProvider::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
bool ViewProvider::doubleClicked | ( | void | ) | [virtual] |
is called by the tree if the user double click on the object
Reimplemented from Gui::ViewProviderGeometryObject.
Definition at line 45 of file Mod/PartDesign/Gui/ViewProvider.cpp.
References Gui::Command::doCommand(), App::DocumentObject::getNameInDocument(), Gui::Command::Gui, FreeCADInit::Msg, Gui::Command::openCommand(), and Gui::ViewProviderDocumentObject::pcObject.
Base::Type PartDesignGui::ViewProvider::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
const App::PropertyData & PartDesignGui::ViewProvider::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
const App::PropertyData * PartDesignGui::ViewProvider::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
Base::Type PartDesignGui::ViewProvider::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
void PartDesignGui::ViewProvider::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Reimplemented in PartDesignGui::ViewProviderFillet, PartDesignGui::ViewProviderHole, PartDesignGui::ViewProviderPad, PartDesignGui::ViewProviderPatternRectangular, PartDesignGui::ViewProviderPocket, and PartDesignGui::ViewProviderRevolution.
Definition at line 35 of file Mod/PartDesign/Gui/ViewProvider.cpp.
Referenced by initPartDesignGui().