![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpvt_lineinfo.h>
Public Attributes | |
| int32_t | nTotalWord = 0 |
| int32_t | nBeginWordIndex = -1 |
| int32_t | nEndWordIndex = -1 |
| float | fLineX = 0.0f |
| float | fLineY = 0.0f |
| float | fLineWidth = 0.0f |
| float | fLineAscent = 0.0f |
| float | fLineDescent = 0.0f |
Definition at line 12 of file cpvt_lineinfo.h.
| float CPVT_LineInfo::fLineAscent = 0.0f |
Definition at line 19 of file cpvt_lineinfo.h.
Referenced by CPVT_VariableText::Iterator::GetLine(), and CPVT_VariableText::Initialize().
| float CPVT_LineInfo::fLineDescent = 0.0f |
Definition at line 20 of file cpvt_lineinfo.h.
Referenced by CPVT_VariableText::Iterator::GetLine(), CPVT_VariableText::Initialize(), and CPVT_Section::SearchWordPlace().
| float CPVT_LineInfo::fLineWidth = 0.0f |
Definition at line 18 of file cpvt_lineinfo.h.
Referenced by CPVT_VariableText::Iterator::GetLine().
| float CPVT_LineInfo::fLineX = 0.0f |
Definition at line 16 of file cpvt_lineinfo.h.
| float CPVT_LineInfo::fLineY = 0.0f |
Definition at line 17 of file cpvt_lineinfo.h.
Referenced by CPVT_Section::SearchWordPlace().
| int32_t CPVT_LineInfo::nBeginWordIndex = -1 |
Definition at line 14 of file cpvt_lineinfo.h.
Referenced by CPVT_Section::Line::GetNextWordPlace(), CPVT_Section::GetPrevWordPlace(), and CPVT_Section::UpdateWordPlace().
| int32_t CPVT_LineInfo::nEndWordIndex = -1 |
Definition at line 15 of file cpvt_lineinfo.h.
Referenced by CPVT_Section::Line::GetEndWordPlace(), CPVT_Section::GetNextWordPlace(), CPVT_Section::Line::GetPrevWordPlace(), and CPVT_Section::UpdateWordPlace().
| int32_t CPVT_LineInfo::nTotalWord = 0 |
Definition at line 13 of file cpvt_lineinfo.h.