| 626 | } |
| 627 | |
| 628 | std::string Widget::GetClass() const { |
| 629 | if( !m_class_id ) { |
| 630 | return ""; |
| 631 | } |
| 632 | |
| 633 | return m_class_id->class_; |
| 634 | } |
| 635 | |
| 636 | Widget::Ptr SearchContainerForId( Container::PtrConst container, const std::string& id ) { |
| 637 | if( !container ) { |
no outgoing calls
no test coverage detected