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

Function isEditable

include/eepp/ui/models/model.hpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 virtual std::string dragDataType() const { return {}; }
100
101 virtual bool isEditable( const ModelIndex& ) const { return false; }
102
103 bool isValid( const ModelIndex& index ) const {
104 auto parentIndex = this->parentIndex( index );

Callers 4

bindNavigationClickMethod · 0.85
bindNavigationClickMethod · 0.85
tryBeginEditingMethod · 0.85
beginEditingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected