MCPcopy Create free account
hub / github.com/AshampooSystems/boden / TextField

Method TextField

framework/ui/src/TextField.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 TextField::TextField(std::shared_ptr<ViewCoreFactory> viewCoreFactory) : View(std::move(viewCoreFactory))
12 {
13 detail::VIEW_CORE_REGISTER(TextField, View::viewCoreFactory());
14 }
15
16 void TextField::submit()
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected