Home
last modified time | relevance | path

Searched refs:showMinorGrid (Results 1 – 15 of 15) sorted by relevance

/dports/math/analitza/analitza-21.12.3/declarative/
H A Dgraph2dmobile.h37 Q_PROPERTY(bool showMinorGrid READ showMinorGrid WRITE setShowMinorGrid)
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/commands/
H A DAxisCommand.cpp40 m_newShowMinorGridLines = m_axis->showMinorGrid(); in AxisCommand()
57 m_oldShowMinorGridLines = m_axis->showMinorGrid(); in redo()
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DAxis.cpp145 bool showMinorGrid; member in Axis::Private
246 showMinorGrid = false; in Private()
1054 if (!d->showMinorGrid && interval != 0.0) in setMajorInterval()
1218 bool Axis::showMinorGrid() const in showMinorGrid() function in Axis
1220 return d->showMinorGrid; in showMinorGrid()
1225 d->showMinorGrid = showGrid; in setShowMinorGrid()
1279 d->showMinorGrid = false; in loadOdf()
1325 d->showMinorGrid = true; in loadOdf()
1491 gridAttr.setSubGridVisible(d->showMinorGrid); in loadOdf()
1500 gridAttr.setSubGridVisible(d->showMinorGrid); in loadOdf()
[all …]
H A DAxis.h84 bool showMinorGrid() const;
H A DAxesConfigWidget.cpp300 d->ui.axisShowMinorGridLines->setChecked(axis->showMinorGrid()); in ui_axisSelectionChanged()
/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_grid.h121 void showMinorGrid( int scaleId, bool show = true );
H A Dqwt_polar_grid.cpp285 void QwtPolarGrid::showMinorGrid( int scaleId, bool show ) in showMinorGrid() function in QwtPolarGrid
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_grid.h121 void showMinorGrid( int scaleId, bool show = true );
H A Dqwt_polar_grid.cpp285 void QwtPolarGrid::showMinorGrid( int scaleId, bool show ) in showMinorGrid() function in QwtPolarGrid
/dports/math/analitza/analitza-21.12.3/analitzaplot/
H A Dplotter2d.h73 bool showMinorGrid() const {return m_showMinorGrid; } in showMinorGrid() function
/dports/graphics/py-visvis/visvis-1.13.0/core/
H A Daxises.py587 def showMinorGrid(): member in BaseAxis
977 drawMinorGrid = [v for v in self.showMinorGrid]
1255 drawMinorGrid = [v for v in self.showMinorGrid]
1659 drawMinorGrid = [v for v in self.showMinorGrid]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DDesignerHelpers.cs1023 …en majorGridPen, HPen minorGridPen, Rectangle viewableRectangle, Size gridUnit, bool showMinorGrid) in DrawGrid() argument
1045 …if (showMinorGrid && (gridCoOrd + gridUnit.Width / 2) >= viewableRectangle.Left && (gridCoOrd + gr… in DrawGrid()
1074 …if (showMinorGrid && (gridCoOrd + gridUnit.Height / 2) >= viewableRectangle.Top && (gridCoOrd + gr… in DrawGrid()
H A DDesignerHelpers.cs.back1023 …en majorGridPen, HPen minorGridPen, Rectangle viewableRectangle, Size gridUnit, bool showMinorGrid)
1045 …if (showMinorGrid && (gridCoOrd + gridUnit.Width / 2) >= viewableRectangle.Left && (gridCoOrd + gr…
1074 …if (showMinorGrid && (gridCoOrd + gridUnit.Height / 2) >= viewableRectangle.Top && (gridCoOrd + gr…
/dports/graphics/qgis/qgis-3.22.3/src/app/gps/
H A Dqgsgpsinformationwidget.cpp215 mpSatellitesGrid->showMinorGrid( QwtPolar::ScaleRadius, true ); // for 22.5, 67.5 degree circles in QgsGpsInformationWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/gps/
H A Dqgsgpsinformationwidget.cpp214 mpSatellitesGrid->showMinorGrid( QwtPolar::ScaleRadius, true ); // for 22.5, 67.5 degree circles in QgsGpsInformationWidget()