|
Public Member Functions |
|
| RCNcButton (CWnd &Parent, TInt nCmdId, TSInt nHitTest=-1) |
|
virtual void | Draw (CDC &Dc) |
|
virtual TBool | HandleLButtonDown (const RCPoint &Pos) |
|
virtual TBool | HandleLButtonUp (const RCPoint &Pos) |
|
virtual TBool | HandleHitTest (const RCPoint &Pos, TInt &nHitTestRef) |
|
void | SetWindowText (const RCString &sText) |
|
void | SetIcon (HICON hIcon) |
|
void | SetPlace (const RCRect &Place) |
|
void | SetPos (const RCPoint &Pos) |
|
void | SetSize (const RCSize &Size) |
|
void | Enable (TBool bEnable=true) |
Protected Member Functions |
|
RCPoint | ScreenToNc (const RCPoint &Pos) |
Protected Attributes |
|
CWnd & | m_Parent |
|
TInt | m_nCmdId |
|
TSInt | m_nHitTest |
|
RCRect | m_Place |
|
RCString | m_sText |
|
HICON | m_hIcon |
|
TBool | m_bEnabled |
|
TBool | m_bPressed |
|
TBool | m_bTracking |