Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ commit
Function
commit
include/eepp/ui/models/modeleditingdelegate.hpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
virtual UIWidget* createWidget() = 0;
64
65
void commit() {
66
if ( onCommit )
67
onCommit();
68
}
69
70
void rollback() {
71
if ( onRollback )
Callers
3
onRegister
Method · 0.85
buildSidePanelTab
Method · 0.85
modeleditingdelegate.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected