A class representing a rich text dimension, including units and position.
- See also
- wxRichTextAttr, wxRichTextCtrl, wxTextAttrDimensions
|
| wxTextAttrDimension () |
| Default constructor. More...
|
|
| wxTextAttrDimension (int value, wxTextAttrUnits units=wxTEXT_ATTR_UNITS_TENTHS_MM) |
| Constructor taking value and units flag. More...
|
|
void | Reset () |
| Resets the dimension value and flags. More...
|
|
bool | EqPartial (const wxTextAttrDimension &dim, bool weakTest=true) const |
| Partial equality test. More...
|
|
bool | Apply (const wxTextAttrDimension &dim, const wxTextAttrDimension *compareWith=NULL) |
| Apply the dimension, but not those identical to compareWith if present. More...
|
|
void | CollectCommonAttributes (const wxTextAttrDimension &attr, wxTextAttrDimension &clashingAttr, wxTextAttrDimension &absentAttr) |
| Collects the attributes that are common to a range of content, building up a note of which attributes are absent in some objects and which clash in some objects. More...
|
|
bool | operator== (const wxTextAttrDimension &dim) const |
| Equality operator. More...
|
|
int | GetValue () const |
| Returns the integer value of the dimension. More...
|
|
float | GetValueMM () const |
| Returns the floating-pointing value of the dimension in mm. More...
|
|
void | SetValueMM (float value) |
| Sets the value of the dimension in mm. More...
|
|
void | SetValue (int value) |
| Sets the integer value of the dimension. More...
|
|
void | SetValue (int value, wxTextAttrDimensionFlags flags) |
| Sets the integer value of the dimension, passing dimension flags. More...
|
|
void | SetValue (int value, wxTextAttrUnits units) |
| Sets the integer value and units. More...
|
|
void | SetValue (const wxTextAttrDimension &dim) |
| Sets the dimension. More...
|
|
wxTextAttrUnits | GetUnits () const |
| Gets the units of the dimension. More...
|
|
void | SetUnits (wxTextAttrUnits units) |
| Sets the units of the dimension. More...
|
|
wxTextBoxAttrPosition | GetPosition () const |
| Gets the position flags. More...
|
|
void | SetPosition (wxTextBoxAttrPosition pos) |
| Sets the position flags. More...
|
|
bool | IsValid () const |
| Returns true if the dimension is valid. More...
|
|
void | SetValid (bool b) |
| Sets the valid flag. More...
|
|
wxTextAttrDimensionFlags | GetFlags () const |
| Gets the dimension flags. More...
|
|
void | SetFlags (wxTextAttrDimensionFlags flags) |
| Sets the dimension flags. More...
|
|