This is the complete list of members for SNotifyCenter, including all inherited members.
| addEvent(DWORD dwEventID, LPCWSTR pszEventHandlerName) | SEventSet | |
| FireEvent(IEvtArgs *args) | SEventSet | |
| FireEventAsync(IEvtArgs *e) OVERRIDE | SNotifyCenter | |
| FireEventSync(IEvtArgs *e) OVERRIDE | SNotifyCenter | |
| GetEventObject(const DWORD dwEventID) | SEventSet | protected |
| getEventScriptHandler(const SStringW &strEventName) const | SEventSet | |
| getSingleton(void) | SSingleton2< SNotifyCenter > | inlinestatic |
| getSingletonPtr(void) | SSingleton2< SNotifyCenter > | inlinestatic |
| isEventPresent(DWORD dwEventID) | SEventSet | |
| isMuted(void) const | SEventSet | inline |
| m_asyncRunnable (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_ayncEvent (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_bRunning (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_cs (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_dwMainTrdID (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_evtArr | SEventSet | protected |
| m_evtHandlerMap (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_nInterval (defined in SNotifyCenter) | SNotifyCenter | protected |
| m_nMuted | SEventSet | protected |
| m_pReceiver (defined in SNotifyCenter) | SNotifyCenter | protected |
| OnFireEvent(IEvtArgs *e) | SNotifyCenter | protectedvirtual |
| OnFireEvts() | SNotifyCenter | protectedvirtual |
| RegisterEventMap(const IEvtSlot *slot) OVERRIDE | SNotifyCenter | |
| removeAllEvents(void) | SEventSet | |
| removeEvent(DWORD dwEventID) | SEventSet | |
| RunOnUI(IRunnable *pRunnable, BOOL bSync) OVERRIDE | SNotifyCenter | |
| RunOnUI2(FunRunOnUI fun, WPARAM wp, LPARAM lp, BOOL bSync) OVERRIDE | SNotifyCenter | |
| RunOnUIAsync(std::function< void(void)> fn) | SNotifyCenter | |
| RunOnUISync(std::function< void(void)> fn) | SNotifyCenter | |
| setEventScriptHandler(const SStringW &strEventName, const SStringA strScriptHandler) | SEventSet | |
| setMutedState(BOOL setting) | SEventSet | |
| SEventSet(void) | SEventSet | |
| SSingleton2(void) | SSingleton2< SNotifyCenter > | inline |
| subscribeEvent(DWORD dwEventID, const IEvtSlot &subscriber) | SEventSet | inline |
| subscribeEvent(DWORD dwEventID, const IEvtSlot *subscriber) | SEventSet | |
| subscribeEvent(BOOL(T::*pFn)(A *), T *pObject) | SEventSet | inline |
| subscribeEvent(BOOL(*pFn)(A *)) | SEventSet | inline |
| subscribeEvent(DWORD dwEventID, BOOL(T::*pFn)(IEvtArgs *), T *pObject) | SEventSet | inline |
| UnregisterEventMap(const IEvtSlot *slot) OVERRIDE | SNotifyCenter | |
| unsubscribeEvent(DWORD dwEventID, const IEvtSlot *subscriber) | SEventSet | |
| unsubscribeEvent(DWORD dwEventID, const IEvtSlot &subscriber) | SEventSet | inline |
| unsubscribeEvent(BOOL(T::*pFn)(A *), T *pObject) | SEventSet | inline |
| unsubscribeEvent(BOOL(*pFn)(A *)) | SEventSet | inline |
| unsubscribeEvent(DWORD dwEventID, BOOL(T::*pFn)(IEvtArgs *), T *pObject) | SEventSet | inline |
| ~SEventSet(void) | SEventSet | virtual |
| ~SSingleton2(void) | SSingleton2< SNotifyCenter > | inlinevirtual |