MCPcopy Create free account
hub / github.com/VioletGiraffe/file-commander / uiThreadTimerTick

Method uiThreadTimerTick

file-commander-core/src/ccontroller.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void 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
83void CController::refreshPanelContents(Panel p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected