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

Method SetReadOnly

WinArk/HexControl.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701void CHexControl::SetReadOnly(bool readonly) {
702 m_ReadOnly = readonly;
703 Invalidate();
704}
705
706bool CHexControl::IsReadOnly() const {
707 return m_ReadOnly || (m_Buffer && m_Buffer->IsReadOnly());

Callers 4

OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected