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

Method CHorizontalLayoutUI

DuiLib/Layout/UIHorizontalLayout.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace DuiLib
5{
6 CHorizontalLayoutUI::CHorizontalLayoutUI() : m_iSepWidth(0), m_uButtonState(0), m_bImmMode(false)
7 {
8 ptLastMouse.x = ptLastMouse.y = 0;
9 ::ZeroMemory(&m_rcNewPos, sizeof(m_rcNewPos));
10 }
11
12 LPCTSTR CHorizontalLayoutUI::GetClass() const
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected