MCPcopy Create free account
hub / github.com/BrigJS/brig / setId

Method setId

src/DynamicQObject.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 ~DynamicQObject(void);
19
20 void setId(int _id) { id = _id; };
21 int getId() const { return id; };
22
23 virtual int qt_metacall(QMetaObject::Call call, int id, void **arguments);

Callers 1

createInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected