MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / SetBufferManager

Method SetBufferManager

WinArk/HexControl.cpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void CHexControl::SetBufferManager(IBufferManager* mgr) {
693 m_Buffer = mgr;
694 RecalcLayout();
695}
696
697IBufferManager* CHexControl::GetBufferManager() const {
698 return m_Buffer;

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected