MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CTextUI

Method CTextUI

DuiLib/Control/UIText.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace DuiLib
5{
6 CTextUI::CTextUI() : m_nLinks(0), m_nHoverLink(-1)
7 {
8 m_uTextStyle = DT_WORDBREAK;
9 m_rcTextPadding.left = 2;
10 m_rcTextPadding.right = 2;
11 ::ZeroMemory(m_rcLinks, sizeof(m_rcLinks));
12 }
13
14 CTextUI::~CTextUI()
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected