Public Member Functions | |
CPlayerSeekBar () | |
virtual | ~CPlayerSeekBar () |
void | Enable (bool fEnable) |
void | GetRange (__int64 &start, __int64 &stop) |
void | SetRange (__int64 start, __int64 stop) |
__int64 | GetPos () |
__int64 | GetPosReal () |
void | SetPos (__int64 pos) |
virtual BOOL | Create (CWnd *pParentWnd) |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
afx_msg BOOL | OnPlayStop (UINT nID) |
Protected Member Functions | |
afx_msg void | OnPaint () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
Definition at line 26 of file PlayerSeekBar.h.