This commit is contained in:
jkriege2 2022-08-07 17:37:34 +02:00
parent 398c0d1e38
commit 00c6e39391

View File

@ -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;
}; };