Home
last modified time | relevance | path

Searched refs:ShowIssuesCommandId (Results 1 – 3 of 3) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DIssueBrowserView.h38 static const int ShowIssuesCommandId = 1;
H A DIssueBrowser.h47 static const int ShowIssuesCommandId = 2; variable
H A DIssueBrowserView.cpp83 popupMenu.Append(ShowIssuesCommandId, "Show"); in OnItemRightClick()
85 popupMenu.Bind(wxEVT_MENU, &IssueBrowserView::OnShowIssues, this, ShowIssuesCommandId); in OnItemRightClick()