#include <TextEvent.h>
Inheritance diagram for MoleculeEvent:
Public Types | |
enum | MolEvent { MOL_DELETE = 0, MOL_NEW = 1, MOL_RENAME = 2, MOL_REGEN = 3, MOL_TOP = 4 } |
Public Methods | |
MoleculeEvent (int m, MolEvent c) | |
virtual void | do_callback (TextInterp *interp) |
Definition at line 185 of file TextEvent.h.
|
Definition at line 189 of file TextEvent.h. Referenced by MoleculeEvent. |
|
Definition at line 191 of file TextEvent.h. References MolEvent. |
|
Implements InterpEvent. Definition at line 193 of file TextEvent.h. References TextInterp::molecule_changed_cb. |