|
ReactOS 0.4.17-dev-243-g1369312
|
#include <canvas.h>
Public Member Functions | |
| ~CStyledCursor () | |
| void | SetStyle (BrushStyle style, INT radius, COLORREF color, BOOL is_rubber) |
| void | SetCursor () |
| operator HCURSOR () const | |
Static Protected Member Functions | |
| static HCURSOR | CreateStyledCursor (BrushStyle style, INT radius, COLORREF color, BOOL is_rubber) |
Protected Attributes | |
| HCURSOR | m_hCursor = NULL |
| BrushStyle | m_style |
| INT | m_radius = -1 |
| COLORREF | m_color = CLR_INVALID |
| BOOL | m_is_rubber = FALSE |
|
staticprotected |
Definition at line 16 of file canvas.cpp.
Referenced by SetStyle().
|
inline |
|
inline |
Definition at line 24 of file canvas.h.
Referenced by CCanvasWindow::OnSetCursor(), and SetCursor().
| void CStyledCursor::SetStyle | ( | BrushStyle | style, |
| INT | radius, | ||
| COLORREF | color, | ||
| BOOL | is_rubber | ||
| ) |
Definition at line 128 of file canvas.cpp.
Referenced by CCanvasWindow::OnSetCursor().
|
protected |
Definition at line 36 of file canvas.h.
Referenced by SetStyle().
Definition at line 33 of file canvas.h.
Referenced by operator HCURSOR(), SetCursor(), SetStyle(), and ~CStyledCursor().
Definition at line 37 of file canvas.h.
Referenced by SetStyle().
|
protected |
Definition at line 35 of file canvas.h.
Referenced by SetStyle().
|
protected |
Definition at line 34 of file canvas.h.
Referenced by SetStyle().