Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ equalTo
Method
equalTo
graph_implement.h:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
ALVex(MyGraphicsVexItem *vex){info = new VexInfo(vex);}
81
ALVex(VexInfo *_info){info = _info;}
82
bool equalTo(const ALVex &v){return info == v.info;}
83
void visit();
84
void access(const QString &hint =
""
);
85
};
Callers
1
GetIdOf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected