MCPcopy Create free account
hub / github.com/Tom94/tev / requestLayoutUpdate

Method requestLayoutUpdate

include/tev/ImageViewer.h:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 void saveImageDialog();
197
198 void requestLayoutUpdate() { mRequiresLayoutUpdate = true; }
199
200 template <typename T> void scheduleToUiThread(const T& fun) {
201 mTaskQueue.push(fun);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected