| 36 | } |
| 37 | |
| 38 | ComboBox::Ptr ComboBox::Create() { |
| 39 | return Ptr( new ComboBox ); |
| 40 | } |
| 41 | |
| 42 | std::unique_ptr<RenderQueue> ComboBox::InvalidateImpl() const { |
| 43 | return Context::Get().GetEngine().CreateComboBoxDrawable( std::dynamic_pointer_cast<const ComboBox>( shared_from_this() ) ); |
nothing calls this directly
no outgoing calls
no test coverage detected