9#ifndef KCHARTGRIDATTRIBUTES_H
10#define KCHARTGRIDATTRIBUTES_H
34 void setGridVisible(
bool visible );
35 bool isGridVisible()
const;
43 void setLinesOnAnnotations(
bool );
44 bool linesOnAnnotations()
const;
65 void setGridStepWidth( qreal stepWidth = 0.0 );
73 qreal gridStepWidth()
const;
89 void setGridSubStepWidth( qreal subStepWidth = 0.0 );
97 qreal gridSubStepWidth()
const;
136 void setAdjustBoundsToGrid(
bool adjustLower,
bool adjustUpper );
137 bool adjustLowerBoundToGrid()
const;
138 bool adjustUpperBoundToGrid()
const;
140 void setGridPen(
const QPen & pen );
141 QPen gridPen()
const;
143 void setSubGridVisible(
bool visible );
144 bool isSubGridVisible()
const;
146 void setSubGridPen(
const QPen & pen );
147 QPen subGridPen()
const;
149 void setOuterLinesVisible(
bool visible );
150 bool isOuterLinesVisible()
const;
152 void setZeroLinePen(
const QPen & pen );
153 QPen zeroLinePen()
const;
156 inline bool operator!=(
const GridAttributes& other )
const {
return !operator==(other); }
164#if !defined(QT_NO_DEBUG_STREAM)
Definition of global enums.
GranularitySequence
GranularitySequence specifies the values, that may be applied, to determine a step width within a giv...
A set of attributes controlling the appearance of grids.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.