MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / cpu

Method cpu

pcsx2-qt/Debugger/Docking/DockManager.cpp:857–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857std::optional<BreakPointCpu> DockManager::cpu()
858{
859 if (m_current_layout == DockLayout::INVALID_INDEX)
860 return std::nullopt;
861
862 return m_layouts.at(m_current_layout).cpu();
863}
864
865KDDockWidgets::Core::DockWidget* DockManager::dockWidgetFactory(const QString& name)
866{

Callers 3

switchToLayoutWithCPUMethod · 0.45
newLayoutClickedMethod · 0.45
editLayoutClickedMethod · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected