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

Method GetAccProxy

SOUI/src/core/Swnd.cpp:2956–2966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2954 }
2955
2956 IAccProxy * SWindow::GetAccProxy() {
2957#ifdef SOUI_ENABLE_ACC
2958 if (!m_pAccProxy)
2959 {
2960 m_pAccProxy.Attach(SApplication::getSingleton().CreateAccProxy(this));
2961 }
2962 return m_pAccProxy;
2963#else
2964 return NULL;
2965#endif
2966 }
2967
2968 void SWindow::accNotifyEvent(DWORD dwEvt)
2969 {

Callers 13

get_accValueMethod · 0.80
put_accValueMethod · 0.80
get_accNameMethod · 0.80
put_accNameMethod · 0.80
accDoDefaultActionMethod · 0.80
get_accDefaultActionMethod · 0.80
accSelectMethod · 0.80
get_accStateMethod · 0.80
get_accHelpMethod · 0.80
get_accHelpTopicMethod · 0.80
get_accRoleMethod · 0.80

Calls 2

CreateAccProxyMethod · 0.80
AttachMethod · 0.45

Tested by

no test coverage detected