#include <ViewProviderImport.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
ViewProviderImport () | |
constructor | |
virtual | ~ViewProviderImport () |
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 44 of file ViewProviderImport.h.
ViewProviderImport::ViewProviderImport | ( | ) |
constructor
Definition at line 51 of file ViewProviderImport.cpp.
ViewProviderImport::~ViewProviderImport | ( | ) | [virtual] |
destructor
Definition at line 56 of file ViewProviderImport.cpp.
void * PartGui::ViewProviderImport::create | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
Base::Type PartGui::ViewProviderImport::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
const App::PropertyData & PartGui::ViewProviderImport::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
const App::PropertyData * PartGui::ViewProviderImport::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
Base::Type PartGui::ViewProviderImport::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
void PartGui::ViewProviderImport::init | ( | void | ) | [static] |
Reimplemented from PartGui::ViewProviderPart.
Definition at line 49 of file ViewProviderImport.cpp.
Referenced by initPartGui().
bool ViewProviderImport::setEdit | ( | int | ModNum | ) | [protected, virtual] |
is called by the document when the provider goes in edit mode
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 63 of file ViewProviderImport.cpp.
void ViewProviderImport::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from PartGui::ViewProviderPartExt.
Definition at line 68 of file ViewProviderImport.cpp.