summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man
blob: e737f5c31b147369b3610046a76cf9857d8faed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.TH KODE 1
.SH NAME
kode \- KDE code generator
.SH SYNOPSIS
.B kode
.I [Qt-options] [KDE-options] [options] [filename]
.SH DESCRIPTION
.B Kode
generates various types of C++ template files.
.SH PROGRAM OPTIONS
.TP
.B -c, --create-class
Create a class.
.TP
.B -d, --create-dialog
Create a dialog.
.TP
.B --create-tdeioslave
Create a tdeioslave.
.TP
.B -y, --codify
Create generator code for the given source.
.TP
.B --add-property
Add a property to the class.
.TP
.B --inplace
Change the output file in place.
.TP
.B --author-email \fI<name>\fB
Add an author with the given email address.
.TP
.B --project \fI<name>\fB
Give the project name.
.TP
.B --gpl
Use the GPL as the license.
.TP
.B --lgpl
Use the LGPL as the license.
.TP
.B --classname \fI<name>\fB
Specifies the name of the class.
.TP
.B --namespace \fI<name>\fB
Specifies the namespace in which to place the class.
.TP
.B --warning
Enable warnings about code generation.
.TP
.B --qt-exception
Add a QT exception to the GPL.
.TP
.B --singleton
Create a singleton class.
.TP
.B --protocol
Specifies the tdeioslave protocol name.
.TP
.B filename
Specifies the source code file name for output.
.so kdeopt.part