#include <SizingControlBarG.h>
Public Member Functions | |
CSCBButton () | |
void | Move (CPoint ptTo) |
CRect | GetRect () |
void | Paint (CDC *pDC) |
CSCBButton () | |
void | Move (CPoint ptTo) |
CRect | GetRect () |
void | Paint (CDC *pDC) |
Public Attributes | |
BOOL | bPushed |
BOOL | bRaised |
Protected Attributes | |
CPoint | ptOrg |
Definition at line 41 of file SizingControlBarG.h.
CSCBButton::CSCBButton | ( | ) |
CSCBButton::CSCBButton | ( | ) |
CRect CSCBButton::GetRect | ( | ) | [inline] |
Definition at line 47 of file SizingControlBarG.h.
References ptOrg.
Referenced by CSizingControlBarG::NcPaintGripper(), CSizingControlBarCF::NcPaintGripper(), CSizingControlBarG::OnNcHitTest(), and Paint().
void CSCBButton::Move | ( | CPoint | ptTo | ) | [inline] |
void CSCBButton::Move | ( | CPoint | ptTo | ) | [inline] |
Definition at line 46 of file SizingControlBarG.h.
References ptOrg.
Referenced by CSizingControlBarG::NcCalcClient().
void CSCBButton::Paint | ( | CDC * | pDC | ) |
void CSCBButton::Paint | ( | CDC * | pDC | ) |
Definition at line 197 of file SizingControlBarG.cpp.
References bPushed, bRaised, GetRect(), and ptOrg.
Referenced by CSizingControlBarG::NcPaintGripper(), and CSizingControlBarCF::NcPaintGripper().
BOOL CSCBButton::bPushed |
Definition at line 50 of file SizingControlBarG.h.
Referenced by CSCBButton(), CSizingControlBarG::OnUpdateCmdUI(), and Paint().
BOOL CSCBButton::bRaised |
Definition at line 51 of file SizingControlBarG.h.
Referenced by CSCBButton(), CSizingControlBarG::OnUpdateCmdUI(), and Paint().
CPoint CSCBButton::ptOrg [protected] |