MCPcopy Create free account
hub / github.com/IENT/YUView / findChildValueInt

Method findChildValueInt

YUViewLib/src/common/YUViewDomElement.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int YUViewDomElement::findChildValueInt(const QString &tagName, int defaultValue) const
68{
69 auto r = findChildValue(tagName);
70 return r.isEmpty() ? defaultValue : r.toInt();
71};
72
73double YUViewDomElement::findChildValueDouble(const QString &tagName, double defaultValue) const
74{

Callers 2

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected