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

Method Create

src/SFGUI/ComboBox.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38ComboBox::Ptr ComboBox::Create() {
39 return Ptr( new ComboBox );
40}
41
42std::unique_ptr<RenderQueue> ComboBox::InvalidateImpl() const {
43 return Context::Get().GetEngine().CreateComboBoxDrawable( std::dynamic_pointer_cast<const ComboBox>( shared_from_this() ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected