Update Debugger-MemorySearch.h
Remove unnecessary comments, fix title case and abbreviations, fix wording
This commit is contained in:
parent
e92a29493e
commit
58802684b1
|
@ -43,8 +43,6 @@ public:
|
||||||
END_MSG_MAP()
|
END_MSG_MAP()
|
||||||
};
|
};
|
||||||
|
|
||||||
//////////////
|
|
||||||
|
|
||||||
class CSetValueDlg : public CDialogImpl<CSetValueDlg>
|
class CSetValueDlg : public CDialogImpl<CSetValueDlg>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -100,10 +98,6 @@ private:
|
||||||
END_MSG_MAP()
|
END_MSG_MAP()
|
||||||
};
|
};
|
||||||
|
|
||||||
//////////////
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class CDebugMemorySearch :
|
class CDebugMemorySearch :
|
||||||
public CDebugDialog<CDebugMemorySearch>,
|
public CDebugDialog<CDebugMemorySearch>,
|
||||||
public CDialogResize<CDebugMemorySearch>
|
public CDialogResize<CDebugMemorySearch>
|
||||||
|
@ -230,13 +224,12 @@ private:
|
||||||
|
|
||||||
CPath GetWatchListPath(void);
|
CPath GetWatchListPath(void);
|
||||||
|
|
||||||
/* generic ui util */
|
// Generic UI utility
|
||||||
void FixListHeader(CListViewCtrl& listCtrl);
|
void FixListHeader(CListViewCtrl& listCtrl);
|
||||||
void SetComboBoxSelByData(CComboBox& cb, DWORD_PTR data);
|
void SetComboBoxSelByData(CComboBox& cb, DWORD_PTR data);
|
||||||
bool MouseHovering(WORD ctrlId, int hMargin = 0, int vMargin = 0);
|
bool MouseHovering(WORD ctrlId, int hMargin = 0, int vMargin = 0);
|
||||||
int GetNumVisibleRows(CListViewCtrl& list);
|
int GetNumVisibleRows(CListViewCtrl& list);
|
||||||
/*******************/
|
|
||||||
|
|
||||||
bool m_bJalSelected;
|
bool m_bJalSelected;
|
||||||
bool m_bJalHexWasChecked;
|
bool m_bJalHexWasChecked;
|
||||||
bool m_bJalUnsignedWasChecked;
|
bool m_bJalUnsignedWasChecked;
|
||||||
|
|
Loading…
Reference in New Issue