Code::Blocks
SVN r11506
|
#include <debuggermanager.h>
Public Types | |
enum | Flags { AutoBuild = 0, AutoSwitchFrame, ShowDebuggersLog, JumpOnDoubleClick, RequireCtrlForTooltips, ShowTemporaryBreakpoints } |
enum | Perspective { OnlyOne = 0, OnePerDebugger, OnePerDebuggerConfig } |
Static Public Member Functions | |
static bool | GetFlag (Flags flag) |
static void | SetFlag (Flags flag, bool value) |
static wxString | GetValueTooltipFont () |
static void | SetValueTooltipFont (const wxString &font) |
static Perspective | GetPerspective () |
static void | SetPerspective (int perspective) |
Definition at line 191 of file debuggermanager.h.
Enumerator | |
---|---|
AutoBuild | |
AutoSwitchFrame | |
ShowDebuggersLog | |
JumpOnDoubleClick | |
RequireCtrlForTooltips | |
ShowTemporaryBreakpoints |
Definition at line 193 of file debuggermanager.h.
Enumerator | |
---|---|
OnlyOne | |
OnePerDebugger | |
OnePerDebuggerConfig |
Definition at line 203 of file debuggermanager.h.
|
static |
Definition at line 366 of file debuggermanager.cpp.
References Manager::Get(), Manager::GetConfigManager(), ConfigManager::ReadBool(), and wxT.
Referenced by DebuggerSettingsCommonPanel::DebuggerSettingsCommonPanel(), cbDebuggerPlugin::EnsureBuildUpToDate(), cbDebuggerPlugin::HasDebugLog(), DebuggerGDB::OnCursorChanged(), BacktraceDlg::OnDoubleClick(), BacktraceDlg::OnListRightClick(), BreakpointsDlg::OnShowTemp(), BreakpointsDlg::OnUpdateUI(), GdbCmd_Backtrace::ParseOutput(), cbDebuggerPlugin::ProcessValueTooltip(), and BreakpointsDlg::Reload().
|
static |
Definition at line 438 of file debuggermanager.cpp.
References Manager::Get(), Manager::GetConfigManager(), ConfigManager::ReadInt(), and wxT.
Referenced by DebuggerSettingsCommonPanel::DebuggerSettingsCommonPanel(), and cbDebuggerPlugin::SwitchToDebuggingLayout().
|
static |
Definition at line 415 of file debuggermanager.cpp.
References wxString::empty(), Manager::Get(), Manager::GetConfigManager(), wxSystemSettings::GetFont(), wxFont::GetNativeFontInfo(), wxFont::GetPointSize(), ConfigManager::Read(), wxFont::SetPointSize(), wxNativeFontInfo::ToString(), wxSYS_DEFAULT_GUI_FONT, and wxT.
Referenced by DebuggerSettingsCommonPanel::DebuggerSettingsCommonPanel(), and ValueTooltip::ValueTooltip().
|
static |
Definition at line 388 of file debuggermanager.cpp.
References Manager::Get(), Manager::GetConfigManager(), ConfigManager::Write(), and wxT.
Referenced by BacktraceDlg::OnSettingJumpDefault(), BacktraceDlg::OnSettingSwitchDefault(), BreakpointsDlg::OnShowTemp(), and DebuggerSettingsCommonPanel::SaveChanges().
|
static |
Definition at line 447 of file debuggermanager.cpp.
References Manager::Get(), Manager::GetConfigManager(), ConfigManager::Write(), and wxT.
Referenced by DebuggerSettingsCommonPanel::SaveChanges().
|
static |
Definition at line 427 of file debuggermanager.cpp.
References wxString::empty(), Manager::Get(), Manager::GetConfigManager(), ConfigManager::Write(), and wxT.
Referenced by DebuggerSettingsCommonPanel::SaveChanges().