Isis 3 Programmer Reference
|
#include <WindowTool.h>
Public Slots | |
void | activate (bool) |
Activates the tool. More... | |
void | setCubeViewport (MdiCubeViewport *cvp) |
Sets the current viewport to the given cvp. More... | |
Signals | |
void | clearWarningSignal () |
void | toolActivated () |
void | viewportChanged () |
Public Member Functions | |
WindowTool (QWidget *parent) | |
WindowTool constructor. More... | |
void | addTo (QMenu *menu) |
Adds the cascade windows, tile windows, resize windows, next window, previous window, close window, and close all windows actions to the menu. More... | |
void | addTo (Workspace *ws) |
Adds the window to the workspace. More... | |
void | addToPermanent (QToolBar *toolbar) |
Adds the link window action to the tool bar. More... | |
QString | menuName () const |
void | addTo (ViewportMainWindow *mw) |
Adds the tool to the application. More... | |
void | addTo (ToolPad *toolpad) |
Adds the tool to the toolpad. More... | |
void | addToActive (QToolBar *toolbar) |
QString | toolIconDir () const |
returns the path to the icon directory. More... | |
virtual void | paintViewport (MdiCubeViewport *vp, QPainter *painter) |
RubberBandTool * | rubberBandTool () |
void | setList (ToolList *currentList) |
Protected Types | |
typedef QVector< MdiCubeViewport *> | CubeViewportList |
A list of cubeviewports. More... | |
Protected Slots | |
virtual void | rubberBandComplete () |
virtual void | screenPixelsChanged () |
This is called when actions change which pixels from the cube are displayed. More... | |
virtual void | mouseEnter () |
virtual void | mouseMove (QPoint p) |
virtual void | mouseMove (QPoint p, Qt::MouseButton) |
virtual void | mouseLeave () |
Protected Member Functions | |
void | updateTool () |
Updates the WindowTool. More... | |
void | addConnections (MdiCubeViewport *cvp) |
Adds the connections to the cube viewport. More... | |
void | removeConnections (MdiCubeViewport *cvp) |
Removes the connections from the cube viewport. More... | |
virtual void | mouseDoubleClick (QPoint p) |
virtual void | mouseButtonPress (QPoint p, Qt::MouseButton s) |
virtual void | mouseButtonRelease (QPoint p, Qt::MouseButton s) |
Resets the Warning to Nowarning when a different activity occurs on the application. More... | |
virtual void | updateMeasure () |
virtual void | scaleChanged () |
virtual void | stretchRequested (MdiCubeViewport *, int) |
void | registerTool (MdiCubeViewport *viewport) |
Registers the tool to the viewport. More... | |
MdiCubeViewport * | cubeViewport () const |
Return the current cubeviewport. More... | |
CubeViewportList * | cubeViewportList () const |
Return the list of cubeviewports. More... | |
virtual QAction * | toolPadAction (ToolPad *toolpad) |
Anytime a tool is created, you must setup a tool pad action with it. More... | |
virtual QWidget * | createToolBarWidget (QStackedWidget *parent) |
Anytime a tool is created, you must add it to the tool bar. More... | |
virtual void | enableRubberBandTool () |
Anytime a tool is created, you may use the rubber band tool. More... | |
Workspace * | workspace () |
Private Slots | |
void | changeCursor () |
Toggles the cursor from an arrow to a crosshair. More... | |
void | linkWindows () |
Links all viewport windows in the workspace. More... | |
void | unlinkWindows () |
Unlinks all the viewport windows in the workspace. More... | |
void | resizeWindows () |
Resizes all the viewport windows to the active viewport window size. More... | |
void | updateViewportCursor (MdiCubeViewport *) |
Updates the cursor over the viewport. More... | |
void | tileViewports () |
Tiles the cube viewports over the Cube DN View. More... | |
Private Member Functions | |
int | viewportSize () |
Helper function for determining the size of the viewports. More... | |
Private Attributes | |
QMdiArea * | p_mdiArea |
area where viewports are displayed More... | |
QAction * | p_cascadeWindows |
cascade windows action More... | |
QAction * | p_tileWindows |
tile windows action More... | |
QAction * | p_resizeWindows |
resize windows action More... | |
QAction * | p_prevWindow |
previous window action More... | |
QAction * | p_nextWindow |
next window action More... | |
QAction * | p_closeWindow |
close window action More... | |
QAction * | p_closeAllWindows |
close all action More... | |
QAction * | p_linkWindow |
link window action More... | |
QAction * | p_linkAllWindows |
link all windows action More... | |
QAction * | p_unlinkAllWindows |
unlink all windows action More... | |
QAction * | p_changeCursor |
changes the cursor when it moves over the viewport More... | |
2010-06-26 Eric Hyer - Now uses MdiCubeViewport instead of CubeViewPort. Fixed include issues
2011-09-20 Steven Lambright - Cursors should remain consistent between all viewports now. Fixes #195.
2017-07-19 Marjorie Hahn and Tracie Sucharski - Implemented new viewport tiling scheme.
2018-01-09 Cole Neubauer - Returns windows to normal state before they are tiled to fix fullscreen tiling issue Fixes #5262
Definition at line 25 of file WindowTool.h.
|
protectedinherited |
Isis::WindowTool::WindowTool | ( | QWidget * | parent | ) |
WindowTool constructor.
parent |
Definition at line 26 of file WindowTool.cpp.
References Isis::Tool::activate(), changeCursor(), linkWindows(), p_cascadeWindows, p_changeCursor, p_closeAllWindows, p_closeWindow, p_linkAllWindows, p_linkWindow, p_nextWindow, p_prevWindow, p_resizeWindows, p_tileWindows, p_unlinkAllWindows, resizeWindows(), Isis::Tool::toolIconDir(), and unlinkWindows().
|
slotinherited |
Activates the tool.
on |
Definition at line 131 of file Tool.cpp.
References Isis::Tool::addViewportConnections(), Isis::Tool::disableToolBar(), Isis::Tool::enableToolBar(), Isis::Tool::m_active, Isis::Tool::m_toolPadAction, and Isis::Tool::removeViewportConnections().
Referenced by Isis::Tool::addTo(), Isis::AdvancedTrackTool::AdvancedTrackTool(), Isis::RubberBandTool::disable(), Isis::RubberBandTool::enable(), Isis::AdvancedTrackTool::eventFilter(), Isis::FileTool::FileTool(), Isis::RubberBandTool::RubberBandTool(), Isis::TrackTool::TrackTool(), WindowTool(), and Isis::Workspace::Workspace().
|
protectedvirtual |
Adds the connections to the cube viewport.
cvp |
Reimplemented from Isis::Tool.
Definition at line 244 of file WindowTool.cpp.
References Isis::Tool::cubeViewport(), and p_linkWindow.
|
virtual |
Adds the cascade windows, tile windows, resize windows, next window, previous window, close window, and close all windows actions to the menu.
menu |
Reimplemented from Isis::Tool.
Definition at line 217 of file WindowTool.cpp.
References p_cascadeWindows, p_changeCursor, p_closeAllWindows, p_closeWindow, p_linkAllWindows, p_linkWindow, p_nextWindow, p_prevWindow, p_resizeWindows, p_tileWindows, and p_unlinkAllWindows.
|
virtual |
Adds the window to the workspace.
ws |
Reimplemented from Isis::Tool.
Definition at line 122 of file WindowTool.cpp.
References Isis::Tool::addTo(), Isis::Workspace::mdiArea(), p_cascadeWindows, p_closeAllWindows, p_closeWindow, p_mdiArea, p_nextWindow, p_prevWindow, p_tileWindows, tileViewports(), and updateViewportCursor().
|
inherited |
Adds the tool to the application.
pViewPortMnWin |
Definition at line 78 of file Tool.cpp.
References Isis::ViewportMainWindow::activeToolBar(), Isis::Tool::addToActive(), Isis::Tool::addToPermanent(), Isis::ViewportMainWindow::getMenu(), Isis::Tool::menuName(), Isis::ViewportMainWindow::permanentToolBar(), Isis::ViewportMainWindow::toolPad(), and Isis::ViewportMainWindow::workspace().
Referenced by addTo(), Isis::SpecialPixelTool::addTo(), Isis::FileTool::addTo(), Isis::EditTool::addTo(), Isis::ViewportMainWindow::ViewportMainWindow(), and Isis::Workspace::Workspace().
|
inherited |
Adds the tool to the toolpad.
toolpad |
Definition at line 98 of file Tool.cpp.
References Isis::Tool::activate(), Isis::ToolPad::addAction(), Isis::Tool::m_toolPadAction, and Isis::Tool::toolPadAction().
|
inherited |
toolbar |
Definition at line 112 of file Tool.cpp.
References Isis::Tool::createToolBarWidget(), Isis::Tool::disableToolBar(), and Isis::Tool::m_toolBarWidget.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
|
virtual |
Adds the link window action to the tool bar.
perm |
Reimplemented from Isis::Tool.
Definition at line 204 of file WindowTool.cpp.
References p_linkWindow.
|
privateslot |
Toggles the cursor from an arrow to a crosshair.
Definition at line 293 of file WindowTool.cpp.
References Isis::Tool::cubeViewportList(), p_changeCursor, and updateViewportCursor().
Referenced by WindowTool().
|
inlineprotectedvirtualinherited |
Anytime a tool is created, you must add it to the tool bar.
parent |
Reimplemented in Isis::StretchTool, Isis::FindTool, Isis::StatisticsTool, Isis::FeatureNomenclatureTool, Isis::EditTool, Isis::ZoomTool, Isis::StereoTool, Isis::MeasureTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::AbstractPlotTool, Isis::BandTool, Isis::SunShadowTool, Isis::HistogramTool, Isis::ScatterPlotTool, and Isis::PanTool.
Definition at line 243 of file Tool.h.
Referenced by Isis::Tool::addToActive().
|
inlineprotectedinherited |
Return the current cubeviewport.
Definition at line 211 of file Tool.h.
References Isis::Tool::m_cvp.
Referenced by addConnections(), Isis::TrackTool::addConnections(), Isis::StretchTool::advancedStretchChanged(), Isis::FindTool::centerLinkedViewports(), Isis::StretchTool::changeStretch(), Isis::BandTool::changeView(), Isis::BandTool::copyLinkedViewports(), Isis::FileTool::discard(), Isis::Tool::enableToolBar(), Isis::FileTool::exportToList(), Isis::FileTool::exportView(), Isis::StatisticsTool::getStatistics(), Isis::FindTool::handleRecordClicked(), Isis::EditTool::LineToPoints(), Isis::TrackTool::locateCursor(), Isis::SunShadowTool::mouseButtonPress(), Isis::ControlNetTool::mouseButtonRelease(), Isis::RubberBandTool::mouseButtonRelease(), Isis::EditTool::mouseButtonRelease(), Isis::FeatureNomenclatureTool::mouseButtonRelease(), Isis::FindTool::mouseButtonRelease(), Isis::StretchTool::mouseButtonRelease(), Isis::MatchTool::mouseButtonRelease(), Isis::QnetTool::mouseButtonRelease(), Isis::AdvancedTrackTool::mouseLeave(), Isis::ScatterPlotTool::mouseMove(), Isis::SunShadowTool::mouseMove(), Isis::TrackTool::mouseMove(), Isis::RubberBandTool::mouseMove(), Isis::SunShadowTool::paintViewport(), Isis::RubberBandTool::paintViewport(), Isis::FindTool::paintViewport(), Isis::FileTool::print(), Isis::SunShadowTool::recalculateShadowHeight(), Isis::EditTool::redoEdit(), Isis::FindTool::refresh(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), removeConnections(), Isis::TrackTool::removeConnections(), Isis::RubberBandTool::repaint(), resizeWindows(), Isis::HistogramTool::rubberBandComplete(), Isis::MeasureTool::rubberBandComplete(), Isis::ZoomTool::rubberBandComplete(), Isis::EditTool::rubberBandComplete(), Isis::StretchTool::rubberBandComplete(), Isis::FileTool::save(), Isis::FileTool::saveAs(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveAsReducedCube(), Isis::FileTool::saveInfo(), Isis::BandTool::setBandBin(), Isis::BandTool::setList(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::showAdvancedDialog(), Isis::ScatterPlotTool::showNewScatterPlotConfig(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchGlobal(), Isis::StretchTool::stretchGlobalAllBands(), Isis::StretchTool::stretchRegional(), Isis::EditTool::undoEdit(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), Isis::TrackTool::updateLabels(), Isis::MeasureTool::updateMeasure(), Isis::AdvancedTrackTool::updateRow(), updateTool(), Isis::BlinkTool::updateTool(), Isis::SpecialPixelTool::updateTool(), Isis::BandTool::updateTool(), Isis::SunShadowTool::updateTool(), Isis::AbstractPlotTool::updateTool(), Isis::ZoomTool::updateTool(), Isis::FileTool::updateTool(), Isis::EditTool::updateTool(), Isis::FindTool::updateTool(), Isis::StretchTool::updateTool(), Isis::AbstractPlotTool::viewportsToPlot(), Isis::EditTool::writeToCube(), Isis::ZoomTool::zoomBy(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), Isis::ZoomTool::zoomFitWidth(), and Isis::ZoomTool::zoomManual().
|
protectedinherited |
Return the list of cubeviewports.
Definition at line 390 of file Tool.cpp.
References Isis::Workspace::cubeViewportList().
Referenced by Isis::BlinkTool::advance(), Isis::SpecialPixelTool::apply(), Isis::FindTool::centerLinkedViewports(), changeCursor(), Isis::FileTool::closeAll(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::MatchTool::createPoint(), Isis::BlinkTool::eventFilter(), Isis::FeatureNomenclatureTool::featuresIdentified(), Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::FeatureNomenclatureTool::findNomenclatureStateChanged(), Isis::FindTool::handleLinkClicked(), linkWindows(), Isis::RubberBandTool::mouseButtonRelease(), Isis::RubberBandTool::mouseMove(), Isis::QnetTool::openGround(), Isis::StereoTool::paintAllViewports(), Isis::ControlNetTool::paintAllViewports(), Isis::MatchTool::paintAllViewports(), Isis::QnetTool::paintAllViewports(), Isis::FindTool::refresh(), Isis::ScatterPlotTool::repaintViewports(), Isis::AbstractPlotTool::repaintViewports(), resizeWindows(), Isis::BlinkTool::reverse(), Isis::ZoomTool::rubberBandComplete(), Isis::MatchTool::serialNumberList(), Isis::ControlNetTool::setControlNet(), Isis::FeatureNomenclatureTool::setFontColor(), Isis::FeatureNomenclatureTool::setFontSize(), Isis::FeatureNomenclatureTool::setShowApprovedOnly(), Isis::StretchTool::setStretchAllViewports(), Isis::FeatureNomenclatureTool::setVectorType(), Isis::StretchTool::stretchGlobalAllViewports(), Isis::BlinkTool::toggleLink(), unlinkWindows(), Isis::MeasureTool::updateMeasure(), Isis::AdvancedTrackTool::updateRow(), updateTool(), Isis::BlinkTool::updateTool(), Isis::FindTool::updateTool(), Isis::AbstractPlotTool::viewportsToPlot(), Isis::ZoomTool::zoomBy(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), Isis::ZoomTool::zoomFitWidth(), and Isis::ZoomTool::zoomManual().
|
protectedvirtualinherited |
Anytime a tool is created, you may use the rubber band tool.
Enable the use of the rubberband tool.
Reimplemented in Isis::RubberBandTool, Isis::ZoomTool, Isis::MeasureTool, Isis::StereoTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, and Isis::HistogramTool.
Definition at line 339 of file Tool.cpp.
References Isis::RubberBandTool::disable().
Referenced by Isis::Tool::addViewportConnections().
|
privateslot |
Links all viewport windows in the workspace.
Definition at line 268 of file WindowTool.cpp.
References Isis::Tool::cubeViewportList(), and Isis::MdiCubeViewport::setLinked().
Referenced by WindowTool().
|
inlinevirtual |
|
protectedvirtualinherited |
p | |
s |
Definition at line 367 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
protectedvirtualinherited |
Resets the Warning to Nowarning when a different activity occurs on the application.
This is called by all the mouseButtonRelease events in all the tools.
p | |
s |
Reimplemented in Isis::FeatureNomenclatureTool.
Definition at line 380 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), Isis::StretchTool::mouseButtonRelease(), and Isis::Tool::removeViewportConnections().
|
protectedvirtualinherited |
p |
Definition at line 358 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
protectedvirtualslotinherited |
p |
Definition at line 352 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
inlinevirtualinherited |
vp | |
painter |
Reimplemented in Isis::QnetTool, Isis::MatchTool, Isis::FindTool, Isis::FeatureNomenclatureTool, Isis::RubberBandTool, Isis::ControlNetTool, Isis::StereoTool, Isis::SunShadowTool, Isis::AbstractPlotTool, and Isis::ScatterPlotTool.
|
protectedinherited |
Registers the tool to the viewport.
viewport |
Definition at line 327 of file Tool.cpp.
References Isis::Tool::m_cvp, and Isis::MdiCubeViewport::registerTool().
Referenced by Isis::Tool::addTo().
|
protectedvirtual |
Removes the connections from the cube viewport.
cvp |
Reimplemented from Isis::Tool.
Definition at line 257 of file WindowTool.cpp.
References Isis::Tool::cubeViewport(), and p_linkWindow.
|
privateslot |
Resizes all the viewport windows to the active viewport window size.
Definition at line 327 of file WindowTool.cpp.
References Isis::Tool::cubeViewport(), Isis::Tool::cubeViewportList(), and Isis::MdiCubeViewport::isLinked().
Referenced by WindowTool().
|
inlineprotectedvirtualslotinherited |
This is called when actions change which pixels from the cube are displayed.
Definition at line 162 of file Tool.h.
Referenced by Isis::Tool::addViewportConnections(), Isis::Tool::removeViewportConnections(), and Isis::FeatureNomenclatureTool::viewportDone().
|
slotinherited |
Sets the current viewport to the given cvp.
cvp |
Definition at line 160 of file Tool.cpp.
References Isis::Tool::addViewportConnections(), Isis::Tool::enableToolBar(), Isis::Tool::m_active, Isis::Tool::m_cvp, Isis::Tool::removeViewportConnections(), and Isis::Tool::updateTool().
Referenced by Isis::Tool::addTo(), and Isis::FileTool::closeAll().
|
privateslot |
Tiles the cube viewports over the Cube DN View.
Definition at line 175 of file WindowTool.cpp.
References p_mdiArea, and viewportSize().
Referenced by addTo().
|
inlineinherited |
returns the path to the icon directory.
Definition at line 127 of file Tool.h.
References Isis::Tool::m_toolIconDir.
Referenced by Isis::AdvancedTrackTool::AdvancedTrackTool(), Isis::BlinkTool::BlinkTool(), Isis::MatchTool::createActions(), Isis::QnetTool::createActions(), Isis::StereoTool::createMenus(), Isis::PanTool::createToolBarWidget(), Isis::BandTool::createToolBarWidget(), Isis::StereoTool::createToolBarWidget(), Isis::ZoomTool::createToolBarWidget(), Isis::EditTool::createToolBarWidget(), Isis::FindTool::createToolBarWidget(), Isis::StretchTool::createToolBarWidget(), Isis::FileTool::FileTool(), Isis::FindTool::FindTool(), Isis::HistogramTool::HistogramTool(), Isis::SpecialPixelTool::SpecialPixelTool(), Isis::RubberBandComboBox::toolIconDir(), Isis::PanTool::toolPadAction(), Isis::ScatterPlotTool::toolPadAction(), Isis::HistogramTool::toolPadAction(), Isis::BandTool::toolPadAction(), Isis::SunShadowTool::toolPadAction(), Isis::SpectralPlotTool::toolPadAction(), Isis::SpatialPlotTool::toolPadAction(), Isis::MeasureTool::toolPadAction(), Isis::StereoTool::toolPadAction(), Isis::ControlNetTool::toolPadAction(), Isis::ZoomTool::toolPadAction(), Isis::EditTool::toolPadAction(), Isis::FeatureNomenclatureTool::toolPadAction(), Isis::StatisticsTool::toolPadAction(), Isis::FindTool::toolPadAction(), Isis::StretchTool::toolPadAction(), Isis::MatchTool::toolPadAction(), Isis::QnetTool::toolPadAction(), WindowTool(), and Isis::ZoomTool::ZoomTool().
Anytime a tool is created, you must setup a tool pad action with it.
toolpad |
Reimplemented in Isis::QnetTool, Isis::MatchTool, Isis::StretchTool, Isis::FindTool, Isis::StatisticsTool, Isis::FeatureNomenclatureTool, Isis::EditTool, Isis::ZoomTool, Isis::ControlNetTool, Isis::StereoTool, Isis::MeasureTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::SunShadowTool, Isis::BandTool, Isis::HistogramTool, Isis::ScatterPlotTool, and Isis::PanTool.
Definition at line 231 of file Tool.h.
Referenced by Isis::Tool::addTo().
|
privateslot |
Unlinks all the viewport windows in the workspace.
Definition at line 281 of file WindowTool.cpp.
References Isis::Tool::cubeViewportList(), and Isis::MdiCubeViewport::setLinked().
Referenced by WindowTool().
|
protectedvirtual |
Updates the WindowTool.
Reimplemented from Isis::Tool.
Definition at line 342 of file WindowTool.cpp.
References Isis::Tool::cubeViewport(), Isis::Tool::cubeViewportList(), p_cascadeWindows, p_changeCursor, p_closeAllWindows, p_closeWindow, p_linkAllWindows, p_linkWindow, p_nextWindow, p_prevWindow, p_resizeWindows, p_tileWindows, and p_unlinkAllWindows.
|
privateslot |
Updates the cursor over the viewport.
Definition at line 310 of file WindowTool.cpp.
References p_changeCursor.
Referenced by addTo(), and changeCursor().
|
private |
Helper function for determining the size of the viewports.
Definition at line 143 of file WindowTool.cpp.
References p_mdiArea.
Referenced by tileViewports().
|
private |
cascade windows action
Definition at line 59 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
changes the cursor when it moves over the viewport
Definition at line 69 of file WindowTool.h.
Referenced by addTo(), changeCursor(), updateTool(), updateViewportCursor(), and WindowTool().
|
private |
close all action
Definition at line 65 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
close window action
Definition at line 64 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
link all windows action
Definition at line 67 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
link window action
Definition at line 66 of file WindowTool.h.
Referenced by addConnections(), addTo(), addToPermanent(), removeConnections(), updateTool(), and WindowTool().
|
private |
area where viewports are displayed
Definition at line 58 of file WindowTool.h.
Referenced by addTo(), tileViewports(), and viewportSize().
|
private |
next window action
Definition at line 63 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
previous window action
Definition at line 62 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
resize windows action
Definition at line 61 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
tile windows action
Definition at line 60 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().
|
private |
unlink all windows action
Definition at line 68 of file WindowTool.h.
Referenced by addTo(), updateTool(), and WindowTool().