Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
727
void BookmarkView::clearButtons() {
728
m_buttonPanel->Hide();
729
m_buttonPanel->DestroyChildren();
730
bookmarkChoice = nullptr;
731
}
732
733
void BookmarkView::showButtons() {
734
m_buttonPanel->Show();
Callers
nothing calls this directly
Calls
1
Hide
Method · 0.80
Tested by
no test coverage detected