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

Method IsShowUpdateRect

DuiLib/Core/UIManager.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454bool CPaintManagerUI::IsShowUpdateRect() const
455{
456 return m_bShowUpdateRect;
457}
458
459void CPaintManagerUI::SetShowUpdateRect(bool show)
460{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected