Editor.h (pymol-v1.8.6.0.tar.bz2) | : | Editor.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
int state); | int state); | |||
void EditorReadyDrag(PyMOLGlobals * G, int state); | void EditorReadyDrag(PyMOLGlobals * G, int state); | |||
void EditorPrepareDrag(PyMOLGlobals * G, CObject * obj, int sele, int index, | void EditorPrepareDrag(PyMOLGlobals * G, CObject * obj, int sele, int index, | |||
int state, int mode); | int state, int mode); | |||
int EditorDraggingObjectMatrix(PyMOLGlobals *G); | int EditorDraggingObjectMatrix(PyMOLGlobals *G); | |||
void EditorDrag(PyMOLGlobals * G, CObject * obj, int index, int mode, int state, | void EditorDrag(PyMOLGlobals * G, CObject * obj, int index, int mode, int state, | |||
float *pt, float *mov, float *z_dir); | float *pt, float *mov, float *z_dir); | |||
void EditorActivate(PyMOLGlobals * G, int state, int enable_bond); | void EditorActivate(PyMOLGlobals * G, int state, int enable_bond); | |||
CObject *EditorDragObject(PyMOLGlobals * G); | CObject *EditorDragObject(PyMOLGlobals * G); | |||
void EditorReplace(PyMOLGlobals * G, const char *elem, int geom, int valence, co | void EditorReplace(PyMOLGlobals * G, const char *elem, int geom, int valence, co | |||
nst char *name, | nst char *name="", | |||
int quiet); | int quiet=1); | |||
void EditorAttach(PyMOLGlobals * G, const char *elem, int geom, int valence, con st char *name, | void EditorAttach(PyMOLGlobals * G, const char *elem, int geom, int valence, con st char *name, | |||
int quiet); | int quiet); | |||
void EditorRemove(PyMOLGlobals * G, int hydrogen, int quiet); | void EditorRemove(PyMOLGlobals * G, int hydrogen, int quiet); | |||
void EditorHFill(PyMOLGlobals * G, int quiet); | void EditorHFill(PyMOLGlobals * G, int quiet=1); | |||
void EditorHFix(PyMOLGlobals * G, const char *sele, int quiet); | void EditorHFix(PyMOLGlobals * G, const char *sele, int quiet); | |||
void EditorCycleValence(PyMOLGlobals * G, int quiet); | void EditorCycleValence(PyMOLGlobals * G, int quiet=1); | |||
void EditorInactivate(PyMOLGlobals * G); | void EditorInactivate(PyMOLGlobals * G); | |||
void EditorUpdateState(PyMOLGlobals * G); | void EditorUpdateState(PyMOLGlobals * G); | |||
int EditorIsAnActiveObject(PyMOLGlobals * G, ObjectMolecule * obj); | int EditorIsAnActiveObject(PyMOLGlobals * G, ObjectMolecule * obj); | |||
int EditorSelect(PyMOLGlobals * G, const char *s0, const char *s1, const char *s 2, const char *s3, int pkresi, | int EditorSelect(PyMOLGlobals * G, const char *s0, const char *s1, const char *s 2, const char *s3, int pkresi, | |||
int pkbond, int quiet); | int pkbond, int quiet); | |||
int EditorTorsion(PyMOLGlobals * G, float angle); | int EditorTorsion(PyMOLGlobals * G, float angle); | |||
int EditorInvert(PyMOLGlobals * G, int quiet); | int EditorInvert(PyMOLGlobals * G, int quiet); | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |