Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

py_mouse.C File Reference

#include "py_commands.h"
#include "VMDApp.h"
#include "Mouse.h"

Go to the source code of this file.

Functions

PyObject * mousemode (PyObject *self, PyObject *args)
void initmouse ()

Variables

PyMethodDef methods []


Function Documentation

void initmouse  
 

Definition at line 30 of file py_mouse.C.

References Mouse::ADDBOND, Mouse::CENTER, Mouse::FORCEATOM, Mouse::FORCEFRAG, Mouse::FORCERES, Mouse::LABELANGLE, Mouse::LABELATOM, Mouse::LABELBOND, Mouse::LABELDIHEDRAL, Mouse::LIGHT, methods, Mouse::MOVEATOM, Mouse::MOVEFRAG, Mouse::MOVEMOL, Mouse::MOVEREP, Mouse::MOVERES, Mouse::PICK, Mouse::QUERY, Mouse::ROTATION, Mouse::SCALING, Mouse::TRANSLATION, and Mouse::USERPOINT.

PyObject* mousemode PyObject *    self,
PyObject *    args
[static]
 

Definition at line 13 of file py_mouse.C.

References get_vmdapp, VMDApp::mouse_set_mode, and NULL.


Variable Documentation

PyMethodDef methods[] [static]
 

Initial value:

 {
  {(char *)"mode", (vmdPyMethod)mousemode, METH_VARARGS,
    (char *)"mode(mode, submode) -- set mouse behavior in graphics window"},
  {NULL, NULL}
}

Definition at line 24 of file py_mouse.C.

Referenced by initmouse.


Generated on Thu May 24 01:51:54 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002