Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ SMenuBar
Method
SMenuBar
SOUI/src/control/SMenuBar.cpp:135–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
SMenuBar::SMenuBar() :
136
m_bIsShow(FALSE),
137
m_hWnd(NULL),
138
m_pNowMenu(NULL)
139
{
140
m_evtSet.addEvent(EVENTID(EventSelectMenu));
141
}
142
143
SMenuBar::~SMenuBar()
144
{
Callers
nothing calls this directly
Calls
1
addEvent
Method · 0.45
Tested by
no test coverage detected