MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
qtstyle.cpp
Go to the documentation of this file.
1
6
class
QTstyle_Test
7
{
8
public
:
9
11
12
enum
TEnum
{
13
TVal1
,
14
TVal2
,
15
TVal3
16
}
18
19
*
enumPtr
,
21
22
enumVar
;
23
25
28
QTstyle_Test
();
29
31
34
~QTstyle_Test
();
35
37
43
int
testMe
(
int
a,
const
char
*s);
44
46
51
virtual
void
testMeToo
(
char
c1,
char
c2) = 0;
52
54
57
int
publicVar
;
58
60
63
int (*
handler
)(
int
a,
int
b);
64
};
65
QTstyle_Test
A test class.
Definition
qtstyle.cpp:7
QTstyle_Test::TEnum
TEnum
An enum.
Definition
qtstyle.cpp:12
QTstyle_Test::TVal1
@ TVal1
Definition
qtstyle.cpp:13
QTstyle_Test::TVal3
@ TVal3
Definition
qtstyle.cpp:15
QTstyle_Test::TVal2
@ TVal2
Definition
qtstyle.cpp:14
QTstyle_Test::QTstyle_Test
QTstyle_Test()
A constructor.
QTstyle_Test::enumVar
enum QTstyle_Test::TEnum enumVar
Enum variable.
QTstyle_Test::handler
int(* handler)(int a, int b)
A function variable.
Definition
qtstyle.cpp:63
QTstyle_Test::~QTstyle_Test
~QTstyle_Test()
A destructor.
QTstyle_Test::testMe
int testMe(int a, const char *s)
A normal member taking two arguments and returning an integer value.
QTstyle_Test::enumPtr
enum QTstyle_Test::TEnum * enumPtr
Enum pointer.
QTstyle_Test::publicVar
int publicVar
A public variable.
Definition
qtstyle.cpp:57
QTstyle_Test::testMeToo
virtual void testMeToo(char c1, char c2)=0
A pure virtual member.
doxygen-1.12.0
examples
qtstyle.cpp
Generated by
1.12.0