#include <wx/richtext/richtextbuffer.h>
This object represents a line in a paragraph, and stores offsets from the start of the paragraph representing the start and end positions of the line.
- See also
- wxRichTextBuffer, wxRichTextCtrl
§ wxRichTextLine() [1/2]
§ wxRichTextLine() [2/2]
§ ~wxRichTextLine()
virtual wxRichTextLine::~wxRichTextLine |
( |
| ) |
|
|
inlinevirtual |
§ Clone()
§ Copy()
§ GetAbsolutePosition()
virtual wxPoint wxRichTextLine::GetAbsolutePosition |
( |
| ) |
const |
|
virtual |
Returns the absolute object position.
§ GetAbsoluteRange()
Returns the absolute range.
§ GetDescent()
int wxRichTextLine::GetDescent |
( |
| ) |
const |
|
inline |
Returns the stored descent.
§ GetParent()
Returns the parent paragraph.
§ GetPosition()
virtual wxPoint wxRichTextLine::GetPosition |
( |
| ) |
const |
|
inlinevirtual |
Returns the object position relative to the parent.
§ GetRange() [1/2]
§ GetRange() [2/2]
§ GetRect()
virtual wxRect wxRichTextLine::GetRect |
( |
| ) |
const |
|
inlinevirtual |
Returns the rectangle enclosing the line.
§ GetSize()
virtual wxSize wxRichTextLine::GetSize |
( |
| ) |
const |
|
inlinevirtual |
Returns the line size as calculated by Layout.
§ Init()
§ SetDescent()
void wxRichTextLine::SetDescent |
( |
int |
descent | ) |
|
|
inline |
§ SetPosition()
virtual void wxRichTextLine::SetPosition |
( |
const wxPoint & |
pos | ) |
|
|
inlinevirtual |
Sets the object position relative to the parent.
§ SetRange() [1/2]
Sets the range associated with this line.
§ SetRange() [2/2]
void wxRichTextLine::SetRange |
( |
long |
from, |
|
|
long |
to |
|
) |
| |
|
inline |
Sets the range associated with this line.
§ SetSize()
virtual void wxRichTextLine::SetSize |
( |
const wxSize & |
sz | ) |
|
|
inlinevirtual |
Sets the line size as calculated by Layout.
§ m_descent
int wxRichTextLine::m_descent |
|
protected |
§ m_parent
§ m_pos
§ m_range
§ m_size