MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
overload.cpp
Go to the documentation of this file.
2{
3 public:
4 void drawRect(int,int,int,int);
5 void drawRect(const Rect &r);
6};
7
8void Overload_Test::drawRect(int x,int y,int w,int h) {}
9void Overload_Test::drawRect(const Rect &r) {}
10
A short description.
Definition overload.cpp:2
void drawRect(int, int, int, int)
Definition overload.cpp:8