MCPcopy Create free account
hub / github.com/SOUI2/soui / addEvent

Method addEvent

SOUI/src/event/EventSet.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void SEventSet::addEvent( const DWORD dwEventID ,LPCWSTR pszEventHandlerName)
121 {
122 if(!isEventPresent(dwEventID))
123 {
124 m_evtArr.Add(new SEvent(dwEventID,pszEventHandlerName));
125 }
126 }
127
128 void SEventSet::removeEvent( const DWORD dwEventID )
129 {

Callers 15

SListViewMethod · 0.45
SListCtrlMethod · 0.45
SMCListViewMethod · 0.45
STabCtrlMethod · 0.45
SComboBaseMethod · 0.45
SMenuBarMethod · 0.45
InitMethod · 0.45
SDateTimePickerMethod · 0.45
SHotKeyCtrlMethod · 0.45
STileViewMethod · 0.45
SSpinButtonCtrlMethod · 0.45
SAnimateImgWndMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected