#include <PickModeMolLabel.h>
Inheritance diagram for PickModeMolLabel:
Public Methods | |
virtual | ~PickModeMolLabel (void) |
virtual void | pick_molecule_start (DrawMolecule *, DisplayDevice *, int, int, const int *cell, int, const float *) |
called for start, moving, and end of pick point. Last argument represents scaled [0,1] coordinates for 2-D and transformed position of pointer for 3-D. XXX should be pure virtual; needed for Query pick mode. More... | |
virtual void | pick_molecule_move (DrawMolecule *, DisplayDevice *, int, int, const float *) |
virtual void | pick_molecule_end (DrawMolecule *, DisplayDevice *) |
virtual void | pick_graphics (int molid, int tag, int btn, DisplayDevice *d) |
Protected Methods | |
PickModeMolLabel (const char *, int, VMDApp *) | |
constructor: name, how many items this object needs, and a VMDApp. More... | |
Protected Attributes | |
VMDApp * | app |
Definition at line 35 of file PickModeMolLabel.h.
|
constructor: name, how many items this object needs, and a VMDApp.
Definition at line 38 of file PickModeMolLabel.C. |
|
Definition at line 54 of file PickModeMolLabel.C. |
|
Reimplemented from PickMode. Definition at line 121 of file PickModeMolLabel.C. References app, VMDApp::commandQueue, CommandQueue::runcommand, DisplayDevice::SHIFT, and DisplayDevice::shift_state. |
|
Reimplemented from PickMode. Definition at line 90 of file PickModeMolLabel.C. References app, BaseMolecule::id, and VMDApp::label_add. |
|
Reimplemented from PickMode. Definition at line 76 of file PickModeMolLabel.C. |
|
called for start, moving, and end of pick point. Last argument represents scaled [0,1] coordinates for 2-D and transformed position of pointer for 3-D. XXX should be pure virtual; needed for Query pick mode.
Reimplemented from PickMode. Definition at line 63 of file PickModeMolLabel.C. References app, VMDApp::commandQueue, BaseMolecule::id, CommandQueue::runcommand, DisplayDevice::SHIFT, and DisplayDevice::shift_state. |
|
Reimplemented from PickMode. Definition at line 49 of file PickModeMolLabel.h. Referenced by pick_graphics, pick_molecule_end, and pick_molecule_start. |