Public Member Functions | |
CustomRemoveObjectEvent (App::Document *d, const std::string &n) | |
void | execute () |
~CustomRemoveObjectEvent () | |
Protected Attributes | |
App::Document * | doc |
std::string | name |
Definition at line 87 of file DocumentProtector.cpp.
Sandbox::CustomRemoveObjectEvent::CustomRemoveObjectEvent | ( | App::Document * | d, | |
const std::string & | n | |||
) | [inline] |
Definition at line 90 of file DocumentProtector.cpp.
Sandbox::CustomRemoveObjectEvent::~CustomRemoveObjectEvent | ( | ) | [inline] |
Definition at line 93 of file DocumentProtector.cpp.
void Sandbox::CustomRemoveObjectEvent::execute | ( | void | ) | [inline, virtual] |
Implements Sandbox::AbstractCustomProtectorEvent.
Definition at line 96 of file DocumentProtector.cpp.
References doc, name, and App::Document::remObject().
App::Document* Sandbox::CustomRemoveObjectEvent::doc [protected] |
Definition at line 102 of file DocumentProtector.cpp.
Referenced by execute().
std::string Sandbox::CustomRemoveObjectEvent::name [protected] |
Definition at line 103 of file DocumentProtector.cpp.
Referenced by execute().