MCPcopy Create free account
hub / github.com/SpartanJ/eepp / willBeginEditing

Function willBeginEditing

include/eepp/ui/models/modeleditingdelegate.hpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 virtual void setValue( const Variant& ) = 0;
40
41 virtual void willBeginEditing() {
42 if ( onWillBeginEditing )
43 onWillBeginEditing();
44 }
45
46 ModelIndex const& index() const { return mIndex; }
47

Callers

nothing calls this directly

Calls 3

getWidgetFunction · 0.85
getDocumentMethod · 0.80
selectAllMethod · 0.45

Tested by

no test coverage detected