Code::Blocks
SVN r11506
|
#include <cpuregistersdlg.h>
Public Member Functions | |
CPURegistersDlg (wxWindow *parent) | |
wxWindow * | GetWindow () |
void | Clear () |
void | SetRegisterValue (const wxString ®_name, const wxString &hexValue, const wxString &interpreted) |
void | EnableWindow (bool enable) |
Public Member Functions inherited from cbCPURegistersDlg | |
virtual | ~cbCPURegistersDlg () |
Protected Member Functions | |
int | RegisterIndex (const wxString ®_name) |
void | OnRefresh (wxCommandEvent &event) |
Private Member Functions | |
DECLARE_EVENT_TABLE () | |
Private Attributes | |
wxListCtrl * | m_pList |
Definition at line 14 of file cpuregistersdlg.h.
CPURegistersDlg::CPURegistersDlg | ( | wxWindow * | parent | ) |
Definition at line 21 of file cpuregistersdlg.cpp.
References wxBoxSizer::Add(), wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, wxGROW, wxLC_REPORT, wxLC_SINGLE_SEL, and wxVERTICAL.
|
virtual |
Implements cbCPURegistersDlg.
Definition at line 36 of file cpuregistersdlg.cpp.
References _(), wxListCtrl::ClearAll(), wxListCtrl::DeleteAllItems(), wxListCtrl::InsertColumn(), m_pList, wxLIST_FORMAT_LEFT, and wxLIST_FORMAT_RIGHT.
Referenced by GetWindow().
|
private |
Referenced by GetWindow().
|
virtual |
Implements cbCPURegistersDlg.
Definition at line 83 of file cpuregistersdlg.cpp.
References m_pList.
Referenced by GetWindow().
|
inlinevirtual |
Implements cbCPURegistersDlg.
Definition at line 19 of file cpuregistersdlg.h.
References Clear(), DECLARE_EVENT_TABLE(), EnableWindow(), OnRefresh(), RegisterIndex(), and SetRegisterValue().
|
protected |
Referenced by GetWindow().
|
protected |
Definition at line 47 of file cpuregistersdlg.cpp.
References wxString::CmpNoCase(), wxListCtrl::GetItemCount(), wxListCtrl::GetItemText(), and m_pList.
Referenced by GetWindow(), and SetRegisterValue().
|
virtual |
Implements cbCPURegistersDlg.
Definition at line 57 of file cpuregistersdlg.cpp.
References wxListCtrl::GetItemCount(), wxListCtrl::InsertItem(), m_pList, RegisterIndex(), wxListCtrl::SetColumnWidth(), wxListCtrl::SetItem(), wxLIST_AUTOSIZE, and wxLIST_AUTOSIZE_USEHEADER.
Referenced by GetWindow().
|
private |
Definition at line 31 of file cpuregistersdlg.h.
Referenced by Clear(), EnableWindow(), RegisterIndex(), and SetRegisterValue().