Code::Blocks  SVN r11506
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
DebuggerSettingsCommonPanel Class Reference

#include <debuggersettingscommonpanel.h>

Inheritance diagram for DebuggerSettingsCommonPanel:
Collaboration diagram for DebuggerSettingsCommonPanel:

Public Member Functions

 DebuggerSettingsCommonPanel (wxWindow *parent)
 
virtual ~DebuggerSettingsCommonPanel ()
 
void SaveChanges ()
 

Private Member Functions

void UpdateValueTooltipFont ()
 
void OnChooseFontClick (wxCommandEvent &event)
 

Private Attributes

wxStaticTextm_valueTooltipLabel
 
wxCheckBoxm_autoBuild
 
wxChoicem_perspective
 
wxCheckBoxm_requireCtrlForTooltips
 
wxCheckBoxm_jumpOnDoubleClick
 
wxCheckBoxm_autoSwitch
 
wxCheckBoxm_debuggersLog
 
wxString m_valueTooltipFontInfo
 

Static Private Attributes

static const long ID_AUTOBUILD = wxNewId()
 
static const long ID_AUTOSWITCH = wxNewId()
 
static const long ID_DEBUGGERS_LOG = wxNewId()
 
static const long ID_JUMP_ON_DOUBLE_CLICK = wxNewId()
 
static const long ID_REQUIRE_CTRL_FOR_TOOLTIPS = wxNewId()
 
static const long ID_VALUE_TOOLTIP_LABEL = wxNewId()
 
static const long ID_BUTTON_CHOOSE_FONT = wxNewId()
 
static const long ID_CHOICE_PERSPECTIVE = wxNewId()
 

Detailed Description

Definition at line 17 of file debuggersettingscommonpanel.h.

Constructor & Destructor Documentation

◆ DebuggerSettingsCommonPanel()

DebuggerSettingsCommonPanel::DebuggerSettingsCommonPanel ( wxWindow parent)

◆ ~DebuggerSettingsCommonPanel()

DebuggerSettingsCommonPanel::~DebuggerSettingsCommonPanel ( )
virtual

Definition at line 107 of file debuggersettingscommonpanel.cpp.

Member Function Documentation

◆ OnChooseFontClick()

void DebuggerSettingsCommonPanel::OnChooseFontClick ( wxCommandEvent event)
private

◆ SaveChanges()

void DebuggerSettingsCommonPanel::SaveChanges ( )

◆ UpdateValueTooltipFont()

void DebuggerSettingsCommonPanel::UpdateValueTooltipFont ( )
private

Member Data Documentation

◆ ID_AUTOBUILD

const long DebuggerSettingsCommonPanel::ID_AUTOBUILD = wxNewId()
staticprivate

Definition at line 44 of file debuggersettingscommonpanel.h.

◆ ID_AUTOSWITCH

const long DebuggerSettingsCommonPanel::ID_AUTOSWITCH = wxNewId()
staticprivate

Definition at line 45 of file debuggersettingscommonpanel.h.

◆ ID_BUTTON_CHOOSE_FONT

const long DebuggerSettingsCommonPanel::ID_BUTTON_CHOOSE_FONT = wxNewId()
staticprivate

Definition at line 50 of file debuggersettingscommonpanel.h.

◆ ID_CHOICE_PERSPECTIVE

const long DebuggerSettingsCommonPanel::ID_CHOICE_PERSPECTIVE = wxNewId()
staticprivate

Definition at line 51 of file debuggersettingscommonpanel.h.

◆ ID_DEBUGGERS_LOG

const long DebuggerSettingsCommonPanel::ID_DEBUGGERS_LOG = wxNewId()
staticprivate

Definition at line 46 of file debuggersettingscommonpanel.h.

◆ ID_JUMP_ON_DOUBLE_CLICK

const long DebuggerSettingsCommonPanel::ID_JUMP_ON_DOUBLE_CLICK = wxNewId()
staticprivate

Definition at line 47 of file debuggersettingscommonpanel.h.

◆ ID_REQUIRE_CTRL_FOR_TOOLTIPS

const long DebuggerSettingsCommonPanel::ID_REQUIRE_CTRL_FOR_TOOLTIPS = wxNewId()
staticprivate

Definition at line 48 of file debuggersettingscommonpanel.h.

◆ ID_VALUE_TOOLTIP_LABEL

const long DebuggerSettingsCommonPanel::ID_VALUE_TOOLTIP_LABEL = wxNewId()
staticprivate

Definition at line 49 of file debuggersettingscommonpanel.h.

◆ m_autoBuild

wxCheckBox* DebuggerSettingsCommonPanel::m_autoBuild
private

Definition at line 32 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_autoSwitch

wxCheckBox* DebuggerSettingsCommonPanel::m_autoSwitch
private

Definition at line 36 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_debuggersLog

wxCheckBox* DebuggerSettingsCommonPanel::m_debuggersLog
private

Definition at line 37 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_jumpOnDoubleClick

wxCheckBox* DebuggerSettingsCommonPanel::m_jumpOnDoubleClick
private

Definition at line 35 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_perspective

wxChoice* DebuggerSettingsCommonPanel::m_perspective
private

Definition at line 33 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_requireCtrlForTooltips

wxCheckBox* DebuggerSettingsCommonPanel::m_requireCtrlForTooltips
private

Definition at line 34 of file debuggersettingscommonpanel.h.

Referenced by SaveChanges().

◆ m_valueTooltipFontInfo

wxString DebuggerSettingsCommonPanel::m_valueTooltipFontInfo
private

◆ m_valueTooltipLabel

wxStaticText* DebuggerSettingsCommonPanel::m_valueTooltipLabel
private

Definition at line 31 of file debuggersettingscommonpanel.h.

Referenced by UpdateValueTooltipFont().


The documentation for this class was generated from the following files: