MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / ShowButtons

Method ShowButtons

src/widgets.cpp:3953–3961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951}
3952
3953void AFDataArrayTableCtrl::ShowButtons(bool b)
3954{
3955 m_showButtons = b;
3956 m_btnCopy->Show(m_showButtons);
3957 m_btnPaste->Show(m_showButtons);
3958 m_btnImport->Show(m_showButtons);
3959 m_btnExport->Show(m_showButtons);
3960 this->Layout();
3961}
3962
3963bool AFDataArrayTableCtrl::ShowButtons()
3964{

Callers 4

CreateNativeMethod · 0.80
OnPropertyChangedMethod · 0.80
CreateNativeMethod · 0.80
OnPropertyChangedMethod · 0.80

Calls 1

ShowMethod · 0.45

Tested by

no test coverage detected