| 284 | LineEventTracker mUIControlTracker; |
| 285 | |
| 286 | struct BoundModuleConnection |
| 287 | { |
| 288 | int mLineIndex{ -1 }; |
| 289 | std::string mLineText; |
| 290 | IDrawableModule* mTarget{ nullptr }; |
| 291 | }; |
| 292 | std::vector<BoundModuleConnection> mBoundModuleConnections; |
| 293 | |
| 294 | std::vector<std::string> mScriptFilePaths; |
nothing calls this directly
no outgoing calls
no test coverage detected