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

Method ensureEditWindow

src/program/ui/RamWatchView.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58RamWatchEditWindow *RamWatchView::ensureEditWindow()
59{
60 if (!editWindow) {
61 editWindow = new RamWatchEditWindow(this);
62 }
63
64 return editWindow;
65}
66
67void RamWatchView::addWatch(std::unique_ptr<RamWatchDetailed> watch)
68{

Callers 2

slotAddMethod · 0.80
slotAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected