The TextLine struct holds the information about one text line. More...
#include <vtextmanager.h>
Public Member Functions | |
TextLine () | |
TextLine::TextLine default constructor. More... | |
Public Attributes | |
QString | m_text |
int | m_iFontSize |
bool | bold |
bool | italic |
Qt::Alignment | m_eAlign |
The TextLine struct holds the information about one text line.
Definition at line 50 of file vtextmanager.h.
TextLine::TextLine | ( | ) |
TextLine::TextLine default constructor.
Definition at line 48 of file vtextmanager.cpp.
bool TextLine::bold |
Definition at line 54 of file vtextmanager.h.
Referenced by VLayoutPiece::createLabelItem(), VTextManager::FitFontSize(), VTextGraphicsItem::paint(), and anonymous_namespace{vtextmanager.cpp}::PrepareLines().
bool TextLine::italic |
Definition at line 55 of file vtextmanager.h.
Referenced by VLayoutPiece::createLabelItem(), VTextManager::FitFontSize(), VTextGraphicsItem::paint(), and anonymous_namespace{vtextmanager.cpp}::PrepareLines().
Qt::Alignment TextLine::m_eAlign |
Definition at line 56 of file vtextmanager.h.
Referenced by VLayoutPiece::createLabelItem(), VTextGraphicsItem::paint(), and anonymous_namespace{vtextmanager.cpp}::PrepareLines().
int TextLine::m_iFontSize |
Definition at line 53 of file vtextmanager.h.
Referenced by VLayoutPiece::createLabelItem(), VTextManager::FitFontSize(), VTextGraphicsItem::paint(), and anonymous_namespace{vtextmanager.cpp}::PrepareLines().
QString TextLine::m_text |
Definition at line 52 of file vtextmanager.h.
Referenced by VLayoutPiece::createLabelItem(), VTextManager::FitFontSize(), VTextGraphicsItem::paint(), anonymous_namespace{vlayoutpiece.cpp}::PieceLabelText(), and anonymous_namespace{vtextmanager.cpp}::PrepareLines().