MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / clearButtons

Method clearButtons

src/forms/Bookmark/BookmarkView.cpp:727–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725
726
727void BookmarkView::clearButtons() {
728 m_buttonPanel->Hide();
729 m_buttonPanel->DestroyChildren();
730 bookmarkChoice = nullptr;
731}
732
733void BookmarkView::showButtons() {
734 m_buttonPanel->Show();

Callers

nothing calls this directly

Calls 1

HideMethod · 0.80

Tested by

no test coverage detected