MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DefineProperty

Method DefineProperty

scintilla/lexlib/OptionSet.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 virtual ~OptionSet() {
84 }
85 void DefineProperty(const char *name, plcob pb, std::string description="") {
86 nameToDef[name] = Option(pb, description);
87 AppendName(name);
88 }
89 void DefineProperty(const char *name, plcoi pi, std::string description="") {
90 nameToDef[name] = Option(pi, description);
91 AppendName(name);

Callers

nothing calls this directly

Calls 1

OptionClass · 0.85

Tested by

no test coverage detected