|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lisp::LispCallBack Class Reference#include <LispCallBack.h>
Inheritance diagram for acdk::lisp::LispCallBack:
List of all members.
Constructor & Destructor Documentation
acdk::lisp::LispCallBack::LispCallBack |
( |
const char * |
lispdecl, |
|
|
EvalFunc |
evalfunc, |
|
|
bool |
evalargs = true, |
|
|
bool |
ownsScope = true |
|
) |
|
|
|
- lispdecl an valid lisp declaration like (defun funcname (arg1 arg2)
- evalfunc the callback function
- evalargs if true the arguments will be evaluated before caling function
- an static char* help string
|
Member Function Documentation
virtual RString acdk::lisp::LispCallBack::functionName |
( |
|
) |
[inline, virtual] |
|
RLispList acdk::lisp::LispCallBack::getDeclDefinition |
( |
|
) |
[inline, virtual] |
|
RLispList acdk::lisp::LispCallBack::getDefinition |
( |
|
) |
[inline, virtual] |
|
virtual RString acdk::lisp::LispCallBack::getHelpText |
( |
|
) |
[virtual] |
|
void acdk::lisp::LispCallBack::ownScope |
( |
bool |
own |
) |
[inline] |
|
bool acdk::lisp::LispCallBack::ownScope |
( |
|
) |
[inline] |
|
Member Data Documentation
|
|