MCPcopy Create free account
hub / github.com/TankOs/SFGUI / InvalidateImpl

Method InvalidateImpl

src/SFGUI/ComboBox.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::unique_ptr<RenderQueue> ComboBox::InvalidateImpl() const {
43 return Context::Get().GetEngine().CreateComboBoxDrawable( std::dynamic_pointer_cast<const ComboBox>( shared_from_this() ) );
44}
45
46ComboBox::IndexType ComboBox::GetSelectedItem() const {
47 return m_active_item;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected