MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / IFacePropertyIsScriptable

Function IFacePropertyIsScriptable

src/IFaceTable.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99inline bool IFacePropertyIsScriptable(const IFaceProperty &p) {
100 return (((p.valueType > iface_void) && (p.valueType <= iface_stringresult) && (p.valueType != iface_keymod)) &&
101 ((p.paramType < iface_colour) || (p.paramType == iface_string) || (p.paramType == iface_bool)) && (p.getter || p.setter));
102}
103
104class IFaceTableInterface {
105public:

Callers 4

push_iface_propvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected