mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
docufix
This commit is contained in:
parent
398c0d1e38
commit
00c6e39391
@ -142,11 +142,11 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathTextEmptyBoxNode: public JKQTMathTextNode
|
|||||||
virtual void getSizeInternal(QPainter& painter, JKQTMathTextEnvironment currentEv, double& width, double& baselineHeight, double& overallHeight, double& strikeoutPos, const JKQTMathTextNodeSize* prevNodeSize=nullptr) override;
|
virtual void getSizeInternal(QPainter& painter, JKQTMathTextEnvironment currentEv, double& width, double& baselineHeight, double& overallHeight, double& strikeoutPos, const JKQTMathTextNodeSize* prevNodeSize=nullptr) override;
|
||||||
/** \brief width of the (empty) box, units of this value defined in widthUnit */
|
/** \brief width of the (empty) box, units of this value defined in widthUnit */
|
||||||
double width;
|
double width;
|
||||||
/** \biref units to interpret width */
|
/** \brief units to interpret width */
|
||||||
Units widthUnit;
|
Units widthUnit;
|
||||||
/** \brief height of the (empty) box, units of this value defined in heightUnit */
|
/** \brief height of the (empty) box, units of this value defined in heightUnit */
|
||||||
double height;
|
double height;
|
||||||
/** \biref units to interpret height */
|
/** \brief units to interpret height */
|
||||||
Units heightUnit;
|
Units heightUnit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user