| 604 | } |
| 605 | |
| 606 | std::string Widget::GetId() const { |
| 607 | if( !m_class_id ) { |
| 608 | return ""; |
| 609 | } |
| 610 | |
| 611 | return m_class_id->id; |
| 612 | } |
| 613 | |
| 614 | void Widget::SetClass( const std::string& cls ) { |
| 615 | if( cls.empty() ) { |
no outgoing calls
no test coverage detected