Detailed Description
Definition at line 84 of file qtextformat.h.
#include <qtextformat.h>
List of all
members.
Member Enumeration Documentation
- Enumerator:
-
|
VariableLength |
|
|
FixedLength |
|
|
PercentageLength |
|
Definition at line 87 of file qtextformat.h.
Constructor & Destructor Documentation
Definition at line 121 of file qtextformat.h.
: lengthType(atype), fixedValueOrPercentage(avalue) {}
Member Function Documentation
| Type
type |
( |
|
) |
const [inline] |
| qreal value |
( |
qreal |
maximumLength |
) |
const [inline] |
| qreal rawValue |
( |
|
) |
const [inline] |
Definition at line 104 of file qtextformat.h.
{ return fixedValueOrPercentage; }
| bool operator== |
( |
const QTextLength & |
other |
) |
const [inline] |
Definition at line 106 of file qtextformat.h.
{ return lengthType == other.lengthType
&& qFuzzyCompare(fixedValueOrPercentage, other.fixedValueOrPercentage); }
| bool operator!= |
( |
const QTextLength & |
other |
) |
const [inline] |
Definition at line 109 of file qtextformat.h.
{ return lengthType != other.lengthType
|| !qFuzzyCompare(fixedValueOrPercentage, other.fixedValueOrPercentage); }
Friends And Related Function Documentation
The documentation for this class was generated from the following
file:
QTextLength QTextLength QTextLength
QTextLength QTextLength QTextLength QTextLength QTextLength
QTextLength QTextLength
QTextLength QTextLength QTextLength
QTextLength QTextLength QTextLength QTextLength QTextLength
QTextLength QTextLength