|
Public Member Functions |
| | oofWinShadeDE (int x, int y, int right, int bottom, COLORREF fillColor) |
| | oofWinShadeDE (const oofRect &R, COLORREF fillColor) |
| | oofWinShadeDE (int x, int y, int right, int bottom, int stockBrush) |
| | oofWinShadeDE (const oofRect &R, int stockBrush) |
| virtual void | draw () const |
| int | width () const |
| int | height () const |
Static Public Member Functions |
| void | recordElement (int x, int y, int right, int bottom, COLORREF fillColor) |
| void | recordElement (const oofRect &R, COLORREF fillColor) |
| void | appendElement (oofDE *adoptedDE) |
Protected Attributes |
| COLORREF | mFillColor |
| bool | mUseStockBrush |
| int | mStockBrush |
| int | mRight |
| int | mBottom |
| int | mX |
| int | mY |