| 302 | } |
| 303 | |
| 304 | TSTRING cFSPropDisplayer::PropAsString(const iFCO* const pFCO, const int propIdx, int iOffset, int iWidth) |
| 305 | { |
| 306 | if (mpvPropsWeDisplay.ContainsItem(propIdx) && mbLazy) |
| 307 | { |
| 308 | InitForProp(pFCO, propIdx); |
| 309 | } |
| 310 | // run the const version of PropAsString |
| 311 | return ((const cFSPropDisplayer*)this)->PropAsString(pFCO, propIdx, iOffset, iWidth); |
| 312 | } |
| 313 | |
| 314 | TSTRING cFSPropDisplayer::PropAsString(const iFCO* const pFCO, const int propIdx, int iOffset, int iWidth) const |
| 315 | { |
no test coverage detected