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