Public Member Functions | |
CustomPropertyEvent (App::Property &p, const App::Property &v) | |
void | execute () |
~CustomPropertyEvent () | |
Protected Attributes | |
App::Property & | property |
const App::Property & | value |
Definition at line 124 of file DocumentProtector.cpp.
Sandbox::CustomPropertyEvent::CustomPropertyEvent | ( | App::Property & | p, | |
const App::Property & | v | |||
) | [inline] |
Definition at line 127 of file DocumentProtector.cpp.
Sandbox::CustomPropertyEvent::~CustomPropertyEvent | ( | ) | [inline] |
Definition at line 131 of file DocumentProtector.cpp.
void Sandbox::CustomPropertyEvent::execute | ( | void | ) | [inline, virtual] |
Implements Sandbox::AbstractCustomProtectorEvent.
Definition at line 134 of file DocumentProtector.cpp.
References value.
App::Property& Sandbox::CustomPropertyEvent::property [protected] |
Definition at line 140 of file DocumentProtector.cpp.
const App::Property& Sandbox::CustomPropertyEvent::value [protected] |
Definition at line 141 of file DocumentProtector.cpp.
Referenced by execute().