Home
last modified time | relevance | path

Searched refs:fActionZoomIn (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp54 , fActionZoomIn(this) in SkDebuggerGUI()
105 fMapper.setMapping(&fActionZoomIn, SkCanvasWidget::kIn_ZoomCommand); in SkDebuggerGUI()
108 connect(&fActionZoomIn, SIGNAL(triggered()), &fMapper, SLOT(map())); in SkDebuggerGUI()
568 fActionZoomIn.setShortcut(QKeySequence(tr("Ctrl+="))); in setupUi()
569 fActionZoomIn.setText("Zoom In"); in setupUi()
693 fMenuView.addAction(&fActionZoomIn); in setupUi()
DSkDebuggerGUI.h260 QAction fActionZoomIn; variable