| 235 | } |
| 236 | |
| 237 | Uint32 UICodeEditor::getType() const { |
| 238 | return UI_TYPE_CODEEDITOR; |
| 239 | } |
| 240 | |
| 241 | bool UICodeEditor::isType( const Uint32& type ) const { |
| 242 | return type == getType() || UIWidget::isType( type ); |
no outgoing calls
no test coverage detected