|
Public Member Functions |
| | oofWinPictDE (int x, int y, int right, int bottom, oofPict *inPict) |
| | oofWinPictDE (const oofRect &R, oofPict *inPict) |
| | oofWinPictDE (const oofWinPictDE &) |
| virtual | ~oofWinPictDE () |
| virtual void | draw () const |
| | Draw, calling oofPict stuff that actually doesn't care that much if printing or not.
|
| int | width () const |
| int | height () const |
Static Public Member Functions |
| void | recordElement (int x, int y, int right, int bottom, oofPict *) |
| void | recordElement (const oofRect &R, oofPict *) |
| void | appendElement (oofDE *adoptedDE) |
Protected Attributes |
| oofPict * | mPict |
| int | mRight |
| int | mBottom |
| int | mX |
| int | mY |