|
FreeCAD C++
|
#include <Mod/Drawing/App/FeaturePage.h>
Base class of all View Features in the drawing module
Public Member Functions | |
| FeaturePage (void) | |
| Constructor. | |
| virtual const char * | getViewProviderName (void) const |
| returns the type name of the ViewProvider | |
methods override Feature | |
| virtual App::DocumentObjectExecReturn * | execute (void) |
| recalculate the Feature | |
Protected Member Functions | |
| virtual void | onDocumentRestored () |
| get called after a document has been fully restored | |
1.8.15