#include <DocumentProtector.h>
Public Member Functions | |
CallableWithArgs (App::DocumentObject *o, Arg a) | |
virtual void | operator() () const |
virtual | ~CallableWithArgs () |
Definition at line 100 of file DocumentProtector.h.
Sandbox::CallableWithArgs< T, Arg, method >::CallableWithArgs | ( | App::DocumentObject * | o, | |
Arg | a | |||
) | [inline] |
Definition at line 103 of file DocumentProtector.h.
virtual Sandbox::CallableWithArgs< T, Arg, method >::~CallableWithArgs | ( | ) | [inline, virtual] |
Definition at line 106 of file DocumentProtector.h.
virtual void Sandbox::CallableWithArgs< T, Arg, method >::operator() | ( | ) | const [inline, virtual] |
Implements Sandbox::AbstractCallable.
Definition at line 110 of file DocumentProtector.h.