Public Member Functions | |
CPlayerInfoBar (int nFirstColWidth=100) | |
virtual | ~CPlayerInfoBar () |
BOOL | Create (CWnd *pParentWnd) |
void | SetLine (CString label, CString info) |
void | GetLine (CString label, CString &info) |
void | RemoveLine (CString label) |
void | RemoveAllLines () |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
Protected Member Functions | |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual CSize | CalcFixedLayout (BOOL bStretch, BOOL bHorz) |
Definition at line 29 of file PlayerInfoBar.h.