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

Method IsClass

utilities/include/sobject/Sobject.hpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105 BOOL IsClass(LPCWSTR lpszName) const
106 {
107 UNREFERENCED_PARAMETER(lpszName);
108 return FALSE;
109 }
110
111 SStringW GetAttribute(const SStringW & strAttr) const{
112 UNREFERENCED_PARAMETER(strAttr);

Callers 15

CreateAccProxyMethod · 0.80
IsParamAcceptableMethod · 0.80
IsParamAcceptableMethod · 0.80
IsParamAcceptableMethod · 0.80
CreateChildrenMethod · 0.80
CreateChildrenMethod · 0.80
SPanelMethod · 0.80
OnAttrScrollbarSkinMethod · 0.80
OnWindowPosChangingMethod · 0.80
OnNcCalcsizeMethod · 0.80
_HandleEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected