#include <AspectSpecTbl.h>
Public Member Functions | |
| CAspectSpecTbl () | |
| bool | GetRow (int rowID, CString &role, CString &kindAspect, CString &isPrimary) |
| void | AddRow (int rowID, CString &role, CString &kindAspect, CString &isPrimary) |
| virtual | ~CAspectSpecTbl () |
| int | HitTestEx (CPoint &point, int *col) const |
| CEdit * | EditSubLabel (int nItem, int nCol) |
| CComboBox * | ShowInPlaceList (int nItem, int nCol, CStringList &lstItems, int nSel) |
Public Attributes | |
| CImageList | m_checkImages |
Protected Member Functions | |
| afx_msg void | OnEndlabeledit (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Definition at line 16 of file AspectSpecTbl.h.
| CAspectSpecTbl::CAspectSpecTbl | ( | ) |
Definition at line 19 of file AspectSpecTbl.cpp.
| CAspectSpecTbl::~CAspectSpecTbl | ( | ) | [virtual] |
Definition at line 23 of file AspectSpecTbl.cpp.
| void CAspectSpecTbl::AddRow | ( | int | rowID, | |
| CString & | role, | |||
| CString & | kindAspect, | |||
| CString & | isPrimary | |||
| ) |
Definition at line 335 of file AspectSpecTbl.cpp.
| CEdit * CAspectSpecTbl::EditSubLabel | ( | int | nItem, | |
| int | nCol | |||
| ) |
Definition at line 181 of file AspectSpecTbl.cpp.
| bool CAspectSpecTbl::GetRow | ( | int | rowID, | |
| CString & | role, | |||
| CString & | kindAspect, | |||
| CString & | isPrimary | |||
| ) |
Definition at line 396 of file AspectSpecTbl.cpp.
| int CAspectSpecTbl::HitTestEx | ( | CPoint & | point, | |
| int * | col | |||
| ) | const |
Definition at line 64 of file AspectSpecTbl.cpp.
| int CAspectSpecTbl::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 361 of file AspectSpecTbl.cpp.
| void CAspectSpecTbl::OnEndlabeledit | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
Definition at line 41 of file AspectSpecTbl.cpp.
| void CAspectSpecTbl::OnHScroll | ( | UINT | nSBCode, | |
| UINT | nPos, | |||
| CScrollBar * | pScrollBar | |||
| ) | [protected] |
Definition at line 237 of file AspectSpecTbl.cpp.
| void CAspectSpecTbl::OnLButtonDown | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 279 of file AspectSpecTbl.cpp.
| void CAspectSpecTbl::OnVScroll | ( | UINT | nSBCode, | |
| UINT | nPos, | |||
| CScrollBar * | pScrollBar | |||
| ) | [protected] |
Definition at line 246 of file AspectSpecTbl.cpp.
| CComboBox * CAspectSpecTbl::ShowInPlaceList | ( | int | nItem, | |
| int | nCol, | |||
| CStringList & | lstItems, | |||
| int | nSel | |||
| ) |
Definition at line 118 of file AspectSpecTbl.cpp.
| CImageList CAspectSpecTbl::m_checkImages |
Definition at line 35 of file AspectSpecTbl.h.
1.6.3