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

Method DockLayout

pcsx2-qt/Debugger/Docking/DockLayout.cpp:37–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const u32 DEBUGGER_LAYOUT_FILE_VERSION_MINOR = 0;
36
37DockLayout::DockLayout(
38 QString name,
39 BreakPointCpu cpu,
40 bool is_default,
41 const std::string& base_name,
42 DockLayout::Index index)
43 : m_name(name)
44 , m_cpu(cpu)
45 , m_is_default(is_default)
46 , m_base_layout(base_name)
47{
48 reset();
49 save(index);
50}
51
52DockLayout::DockLayout(
53 QString name,

Callers

nothing calls this directly

Calls 11

idMethod · 0.80
cpuOverrideMethod · 0.80
setCustomDisplayNameMethod · 0.80
customDisplayNameMethod · 0.80
setPrimaryMethod · 0.80
isPrimaryMethod · 0.80
resetFunction · 0.50
getFunction · 0.50
loadFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected