Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getTypeName
Function
getTypeName
MyGUIEngine/include/MyGUI_RTTI.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
} \
25
/** Get type name as string */ \
26
virtual std::string_view getTypeName() const Override \
27
{ \
28
return getClassTypeName(); \
29
}
30
31
#define MYGUI_RTTI_BASE(BaseType) \
32
public: \
Callers
1
setPropertyOverride
Method · 0.85
Calls
1
getClassTypeName
Function · 0.85
Tested by
no test coverage detected