11#include "GUIWndCtrlBase.h"
12#include "GUIListCtrlMassive.h"
26 class FL_EXPORT
CGUIListCtrl :
public CListCtrl,
public CGUIWndCtrlBase
82 HWND CreateListCtrl(CWnd* pParentWnd);
85 afx_msg
void OnNMCustomdraw(NMHDR* pNMHDR, LRESULT* pResult);
86 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
87 virtual BOOL PreTranslateMessage(MSG* pMsg);
88 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
89 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
92 int32_t m_i32SelectedItemIndex;
93 CBrush m_brBackground;
94 CGUIHeaderCtrl* m_pCtrlHeader;
95 virtual
void PreSubclassWindow();
Definition GUIListCtrl.h:27
void SetHeaderCtrlSubclass(CGUIHeaderCtrl *pHeaderCtrl)
CGUIHeaderCtrl 클래스로 서브클래싱 된 헤더컨트롤 포인터를 설정하는 함수
virtual ~CGUIListCtrl()
기본 소멸자
CRect GetBoundaryRect()
리스트컨트롤의 사각형을 얻어 오는 함수
CGUIHeaderCtrl * GetHeaderCtrlSubclass()
CGUIHeaderCtrl 클래스로 서브클래싱 된 헤더컨트롤 포인터를 얻어 오는 함수
int32_t GetSelectedItemIndex()
선택된 아이템 인덱스를 얻어 오는 함수