diff options
Diffstat (limited to 'kchart/kdchart/KDChartCustomBox.h')
-rw-r--r-- | kchart/kdchart/KDChartCustomBox.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kchart/kdchart/KDChartCustomBox.h b/kchart/kdchart/KDChartCustomBox.h index 26e3bc981..a26bed168 100644 --- a/kchart/kdchart/KDChartCustomBox.h +++ b/kchart/kdchart/KDChartCustomBox.h @@ -159,7 +159,7 @@ public: <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the size of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in methode trueRect. \param deltaY The Y distance between the box and its anchor. \param width The width of the box. @@ -270,13 +270,13 @@ public: <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the width of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in method trueRect. \param deltaY The Y distance between the box and its anchor. <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the height of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in method trueRect. \param width The width of the box. \param height The height of the box. @@ -571,7 +571,7 @@ public slots: // PENDING(blackie) merge slots sections. <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the size of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in methode trueRect. \param deltaY The Y distance between the box and its anchor. \param width The width of the drawing region. @@ -614,7 +614,7 @@ public slots: // PENDING(blackie) merge slots sections. <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the size of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in methode trueRect. \param deltaY The Y distance between the box and its anchor. \param align the way how the values specified for deltaX and/or deltaY @@ -838,7 +838,7 @@ public slots: // PENDING(blackie) merge slots sections. <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the size of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in methode trueRect. \sa deltaY, deltaAlign, deltaScaleGlobal @@ -853,7 +853,7 @@ public slots: // PENDING(blackie) merge slots sections. <b>Note: </b> If greater 0, the value is taken as exact offset, if less than 0, it is interpreted as being a per-mille value of the size of the drawing area (or as percent value of the actual font size - (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is FALSE, resp.). + (as returned by TQFontMetrics::lineSpacing() ) if deltaScaleGlobal is false, resp.). Actual drawing position/size is calculated dynamically in methode trueRect. \sa deltaX, deltaAlign, deltaScaleGlobal |