MCPcopy Create free account
hub / github.com/clementgallet/libTAS / inputEditorWindow

Method inputEditorWindow

src/program/ui/WindowManager.cpp:157–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157InputEditorWindow *WindowManager::inputEditorWindow()
158{
159 if (!inputEditorWindow_) {
160 inputEditorWindow_ = new InputEditorWindow(context, &gameLoop->movie, owner);
161 QObject::connect(inputEditorWindow_->inputEditorView, &InputEditorView::saveMovieRequested,
162 owner, &MainWindow::slotSaveMovie,
163 Qt::UniqueConnection);
164 inputEditorWindow_->resetInputs();
165 inputEditorWindow_->update();
166 }
167
168 return inputEditorWindow_;
169}
170
171AnnotationsWindow *WindowManager::annotationsWindow()
172{

Callers

nothing calls this directly

Calls 2

resetInputsMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected