Home
last modified time | relevance | path

Searched refs:undoMoveActionClear (Results 1 – 5 of 5) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DJmolStateCreator.java37 abstract void undoMoveActionClear(int taintedAtom, int type, boolean clearRedo); in undoMoveActionClear() method in JmolStateCreator
H A DActionManager.java1124 vwr.undoMoveActionClear(dragAtomIndex, AtomCollection.TAINT_COORD, in checkDragWheelAction()
1192 vwr.undoMoveActionClear(iatom, AtomCollection.TAINT_COORD, true); in checkDragWheelAction()
1953 vwr.undoMoveActionClear(-1, T.save, true); in bondPicked()
H A DStateCreator.java1678 undoMoveActionClear(0, action, true);
1685 void undoMoveActionClear(int taintedAtom, int type, boolean clearRedo) {
1729 undoMoveActionClear(taintedAtom, type, false);
H A DViewer.java8028 undoMoveActionClear(atomIndex, AtomCollection.TAINT_COORD, true); in invertRingAt()
9242 public void undoMoveActionClear(int taintedAtom, int type, in undoMoveActionClear() method in Viewer
9246 getStateCreator().undoMoveActionClear(taintedAtom, type, clearRedo); in undoMoveActionClear()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelkit/
H A DModelKitPopup.java1204 vwr.undoMoveActionClear(atomFix.i, AtomCollection.TAINT_COORD, true); in actionRotateBond()
1484 vwr.undoMoveActionClear(-1, T.save, true); in handleAssignNew()
1498 vwr.undoMoveActionClear(dragAtomIndex, in handleAssignNew()
1501 vwr.undoMoveActionClear(-1, T.save, true); in handleAssignNew()
1505 vwr.undoMoveActionClear(-1, T.save, true); in handleAssignNew()