Public Member Functions | |
| CustomRecomputeEvent (App::Document *d) | |
| void | execute () |
| ~CustomRecomputeEvent () | |
Protected Attributes | |
| App::Document * | doc |
Definition at line 106 of file DocumentProtector.cpp.
| Sandbox::CustomRecomputeEvent::CustomRecomputeEvent | ( | App::Document * | d | ) | [inline] |
Definition at line 109 of file DocumentProtector.cpp.
| Sandbox::CustomRecomputeEvent::~CustomRecomputeEvent | ( | ) | [inline] |
Definition at line 112 of file DocumentProtector.cpp.
| void Sandbox::CustomRecomputeEvent::execute | ( | void | ) | [inline, virtual] |
Implements Sandbox::AbstractCustomProtectorEvent.
Definition at line 115 of file DocumentProtector.cpp.
References doc, and App::Document::recompute().
App::Document* Sandbox::CustomRecomputeEvent::doc [protected] |
Definition at line 121 of file DocumentProtector.cpp.
Referenced by execute().
1.6.1