Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ submit
Method
submit
framework/ui/src/TextField.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void TextField::submit()
17
{
18
SubmitEvent event(shared_from_this());
19
onSubmit().notify(event);
20
}
21
22
Notifier<const SubmitEvent &> &TextField::onSubmit() { return _onSubmit; }
23
Callers
nothing calls this directly
Calls
1
notify
Method · 0.45
Tested by
no test coverage detected