Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CXFA_TextTabstopsContext Class Reference

#include <cxfa_texttabstopscontext.h>

+ Collaboration diagram for CXFA_TextTabstopsContext:

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_TABSTOPSm_tabstops
 

Detailed Description

Definition at line 23 of file cxfa_texttabstopscontext.h.

Constructor & Destructor Documentation

◆ CXFA_TextTabstopsContext()

CXFA_TextTabstopsContext::CXFA_TextTabstopsContext ( )
default

◆ ~CXFA_TextTabstopsContext()

CXFA_TextTabstopsContext::~CXFA_TextTabstopsContext ( )
default

Member Function Documentation

◆ Append()

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().

+ Here is the caller graph for this function:

◆ RemoveAll()

void CXFA_TextTabstopsContext::RemoveAll ( )

Definition at line 24 of file cxfa_texttabstopscontext.cpp.

◆ Reset()

void CXFA_TextTabstopsContext::Reset ( )

Definition at line 28 of file cxfa_texttabstopscontext.cpp.

References m_bHasTabstops, m_fLeft, m_fTabWidth, and m_iTabIndex.

Member Data Documentation

◆ m_bHasTabstops

bool CXFA_TextTabstopsContext::m_bHasTabstops = false

Definition at line 33 of file cxfa_texttabstopscontext.h.

Referenced by Reset().

◆ m_fLeft

float CXFA_TextTabstopsContext::m_fLeft = 0.0f

Definition at line 35 of file cxfa_texttabstopscontext.h.

Referenced by Reset().

◆ m_fTabWidth

float CXFA_TextTabstopsContext::m_fTabWidth = 0.0f

Definition at line 34 of file cxfa_texttabstopscontext.h.

Referenced by Reset().

◆ m_iTabIndex

int32_t CXFA_TextTabstopsContext::m_iTabIndex = -1

Definition at line 32 of file cxfa_texttabstopscontext.h.

Referenced by Reset().

◆ m_tabstops

std::vector<XFA_TABSTOPS> CXFA_TextTabstopsContext::m_tabstops

Definition at line 36 of file cxfa_texttabstopscontext.h.


The documentation for this class was generated from the following files: