Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
examples
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
11
/*! \class Overload_Test
12
* \brief A short description.
13
*
14
* More text.
15
*/
16
17
/*! \fn void Overload_Test::drawRect(int x,int y,int w,int h)
18
* This command draws a rectangle with a left upper corner at ( \a x , \a y ),
19
* width \a w and height \a h.
20
*/
21
22
/*!
23
* \overload void Overload_Test::drawRect(const Rect &r)
24
*/
25
reco_momentum_tuples.h
h
Definition:
reco_momentum_tuples.py:66
wirecell.validate.cmaps.y
y
Definition:
cmaps.py:73
train.x
list x
Definition:
train.py:276
projectgui.w
w
Definition:
projectgui.py:20
plot_model.r
r
Definition:
plot_model.py:57
Overload_Test
A short description.
Definition:
overload.cpp:1
Overload_Test::drawRect
void drawRect(int, int, int, int)
Definition:
overload.cpp:8
Generated by
1.8.11