#include "py_commands.h"#include "Inform.h"#include "PythonTextInterp.h"#include "config.h"#include "VMDApp.h"#include "TextEvent.h"#include "errcode.h"Go to the source code of this file.
Functions | |
| PyObject * | add_callback (PyObject *, PyObject *args) |
| PyObject * | del_callback (PyObject *, PyObject *args) |
| void | call_callbacks (const char *type, PyObject *arglist) |
| void | initvmdcallbacks () |
Variables | |
| PyObject * | cbdict = NULL |
| PyMethodDef | CallbackMethods [] |
|
||||||||||||
|
Definition at line 37 of file PythonTextInterp.C. |
|
||||||||||||
|
||||||||||||
|
Definition at line 58 of file PythonTextInterp.C. |
|
|
Definition at line 108 of file PythonTextInterp.C. References CallbackMethods, and cbdict. Referenced by PythonTextInterp::PythonTextInterp. |
|
|
Initial value: {
{(char *)"add_callback", (vmdPyMethod)add_callback, METH_VARARGS },
{(char *)"del_callback", (vmdPyMethod)del_callback, METH_VARARGS },
{NULL, NULL}
}Definition at line 102 of file PythonTextInterp.C. Referenced by initvmdcallbacks. |
|
|
Definition at line 35 of file PythonTextInterp.C. Referenced by add_callback, call_callbacks, del_callback, and initvmdcallbacks. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002