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()
|
||||
};
|
||||
|
||||
//////////////
|
||||
|
||||
class CSetValueDlg : public CDialogImpl<CSetValueDlg>
|
||||
{
|
||||
public:
|
||||
|
@ -100,10 +98,6 @@ private:
|
|||
END_MSG_MAP()
|
||||
};
|
||||
|
||||
//////////////
|
||||
|
||||
|
||||
|
||||
class CDebugMemorySearch :
|
||||
public CDebugDialog<CDebugMemorySearch>,
|
||||
public CDialogResize<CDebugMemorySearch>
|
||||
|
@ -230,13 +224,12 @@ private:
|
|||
|
||||
CPath GetWatchListPath(void);
|
||||
|
||||
/* generic ui util */
|
||||
// Generic UI utility
|
||||
void FixListHeader(CListViewCtrl& listCtrl);
|
||||
void SetComboBoxSelByData(CComboBox& cb, DWORD_PTR data);
|
||||
bool MouseHovering(WORD ctrlId, int hMargin = 0, int vMargin = 0);
|
||||
int GetNumVisibleRows(CListViewCtrl& list);
|
||||
/*******************/
|
||||
|
||||
|
||||
bool m_bJalSelected;
|
||||
bool m_bJalHexWasChecked;
|
||||
bool m_bJalUnsignedWasChecked;
|
||||
|
|
Loading…
Reference in New Issue