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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>kshowmail: kshowmail/CommandEntryDlg.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_656923b733374505e0e2f68ecb68d952.html">kshowmail</a></div>
<h1>CommandEntryDlg.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#include <kdialog.h></span>
<a name="l00002"></a>00002 <span class="preprocessor">#include <tdelocale.h></span>
<a name="l00003"></a>00003 <span class="comment">/****************************************************************************</span>
<a name="l00004"></a>00004 <span class="comment">** Form implementation generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/CommandEntryDlg.ui'</span>
<a name="l00005"></a>00005 <span class="comment">**</span>
<a name="l00006"></a>00006 <span class="comment">** Created: Di Mai 15 19:57:54 2007</span>
<a name="l00007"></a>00007 <span class="comment">** by: The User Interface Compiler ($Id: CommandEntryDlg_8cpp-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)</span>
<a name="l00008"></a>00008 <span class="comment">**</span>
<a name="l00009"></a>00009 <span class="comment">** WARNING! All changes made in this file will be lost!</span>
<a name="l00010"></a>00010 <span class="comment">****************************************************************************/</span>
<a name="l00011"></a>00011
<a name="l00012"></a>00012 <span class="preprocessor">#include "CommandEntryDlg.h"</span>
<a name="l00013"></a>00013
<a name="l00014"></a>00014 <span class="preprocessor">#include <tqvariant.h></span>
<a name="l00015"></a>00015 <span class="preprocessor">#include <tqgroupbox.h></span>
<a name="l00016"></a>00016 <span class="preprocessor">#include <tqpushbutton.h></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include <tqcheckbox.h></span>
<a name="l00018"></a>00018 <span class="preprocessor">#include <tqlineedit.h></span>
<a name="l00019"></a>00019 <span class="preprocessor">#include <tqlayout.h></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include <tqtooltip.h></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include <tqwhatsthis.h></span>
<a name="l00022"></a>00022
<a name="l00023"></a>00023 <span class="comment">/*</span>
<a name="l00024"></a>00024 <span class="comment"> * Constructs a CommandEntryDlg as a child of 'parent', with the</span>
<a name="l00025"></a>00025 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00026"></a>00026 <span class="comment"> *</span>
<a name="l00027"></a>00027 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
<a name="l00028"></a>00028 <span class="comment"> * TRUE to construct a modal dialog.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a><a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">00030</a> <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg::CommandEntryDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00031"></a>00031 : TQDialog( parent, name, modal, fl )
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033 <span class="keywordflow">if</span> ( !name )
<a name="l00034"></a>00034 setName( <span class="stringliteral">"CommandEntryDlg"</span> );
<a name="l00035"></a>00035 setSizeGripEnabled( FALSE );
<a name="l00036"></a>00036 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a> = <span class="keyword">new</span> TQVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"CommandEntryDlgLayout"</span>);
<a name="l00037"></a>00037
<a name="l00038"></a>00038 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a> = <span class="keyword">new</span> TQGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"TQGroupBox_1"</span> );
<a name="l00039"></a>00039 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->setFrameShape( TQGroupBox::Box );
<a name="l00040"></a>00040 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->setFrameShadow( TQGroupBox::Sunken );
<a name="l00041"></a>00041 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->setColumnLayout(0, TQt::Vertical );
<a name="l00042"></a>00042 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->layout()->setSpacing( 6 );
<a name="l00043"></a>00043 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->layout()->setMargin( 11 );
<a name="l00044"></a>00044 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a> = <span class="keyword">new</span> TQGridLayout( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->layout() );
<a name="l00045"></a>00045 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->setAlignment( TQt::AlignTop );
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> = <span class="keyword">new</span> TQPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_ButtonPath"</span> );
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, 1, 0 );
<a name="l00050"></a>00050
<a name="l00051"></a>00051 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> = <span class="keyword">new</span> TQPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_ButtonTest"</span> );
<a name="l00052"></a>00052
<a name="l00053"></a>00053 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, 0, 2 );
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_checkModal"</span> );
<a name="l00056"></a>00056
<a name="l00057"></a>00057 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, 2, 2, 1, 2 );
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a> = <span class="keyword">new</span> TQLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_EditName"</span> );
<a name="l00060"></a>00060 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>->setFocusPolicy( TQLineEdit::StrongFocus );
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, 0, 1 );
<a name="l00063"></a>00063
<a name="l00064"></a>00064 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> = <span class="keyword">new</span> TQLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>, <span class="stringliteral">"m_EditPath"</span> );
<a name="l00065"></a>00065 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>->setFocusPolicy( TQLineEdit::StrongFocus );
<a name="l00066"></a>00066
<a name="l00067"></a>00067 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, 1, 1, 1, 2 );
<a name="l00068"></a>00068 <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a> = <span class="keyword">new</span> TQSpacerItem( 90, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
<a name="l00069"></a>00069 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addItem( <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a>, 2, 0 );
<a name="l00070"></a>00070 <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a> = <span class="keyword">new</span> TQSpacerItem( 150, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
<a name="l00071"></a>00071 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">TQGroupBox_1Layout</a>->addItem( <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a>, 0, 0 );
<a name="l00072"></a>00072 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a> );
<a name="l00073"></a>00073
<a name="l00074"></a>00074 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"layout2"</span>);
<a name="l00075"></a>00075 <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> = <span class="keyword">new</span> TQSpacerItem( 207, 16, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
<a name="l00076"></a>00076 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addItem( <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> );
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> = <span class="keyword">new</span> TQPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonOk"</span> );
<a name="l00079"></a>00079 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> );
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> = <span class="keyword">new</span> TQPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonCancel"</span> );
<a name="l00082"></a>00082 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> );
<a name="l00083"></a>00083 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>->addLayout( <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> );
<a name="l00084"></a>00084 <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">languageChange</a>();
<a name="l00085"></a>00085 resize( TQSize(387, 207).expandedTo(minimumSizeHint()) );
<a name="l00086"></a>00086 clearWState( WState_Polished );
<a name="l00087"></a>00087
<a name="l00088"></a>00088 <span class="comment">// signals and slots connections</span>
<a name="l00089"></a>00089 connect( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">slotTest</a>() ) );
<a name="l00090"></a>00090 connect( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">slotPath</a>() ) );
<a name="l00091"></a>00091 connect( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">slotOk</a>() ) );
<a name="l00092"></a>00092 connect( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) );
<a name="l00093"></a>00093
<a name="l00094"></a>00094 <span class="comment">// tab order</span>
<a name="l00095"></a>00095 setTabOrder( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> );
<a name="l00096"></a>00096 setTabOrder( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> );
<a name="l00097"></a>00097 setTabOrder( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> );
<a name="l00098"></a>00098 setTabOrder( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> );
<a name="l00099"></a>00099 setTabOrder( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> );
<a name="l00100"></a>00100 setTabOrder( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> );
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102
<a name="l00103"></a>00103 <span class="comment">/*</span>
<a name="l00104"></a>00104 <span class="comment"> * Destroys the object and frees any allocated resources</span>
<a name="l00105"></a>00105 <span class="comment"> */</span>
<a name="l00106"></a><a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">00106</a> <a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">CommandEntryDlg::~CommandEntryDlg</a>()
<a name="l00107"></a>00107 {
<a name="l00108"></a>00108 <span class="comment">// no need to delete child widgets, TQt does it all for us</span>
<a name="l00109"></a>00109 }
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="comment">/*</span>
<a name="l00112"></a>00112 <span class="comment"> * Sets the strings of the subwidgets using the current</span>
<a name="l00113"></a>00113 <span class="comment"> * language.</span>
<a name="l00114"></a>00114 <span class="comment"> */</span>
<a name="l00115"></a><a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">00115</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">CommandEntryDlg::languageChange</a>()
<a name="l00116"></a>00116 {
<a name="l00117"></a>00117 setCaption( tr2i18n( <span class="stringliteral">"User command"</span> ) );
<a name="l00118"></a>00118 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>->setTitle( tr2i18n( <span class="stringliteral">"Menu Entry"</span> ) );
<a name="l00119"></a>00119 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>->setText( tr2i18n( <span class="stringliteral">"Command:"</span> ) );
<a name="l00120"></a>00120 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, tr2i18n( <span class="stringliteral">"Press button to select command path"</span> ) );
<a name="l00121"></a>00121 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>->setText( tr2i18n( <span class="stringliteral">"Test"</span> ) );
<a name="l00122"></a>00122 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, tr2i18n( <span class="stringliteral">"Execute the command immediatly"</span> ) );
<a name="l00123"></a>00123 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>->setText( tr2i18n( <span class="stringliteral">"Wait for command to complete"</span> ) );
<a name="l00124"></a>00124 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, tr2i18n( <span class="stringliteral">"Enter menu entry name"</span> ) );
<a name="l00125"></a>00125 TQToolTip::add( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, tr2i18n( <span class="stringliteral">"<qt>Enter path to selected command and arguments<br>&lt;user&gt;, &lt;server&gt;, &lt;passwd&gt;, &lt;header&gt; and &lt;body&gt; may be used as arguments</qt>"</span> ) );
<a name="l00126"></a>00126 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>->setText( tr2i18n( <span class="stringliteral">"OK"</span> ) );
<a name="l00127"></a>00127 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>->setText( tr2i18n( <span class="stringliteral">"Cancel"</span> ) );
<a name="l00128"></a>00128 }
<a name="l00129"></a>00129
<a name="l00130"></a><a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">00130</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">CommandEntryDlg::slotOk</a>()
<a name="l00131"></a>00131 {
<a name="l00132"></a>00132 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotOk(): Not implemented yet"</span> );
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134
<a name="l00135"></a><a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">00135</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">CommandEntryDlg::slotPath</a>()
<a name="l00136"></a>00136 {
<a name="l00137"></a>00137 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotPath(): Not implemented yet"</span> );
<a name="l00138"></a>00138 }
<a name="l00139"></a>00139
<a name="l00140"></a><a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">00140</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">CommandEntryDlg::slotTest</a>()
<a name="l00141"></a>00141 {
<a name="l00142"></a>00142 tqWarning( <span class="stringliteral">"CommandEntryDlg::slotTest(): Not implemented yet"</span> );
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144
<a name="l00145"></a>00145 <span class="preprocessor">#include "CommandEntryDlg.moc"</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed May 16 21:15:18 2007 for kshowmail by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>
|