#include <DocumentProtector.h>
Public Member Functions | |
Callable (App::DocumentObject *o) | |
virtual void | operator() () const |
virtual | ~Callable () |
Definition at line 79 of file DocumentProtector.h.
Sandbox::Callable< T, method >::Callable | ( | App::DocumentObject * | o | ) | [inline] |
Definition at line 82 of file DocumentProtector.h.
virtual Sandbox::Callable< T, method >::~Callable | ( | ) | [inline, virtual] |
Definition at line 85 of file DocumentProtector.h.
virtual void Sandbox::Callable< T, method >::operator() | ( | ) | const [inline, virtual] |
Implements Sandbox::AbstractCallable.
Definition at line 89 of file DocumentProtector.h.