MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setPointValue

Function setPointValue

common/remoteviewinterface.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83template<class T>
84void setPointValue(QDataStream &s, QEventPoint &p, void (*func)(QEventPoint &, T))
85{
86 typename std::decay<T>::type value;
87 s >> value;
88 (func)(p, value);
89}
90
91QDataStream &operator>>(QDataStream &s, QList<QTouchEvent::TouchPoint> &points)
92{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected