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