| 72 | } |
| 73 | |
| 74 | void CController::uiThreadTimerTick() |
| 75 | { |
| 76 | _leftPanel.uiThreadTimerTick(); |
| 77 | _rightPanel.uiThreadTimerTick(); |
| 78 | |
| 79 | _uiQueue.exec(CExecutionQueue::execAll); |
| 80 | } |
| 81 | |
| 82 | // Updates the list of files in the current directory this panel is viewing, and send the new state to UI |
| 83 | void CController::refreshPanelContents(Panel p) |
nothing calls this directly
no outgoing calls
no test coverage detected