| 138 | virtual void processPropertyEvents (IPLEvent*) {} |
| 139 | virtual IPLData* getResultData (int outputIndex ) = 0; |
| 140 | virtual void afterProcessing () {} |
| 141 | |
| 142 | void registerProgressEventHandler(IPLProgressEventHandler* handler); |
| 143 | void notifyProgressEventHandler(int percent); |
nothing calls this directly
no outgoing calls
no test coverage detected