MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getType

Method getType

src/tools/ecode/uiwelcomescreen.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224Uint32 UIWelcomeScreen::getType() const {
225 return static_cast<Uint32>( CustomWidgets::UI_TYPE_WELCOME_TAB );
226}
227
228bool UIWelcomeScreen::isType( const Uint32& type ) const {
229 return UIWelcomeScreen::getType() == type ? true : UIRelativeLayout::isType( type );

Callers 3

createContainerMethod · 0.45
initGlobalSearchTreeMethod · 0.45
UTESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.36