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

Method SetBytesPerLine

WinArk/HexControl.cpp:734–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734bool CHexControl::SetBytesPerLine(int32_t bytesPerLine) {
735 if (bytesPerLine % 8 != 0)
736 return false;
737
738 m_BytesPerLine = bytesPerLine;
739 RecalcLayout();
740 return true;
741}
742
743int32_t CHexControl::GetBytesPerLine() const {
744 return m_BytesPerLine;

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected