MCPcopy 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

onRegisterMethod · 0.85
buildSidePanelTabMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected