Home
last modified time | relevance | path

Searched refs:SetShowGrid (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkContextArea.h177 virtual void SetShowGrid(bool show);
179 virtual void ShowGridOn() { this->SetShowGrid(true); } in ShowGridOn()
180 virtual void ShowGridOff() { this->SetShowGrid(false); } in ShowGridOff()
H A DvtkContextArea.cxx398 void vtkContextArea::SetShowGrid(bool show) in SetShowGrid() function in vtkContextArea
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkContextArea.h177 virtual void SetShowGrid(bool show);
179 virtual void ShowGridOn() { this->SetShowGrid(true); } in ShowGridOn()
180 virtual void ShowGridOff() { this->SetShowGrid(false); } in ShowGridOff()
H A DvtkContextArea.cxx412 void vtkContextArea::SetShowGrid(bool show) in SetShowGrid() function in vtkContextArea
/dports/math/vtk8/VTK-8.2.0/Rendering/Context2D/Testing/Python/
H A DpolyDataItemDrawHints.py139 area.SetShowGrid(False)
H A DlabeledContours.py123 area.SetShowGrid(False)
H A DmultiPolyDataItems.py186 area.SetShowGrid(False)
/dports/math/vtk9/VTK-9.1.0/Rendering/Context2D/Testing/Python/
H A DpolyDataItemDrawHints.py139 area.SetShowGrid(False)
H A DlabeledContours.py123 area.SetShowGrid(False)
H A DmultiPolyDataItems.py186 area.SetShowGrid(False)
/dports/math/vtk9/VTK-9.1.0/Rendering/PythonContext2D/Testing/Python/
H A DtestPythonItem.py120 area.SetShowGrid(False)
/dports/math/vtk8/VTK-8.2.0/Rendering/PythonContext2D/Testing/Python/
H A DtestPythonItem.py120 area.SetShowGrid(False)
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DCanvasOptions.cpp390 parentCanvas->SetShowGrid(pSDisplayGrid->GetValue()); in UpdateCanvasOptions()
H A Dchcanv.cpp1107 SetShowGrid( pcc->bShowGrid ); in ApplyCanvasConfig()
/dports/cad/veroroute/VeroRoute/Src/
H A Dmainwindow.h263 void SetShowGrid(bool b);
H A DGuiControl.h415 …bool SetShowGrid(const bool& b) { const bool bChanged = m_bShowGrid != b; m_bShowGrid = b; re… in SetShowGrid() function
H A Dmainwindow.cpp1114 void MainWindow::SetShowGrid(bool b) { if ( m_board.SetShowGrid(b) ) { UpdateHistory("Toggle gr… in SetShowGrid() function in MainWindow
1133 void MainWindow::ToggleGrid() { SetShowGrid( !m_board.GetShowGrid() ); } in ToggleGrid()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchcanv.h467 void SetShowGrid( bool show ){ m_bDisplayGrid = show; } in SetShowGrid() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dviewdata.hxx467 void SetShowGrid( bool bShow );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwshf.cxx711 rViewData.SetShowGrid(!bShowGrid); in ExecuteTable()
H A Dviewdata.cxx1106 void ScViewData::SetShowGrid( bool bShow ) in SetShowGrid() function in ScViewData
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwshf.cxx735 rViewData.SetShowGrid(!bShowGrid); in ExecuteTable()
H A Dviewdata.cxx1101 void ScViewData::SetShowGrid( bool bShow ) in SetShowGrid() function in ScViewData
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dviewdata.hxx461 void SetShowGrid( bool bShow );