MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / equalTo

Method equalTo

graph_implement.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 AMLVex(MyGraphicsVexItem *gvex){info = new VexInfo(gvex);}
151 AMLVex(VexInfo *_info){info = _info;}
152 bool equalTo(const AMLVex &v){return info == v.info;}
153 void visit();
154 void access(const QString &hint = "");
155};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected