| 108 | } |
| 109 | |
| 110 | int VerticalLine::getRight() |
| 111 | { |
| 112 | return index + 1; |
| 113 | } |
| 114 | |
| 115 | void VerticalLine::moveToX (int lineNum, float newXPercent, float margin, std::unique_ptr<VerticalLine> verticalLines[]) |
| 116 | { |
no outgoing calls
no test coverage detected