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

Method hexViewWindow

src/program/ui/WindowManager.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127HexViewWindow *WindowManager::hexViewWindow()
128{
129 if (!hexViewWindow_) {
130 hexViewWindow_ = new HexViewWindow(owner);
131 if (context->status != Context::INACTIVE) {
132 hexViewWindow_->start();
133 }
134 }
135
136 return hexViewWindow_;
137}
138
139RamWatchWindow *WindowManager::ramWatchWindow()
140{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected