Test void void Test::drawRect (int, int, int, int) drawRect int x int y int w int h This command draws a rectangle with a left upper corner at ( x , y ), width w and height h. void void Test::drawRect (const Rect &r) drawRect const Rect & r This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. void void Test::drawRect (const Point &topLeft, const Point &bottomRight) drawRect const Point & topLeft const Point & bottomRight This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More text. A short description. More text. Test drawRect Test drawRect Test drawRect