Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_texttabstopscontext.h>
Public Member Functions | |
CXFA_TextTabstopsContext () | |
~CXFA_TextTabstopsContext () | |
void | Append (uint32_t dwAlign, float fTabstops) |
void | RemoveAll () |
void | Reset () |
Public Attributes | |
int32_t | m_iTabIndex = -1 |
bool | m_bHasTabstops = false |
float | m_fTabWidth = 0.0f |
float | m_fLeft = 0.0f |
std::vector< XFA_TABSTOPS > | m_tabstops |
Definition at line 23 of file cxfa_texttabstopscontext.h.
|
default |
|
default |
void CXFA_TextTabstopsContext::Append | ( | uint32_t | dwAlign, |
float | fTabstops ) |
Definition at line 15 of file cxfa_texttabstopscontext.cpp.
References XFA_TABSTOPS::dwAlign, and XFA_TABSTOPS::fTabstops.
Referenced by CXFA_TextParser::GetTabstops().
void CXFA_TextTabstopsContext::RemoveAll | ( | ) |
Definition at line 24 of file cxfa_texttabstopscontext.cpp.
void CXFA_TextTabstopsContext::Reset | ( | ) |
Definition at line 28 of file cxfa_texttabstopscontext.cpp.
References m_bHasTabstops, m_fLeft, m_fTabWidth, and m_iTabIndex.
bool CXFA_TextTabstopsContext::m_bHasTabstops = false |
Definition at line 33 of file cxfa_texttabstopscontext.h.
Referenced by Reset().
float CXFA_TextTabstopsContext::m_fLeft = 0.0f |
Definition at line 35 of file cxfa_texttabstopscontext.h.
Referenced by Reset().
float CXFA_TextTabstopsContext::m_fTabWidth = 0.0f |
Definition at line 34 of file cxfa_texttabstopscontext.h.
Referenced by Reset().
int32_t CXFA_TextTabstopsContext::m_iTabIndex = -1 |
Definition at line 32 of file cxfa_texttabstopscontext.h.
Referenced by Reset().
std::vector<XFA_TABSTOPS> CXFA_TextTabstopsContext::m_tabstops |
Definition at line 36 of file cxfa_texttabstopscontext.h.