Public Member Functions | List of all members
Overload_Test Class Reference

A short description. More...

Public Member Functions

void drawRect (int, int, int, int)
 
void drawRect (const Rect &r)
 

Detailed Description

A short description.

More text.

Definition at line 1 of file overload.cpp.

Member Function Documentation

void Overload_Test::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.

Definition at line 8 of file overload.cpp.

8 {}
void Overload_Test::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.

Definition at line 9 of file overload.cpp.

9 {}

The documentation for this class was generated from the following file: