#include "py_commands.h"#include "VMDApp.h"#include "DisplayDevice.h"Go to the source code of this file.
Functions | |
| PyObject * | update (PyObject *self, PyObject *args) |
| PyObject * | update_ui (PyObject *self, PyObject *args) |
| PyObject * | update_on (PyObject *self, PyObject *args) |
| PyObject * | update_off (PyObject *self, PyObject *args) |
| PyObject * | set (PyObject *self, PyObject *args, PyObject *keywds) |
| PyObject * | get (PyObject *self, PyObject *args) |
| PyObject * | stereomodes (PyObject *self, PyObject *args) |
| void | initdisplay () |
Variables | |
| char * | kwlist [] |
| const int | num_keys = 12 |
| char * | get_kwlist [] |
| const int | num_get_keys = 12 |
| PyMethodDef | DisplayMethods [] |
|
||||||||||||
|
|
Definition at line 212 of file py_display.C. References DisplayMethods. |
|
||||||||||||||||
|
||||||||||||
|
Definition at line 189 of file py_display.C. References VMDApp::display, get_vmdapp, NULL, num, DisplayDevice::num_stereo_modes, and DisplayDevice::stereo_name. |
|
||||||||||||
|
Definition at line 27 of file py_display.C. References VMDApp::display_update, get_vmdapp, and NULL. Referenced by Tool::check_event. |
|
||||||||||||
|
Definition at line 64 of file py_display.C. References VMDApp::display_update_on, get_vmdapp, and NULL. |
|
||||||||||||
|
Definition at line 52 of file py_display.C. References VMDApp::display_update_on, get_vmdapp, and NULL. |
|
||||||||||||
|
Definition at line 40 of file py_display.C. References VMDApp::display_update_ui, get_vmdapp, and NULL. |
|
|
Initial value: {
{(char *)"update", (vmdPyMethod)update, METH_VARARGS },
{(char *)"update_ui", (vmdPyMethod)update_ui, METH_VARARGS },
{(char *)"update_on", (vmdPyMethod)update_on, METH_VARARGS },
{(char *)"update_off", (vmdPyMethod)update_off, METH_VARARGS },
{(char *)"set", (PyCFunction)set, METH_VARARGS | METH_KEYWORDS},
{(char *)"get", (vmdPyMethod)get, METH_VARARGS},
{(char *)"stereomodes", (vmdPyMethod)stereomodes, METH_VARARGS},
{NULL, NULL}
}Definition at line 201 of file py_display.C. Referenced by initdisplay. |
|
|
Initial value: {
(char *)"eyesep", (char *)"focallength", (char *)"height",
(char *)"distance", (char *)"nearclip", (char *)"farclip",
(char *)"antialias", (char *)"depthcue",
(char *)"culling",
(char *)"stereo", (char *)"projection", (char *)"size"
}Definition at line 138 of file py_display.C. Referenced by get. |
|
|
Initial value: {
(char *)"eyesep", (char *)"focallength", (char *)"height",
(char *)"distance", (char *)"nearclip", (char *)"farclip",
(char *)"antialias", (char *)"depthcue", (char *)"culling",
(char *)"stereo", (char *)"projection", (char *)"size",
NULL }Definition at line 75 of file py_display.C. Referenced by set. |
|
|
Definition at line 146 of file py_display.C. Referenced by get. |
|
|
Definition at line 81 of file py_display.C. Referenced by set. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002