Home
last modified time | relevance | path

Searched refs:getZoomInAction (Results 1 – 10 of 10) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/
H A DGSequenceLineView.h128 virtual QAction *getZoomInAction() const { in getZoomInAction() function
129 return coherentRangeView == nullptr ? nullptr : coherentRangeView->getZoomInAction(); in getZoomInAction()
H A DPanView.h111 QAction *getZoomInAction() const override;
H A DPanView.cpp593 QAction *PanView::getZoomInAction() const { in getZoomInAction() function in U2::PanView
H A DGSequenceLineView.cpp366 QAction *zoomAction = toMin ? getZoomInAction() : getZoomOutAction(); in wheelEvent()
H A DOverview.cpp310 QAction *zoomAction = toMin ? panView->getZoomInAction() : panView->getZoomOutAction(); in wheelEvent()
H A DADVSingleSequenceWidget.cpp432 QAction *zoomInAction = lineView->getZoomInAction(); in addZoomMenu()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/handler/
H A DmxKeyboardHandler.java118 map.put("zoomIn", mxGraphActions.getZoomInAction()); in createActionMap()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/util/
H A DmxGraphActions.java327 public static Action getZoomInAction() in getZoomInAction() method in mxGraphActions
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/editor/
H A DSchemaEditorMenuBar.java218 .getZoomInAction())); in SchemaEditorMenuBar()
H A DEditorMenuBar.java227 menu.add(editor.bind(mxResources.get("zoomIn"), mxGraphActions.getZoomInAction())); in EditorMenuBar()