#include "Command.h"
#include "JString.h"
#include "TextInterp.h"
#include "utilities.h"
#include "DisplayDevice.h"
#include <ctype.h>
Go to the source code of this file.
Compounds | |
class | FrameEvent |
Indicates that the frame of a certain molecule has changed. More... | |
class | GraphLabelEvent |
XXX These are undocumented... The user has requested the given labels to be graphed. More... | |
class | HelpEvent |
Indicates that help is desired on the given topic. More... | |
class | InitializeStructureEvent |
Set when a molecular structure is created and destroyed. More... | |
class | InterpEvent |
Command subclass that acts as a base class for interpreter events. More... | |
class | LogfileEvent |
Gives the interpreter the text of a command being written to a logfile. More... | |
class | MobileDeviceCommandEvent |
Indicates that a mobile device has a specific command to run. More... | |
class | MobileEvent |
Sets the most recent Mobile translation, rotation, and button state. More... | |
class | MobileStateChangedEvent |
Indicates that the mobile device state has changed. More... | |
class | MoleculeEvent |
Set when a molecule is created and destroyed or modified Eventually add codes A/F/D changes, etc. More... | |
class | MouseModeEvent |
Tell when the mouse mode changes. I hope no one is using this... More... | |
class | MousePositionEvent |
Sets the most recent mouse position and button state. More... | |
class | PickAtomCallbackEvent |
Sets the molid, atomid, and client of the last callback-picked atom. More... | |
class | PickAtomEvent |
Sets the molid and atomid of the last picked atom. More... | |
class | PickGraphicsEvent |
Sets the molid, tag, and button of the last picked user graphics. More... | |
class | PickSelectionEvent |
List the atoms involved in the last geometry object created. More... | |
class | PickValueEvent |
Sets the value of the last created Geometry. More... | |
class | PythonEvalEvent |
This command allows us to evaluate an arbitrary string in the Python interpreter. More... | |
class | SpaceballEvent |
Sets the most recent Spaceball translation, rotation, and button state. More... | |
class | TclEvalEvent |
Evaluate the given string in the Tcl interpreter. More... | |
class | TimestepEvent |
Indicates that a new timestep has been received over a remote connection. More... | |
class | TrajectoryReadEvent |
Indicates when all the frames of a trajectory have been read. More... | |
class | UserKeyEvent |
Evaluate the given hotkey combination. More... |