MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / getValueString

Method getValueString

src/rangevalue.cpp:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString RangeValue::getValueString() const
42{
43 QString result="[";
44 result.append(start.getValueString());
45 result.append(":");
46 result.append(step.getValueString());
47 result.append(":");
48 result.append(finish.getValueString());
49 result.append("]");
50 return result;
51}
52
53bool RangeValue::inRange(Value& index)
54{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected