-rw-r--r-- | libopie2/opiepim/ui/opimmainwindow.cpp | 28 | ||||
-rw-r--r-- | libopie2/opiepim/ui/opimmainwindow.h | 3 |
2 files changed, 12 insertions, 19 deletions
diff --git a/libopie2/opiepim/ui/opimmainwindow.cpp b/libopie2/opiepim/ui/opimmainwindow.cpp index f22a302..a6d574b 100644 --- a/libopie2/opiepim/ui/opimmainwindow.cpp +++ b/libopie2/opiepim/ui/opimmainwindow.cpp | |||
@@ -1,401 +1,395 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | Copyright (C) Stefan Eilers (Eilers.Stefan@epost.de) | 3 | Copyright (C) Stefan Eilers (Eilers.Stefan@epost.de) |
4 | =. Copyright (C) The Opie Team <opie-devel@handhelds.org> | 4 | =. Copyright (C) The Opie Team <opie-devel@handhelds.org> |
5 | .=l. | 5 | .=l. |
6 | .>+-= | 6 | .>+-= |
7 | _;:, .> :=|. This program is free software; you can | 7 | _;:, .> :=|. This program is free software; you can |
8 | .> <`_, > . <= redistribute it and/or modify it under | 8 | .> <`_, > . <= redistribute it and/or modify it under |
9 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | 9 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
10 | .="- .-=="i, .._ License as published by the Free Software | 10 | .="- .-=="i, .._ License as published by the Free Software |
11 | - . .-<_> .<> Foundation; either version 2 of the License, | 11 | - . .-<_> .<> Foundation; either version 2 of the License, |
12 | ._= =} : or (at your option) any later version. | 12 | ._= =} : or (at your option) any later version. |
13 | .%`+i> _;_. | 13 | .%`+i> _;_. |
14 | .i_,=:_. -<s. This program is distributed in the hope that | 14 | .i_,=:_. -<s. This program is distributed in the hope that |
15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
16 | : .. .:, . . . without even the implied warranty of | 16 | : .. .:, . . . without even the implied warranty of |
17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
19 | ..}^=.= = ; Library General Public License for more | 19 | ..}^=.= = ; Library General Public License for more |
20 | ++= -. .` .: details. | 20 | ++= -. .` .: details. |
21 | : = ...= . :.=- | 21 | : = ...= . :.=- |
22 | -. .:....=;==+<; You should have received a copy of the GNU | 22 | -. .:....=;==+<; You should have received a copy of the GNU |
23 | -_. . . )=. = Library General Public License along with | 23 | -_. . . )=. = Library General Public License along with |
24 | -- :-=` this library; see the file COPYING.LIB. | 24 | -- :-=` this library; see the file COPYING.LIB. |
25 | If not, write to the Free Software Foundation, | 25 | If not, write to the Free Software Foundation, |
26 | Inc., 59 Temple Place - Suite 330, | 26 | Inc., 59 Temple Place - Suite 330, |
27 | Boston, MA 02111-1307, USA. | 27 | Boston, MA 02111-1307, USA. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "opimmainwindow.h" | 30 | #include "opimmainwindow.h" |
31 | 31 | ||
32 | /* OPIE */ | 32 | /* OPIE */ |
33 | #include <opie2/opimresolver.h> | 33 | #include <opie2/opimresolver.h> |
34 | #include <opie2/odebug.h> | 34 | #include <opie2/odebug.h> |
35 | 35 | ||
36 | #include <qpe/categoryselect.h> | 36 | #include <qpe/categoryselect.h> |
37 | #include <qpe/ir.h> | 37 | #include <qpe/ir.h> |
38 | #include <qpe/qcopenvelope_qws.h> | 38 | #include <qpe/qcopenvelope_qws.h> |
39 | #include <qpe/qpeapplication.h> | 39 | #include <qpe/qpeapplication.h> |
40 | #include <qpe/resource.h> | 40 | #include <qpe/resource.h> |
41 | #include <qpe/sound.h> | 41 | #include <qpe/sound.h> |
42 | 42 | ||
43 | /* QT */ | 43 | /* QT */ |
44 | #include <qaction.h> | 44 | #include <qaction.h> |
45 | #include <qapplication.h> | 45 | #include <qapplication.h> |
46 | #include <qcombobox.h> | 46 | #include <qcombobox.h> |
47 | #include <qcopchannel_qws.h> | 47 | #include <qcopchannel_qws.h> |
48 | #include <qdatetime.h> | 48 | #include <qdatetime.h> |
49 | #include <qmenubar.h> | 49 | #include <qmenubar.h> |
50 | #include <qobjectlist.h> | 50 | #include <qobjectlist.h> |
51 | #include <qpopupmenu.h> | 51 | #include <qpopupmenu.h> |
52 | #include <qtoolbar.h> | 52 | #include <qtoolbar.h> |
53 | #include <qwhatsthis.h> | 53 | #include <qwhatsthis.h> |
54 | 54 | ||
55 | namespace Opie { | 55 | namespace Opie { |
56 | OPimMainWindow::OPimMainWindow( const QString &serviceName, const QString &catName, | 56 | OPimMainWindow::OPimMainWindow( const QString &serviceName, const QString &catName, |
57 | const QString &itemName, const QString &configName, | 57 | const QString &itemName, const QString &configName, |
58 | QWidget *parent, const char* name, WFlags f ) | 58 | QWidget *parent, const char* name, WFlags f ) |
59 | : QMainWindow( parent, name, f ), m_rtti(-1), m_service( serviceName ), m_fallBack( 0l ), | 59 | : QMainWindow( parent, name, f ), m_rtti(-1), m_service( serviceName ), m_fallBack( 0l ), |
60 | m_catGroupName( catName ), m_config( configName ), m_itemContextMenu( 0l ) | 60 | m_catGroupName( catName ), m_config( configName ), m_itemContextMenu( 0l ) |
61 | { | 61 | { |
62 | 62 | ||
63 | /* | 63 | /* |
64 | * let's generate our QCopChannel | 64 | * let's generate our QCopChannel |
65 | */ | 65 | */ |
66 | m_str = QString("QPE/"+m_service).local8Bit(); | 66 | m_str = QString("QPE/"+m_service).local8Bit(); |
67 | m_channel= new QCopChannel(m_str, this ); | 67 | m_channel= new QCopChannel(m_str, this ); |
68 | connect(m_channel, SIGNAL(received(const QCString&,const QByteArray&)), | 68 | connect(m_channel, SIGNAL(received(const QCString&,const QByteArray&)), |
69 | this, SLOT(appMessage(const QCString&,const QByteArray&)) ); | 69 | this, SLOT(appMessage(const QCString&,const QByteArray&)) ); |
70 | connect(qApp, SIGNAL(appMessage(const QCString&,const QByteArray&)), | 70 | connect(qApp, SIGNAL(appMessage(const QCString&,const QByteArray&)), |
71 | this, SLOT(appMessage(const QCString&,const QByteArray&)) ); | 71 | this, SLOT(appMessage(const QCString&,const QByteArray&)) ); |
72 | 72 | ||
73 | /* connect flush and reload */ | 73 | /* connect flush and reload */ |
74 | connect(qApp, SIGNAL(flush() ), | 74 | connect(qApp, SIGNAL(flush() ), |
75 | this, SLOT(flush() ) ); | 75 | this, SLOT(flush() ) ); |
76 | connect(qApp, SIGNAL(reload() ), | 76 | connect(qApp, SIGNAL(reload() ), |
77 | this, SLOT(reload() ) ); | 77 | this, SLOT(reload() ) ); |
78 | 78 | ||
79 | initBars( itemName ); | 79 | initBars( itemName ); |
80 | } | 80 | } |
81 | 81 | ||
82 | OPimMainWindow::~OPimMainWindow() { | 82 | OPimMainWindow::~OPimMainWindow() { |
83 | delete m_channel; | 83 | delete m_channel; |
84 | } | 84 | } |
85 | 85 | ||
86 | QCopChannel* OPimMainWindow::channel() { | 86 | QCopChannel* OPimMainWindow::channel() { |
87 | return m_channel; | 87 | return m_channel; |
88 | } | 88 | } |
89 | 89 | ||
90 | void OPimMainWindow::doSetDocument( const QString& ) { | 90 | void OPimMainWindow::doSetDocument( const QString& ) { |
91 | 91 | ||
92 | } | 92 | } |
93 | 93 | ||
94 | void OPimMainWindow::appMessage( const QCString& cmd, const QByteArray& array ) { | 94 | void OPimMainWindow::appMessage( const QCString& cmd, const QByteArray& array ) { |
95 | bool needShow = false; | 95 | bool needShow = false; |
96 | /* | 96 | /* |
97 | * create demands to create | 97 | * create demands to create |
98 | * a new record... | 98 | * a new record... |
99 | */ | 99 | */ |
100 | QDataStream stream(array, IO_ReadOnly); | 100 | QDataStream stream(array, IO_ReadOnly); |
101 | if ( cmd == "create()" ) { | 101 | if ( cmd == "create()" ) { |
102 | raise(); | 102 | raise(); |
103 | int uid = create(); | 103 | int uid = create(); |
104 | QCopEnvelope e(m_str, "created(int)" ); | 104 | QCopEnvelope e(m_str, "created(int)" ); |
105 | e << uid; | 105 | e << uid; |
106 | needShow = true; | 106 | needShow = true; |
107 | }else if ( cmd == "remove(int)" ) { | 107 | }else if ( cmd == "remove(int)" ) { |
108 | int uid; | 108 | int uid; |
109 | stream >> uid; | 109 | stream >> uid; |
110 | bool rem = remove( uid ); | 110 | bool rem = remove( uid ); |
111 | QCopEnvelope e(m_str, "removed(bool)" ); | 111 | QCopEnvelope e(m_str, "removed(bool)" ); |
112 | e << rem; | 112 | e << rem; |
113 | needShow = true; | 113 | needShow = true; |
114 | }else if ( cmd == "beam(int)" ) { | 114 | }else if ( cmd == "beam(int)" ) { |
115 | int uid; | 115 | int uid; |
116 | stream >> uid; | 116 | stream >> uid; |
117 | beam( uid); | 117 | beam( uid); |
118 | }else if ( cmd == "show(int)" ) { | 118 | }else if ( cmd == "show(int)" ) { |
119 | raise(); | 119 | raise(); |
120 | int uid; | 120 | int uid; |
121 | stream >> uid; | 121 | stream >> uid; |
122 | show( uid ); | 122 | show( uid ); |
123 | needShow = true; | 123 | needShow = true; |
124 | }else if ( cmd == "edit(int)" ) { | 124 | }else if ( cmd == "edit(int)" ) { |
125 | raise(); | 125 | raise(); |
126 | int uid; | 126 | int uid; |
127 | stream >> uid; | 127 | stream >> uid; |
128 | edit( uid ); | 128 | edit( uid ); |
129 | }else if ( cmd == "add(int,QByteArray)" ) { | 129 | }else if ( cmd == "add(int,QByteArray)" ) { |
130 | int rtti; | 130 | int rtti; |
131 | QByteArray array; | 131 | QByteArray array; |
132 | stream >> rtti; | 132 | stream >> rtti; |
133 | stream >> array; | 133 | stream >> array; |
134 | m_fallBack = record(rtti, array ); | 134 | m_fallBack = record(rtti, array ); |
135 | if (!m_fallBack) return; | 135 | if (!m_fallBack) return; |
136 | add( *m_fallBack ); | 136 | add( *m_fallBack ); |
137 | delete m_fallBack; | 137 | delete m_fallBack; |
138 | }else if ( cmd == "alarm(QDateTime,int)" ) { | 138 | }else if ( cmd == "alarm(QDateTime,int)" ) { |
139 | raise(); | 139 | raise(); |
140 | QDateTime dt; int uid; | 140 | QDateTime dt; int uid; |
141 | stream >> dt; | 141 | stream >> dt; |
142 | stream >> uid; | 142 | stream >> uid; |
143 | QDateTime current = QDateTime::currentDateTime(); | 143 | QDateTime current = QDateTime::currentDateTime(); |
144 | if ( current.time().hour() != dt.time().hour() && current.time().minute() != dt.time().minute() ) | 144 | if ( current.time().hour() != dt.time().hour() && current.time().minute() != dt.time().minute() ) |
145 | return; | 145 | return; |
146 | doAlarm( dt, uid ); | 146 | doAlarm( dt, uid ); |
147 | needShow = true; | 147 | needShow = true; |
148 | } | 148 | } |
149 | 149 | ||
150 | if (needShow ) | 150 | if (needShow ) |
151 | QPEApplication::setKeepRunning(); | 151 | QPEApplication::setKeepRunning(); |
152 | } | 152 | } |
153 | 153 | ||
154 | /* implement the url scripting here */ | 154 | /* implement the url scripting here */ |
155 | void OPimMainWindow::setDocument( const QString& str) { | 155 | void OPimMainWindow::setDocument( const QString& str) { |
156 | doSetDocument( str ); | 156 | doSetDocument( str ); |
157 | } | 157 | } |
158 | 158 | ||
159 | /* | 159 | /* |
160 | * we now try to get the array demarshalled | 160 | * we now try to get the array demarshalled |
161 | * check if the rtti matches this one | 161 | * check if the rtti matches this one |
162 | */ | 162 | */ |
163 | OPimRecord* OPimMainWindow::record( int rtti, const QByteArray& array ) { | 163 | OPimRecord* OPimMainWindow::record( int rtti, const QByteArray& array ) { |
164 | if ( service() != rtti ) | 164 | if ( service() != rtti ) |
165 | return 0l; | 165 | return 0l; |
166 | 166 | ||
167 | OPimRecord* record = OPimResolver::self()->record( rtti ); | 167 | OPimRecord* record = OPimResolver::self()->record( rtti ); |
168 | QDataStream str(array, IO_ReadOnly ); | 168 | QDataStream str(array, IO_ReadOnly ); |
169 | if ( !record || !record->loadFromStream(str) ) { | 169 | if ( !record || !record->loadFromStream(str) ) { |
170 | delete record; | 170 | delete record; |
171 | record = 0l; | 171 | record = 0l; |
172 | } | 172 | } |
173 | 173 | ||
174 | return record; | 174 | return record; |
175 | } | 175 | } |
176 | 176 | ||
177 | /* | 177 | /* |
178 | * get the rtti for the service | 178 | * get the rtti for the service |
179 | */ | 179 | */ |
180 | int OPimMainWindow::service() { | 180 | int OPimMainWindow::service() { |
181 | if ( m_rtti == -1 ) | 181 | if ( m_rtti == -1 ) |
182 | m_rtti = OPimResolver::self()->serviceId( m_service ); | 182 | m_rtti = OPimResolver::self()->serviceId( m_service ); |
183 | 183 | ||
184 | return m_rtti; | 184 | return m_rtti; |
185 | } | 185 | } |
186 | 186 | ||
187 | void OPimMainWindow::doAlarm( const QDateTime&, int ) { | 187 | void OPimMainWindow::doAlarm( const QDateTime&, int ) { |
188 | 188 | ||
189 | } | 189 | } |
190 | 190 | ||
191 | void OPimMainWindow::startAlarm(int count ) { | 191 | void OPimMainWindow::startAlarm(int count ) { |
192 | m_alarmCount = count; | 192 | m_alarmCount = count; |
193 | m_playedCount = 0; | 193 | m_playedCount = 0; |
194 | Sound::soundAlarm(); | 194 | Sound::soundAlarm(); |
195 | m_timerId = startTimer( 5000 ); | 195 | m_timerId = startTimer( 5000 ); |
196 | } | 196 | } |
197 | 197 | ||
198 | void OPimMainWindow::killAlarm() { | 198 | void OPimMainWindow::killAlarm() { |
199 | killTimer( m_timerId ); | 199 | killTimer( m_timerId ); |
200 | } | 200 | } |
201 | 201 | ||
202 | void OPimMainWindow::timerEvent( QTimerEvent* e) { | 202 | void OPimMainWindow::timerEvent( QTimerEvent* e) { |
203 | if ( m_playedCount <m_alarmCount ) { | 203 | if ( m_playedCount <m_alarmCount ) { |
204 | m_playedCount++; | 204 | m_playedCount++; |
205 | Sound::soundAlarm(); | 205 | Sound::soundAlarm(); |
206 | }else { | 206 | }else { |
207 | killTimer( e->timerId() ); | 207 | killTimer( e->timerId() ); |
208 | } | 208 | } |
209 | } | 209 | } |
210 | 210 | ||
211 | QPopupMenu *OPimMainWindow::itemContextMenu() { | 211 | QPopupMenu *OPimMainWindow::itemContextMenu() { |
212 | if ( !m_itemContextMenu ) { | 212 | if ( !m_itemContextMenu ) { |
213 | // Create context menu if hasn't been done before | 213 | // Create context menu if hasn't been done before |
214 | m_itemContextMenu = new QPopupMenu( this ); | 214 | m_itemContextMenu = new QPopupMenu( this ); |
215 | m_itemEditAction->addTo( m_itemContextMenu ); | 215 | m_itemEditAction->addTo( m_itemContextMenu ); |
216 | m_itemDuplicateAction->addTo( m_itemContextMenu ); | 216 | m_itemDuplicateAction->addTo( m_itemContextMenu ); |
217 | m_itemBeamAction->addTo( m_itemContextMenu ); | 217 | m_itemBeamAction->addTo( m_itemContextMenu ); |
218 | m_itemDeleteAction->addTo( m_itemContextMenu ); | 218 | m_itemDeleteAction->addTo( m_itemContextMenu ); |
219 | } | 219 | } |
220 | 220 | ||
221 | return m_itemContextMenu; | 221 | return m_itemContextMenu; |
222 | } | 222 | } |
223 | 223 | ||
224 | void OPimMainWindow::insertItemMenuItems( QActionGroup *items ) { | 224 | void OPimMainWindow::insertItemMenuItems( QActionGroup *items ) { |
225 | // Insert menu items into Item menu | 225 | // Insert menu items into Item menu |
226 | if ( items ) { | 226 | if ( items ) { |
227 | // Rebuild Item menu | 227 | // Rebuild Item menu |
228 | m_itemMenu->clear(); | 228 | m_itemMenu->clear(); |
229 | m_itemMenuGroup1->addTo( m_itemMenu ); | 229 | m_itemMenuGroup1->addTo( m_itemMenu ); |
230 | m_itemMenu->insertSeparator(); | 230 | m_itemMenu->insertSeparator(); |
231 | items->addTo( m_itemMenu ); | 231 | items->addTo( m_itemMenu ); |
232 | m_itemMenu->insertSeparator(); | 232 | m_itemMenu->insertSeparator(); |
233 | m_itemMenuGroup2->addTo( m_itemMenu ); | 233 | m_itemMenuGroup2->addTo( m_itemMenu ); |
234 | } | 234 | } |
235 | } | 235 | } |
236 | 236 | ||
237 | void OPimMainWindow::insertViewMenuItems( QActionGroup *items ) { | 237 | void OPimMainWindow::insertViewMenuItems( QActionGroup *items ) { |
238 | // Insert menu items into View menu | 238 | // Insert menu items into View menu |
239 | if ( items ) { | 239 | if ( items ) { |
240 | // Rebuild Item menu | 240 | // Rebuild Item menu |
241 | m_viewMenu->clear(); | 241 | m_viewMenu->clear(); |
242 | m_viewMenuGroup->addTo( m_viewMenu ); | 242 | // m_viewMenuGroup->addTo( m_viewMenu ); |
243 | m_viewMenu->insertSeparator(); | 243 | // m_viewMenu->insertSeparator(); |
244 | m_viewMenuAppGroup = items; | 244 | m_viewMenuAppGroup = items; |
245 | m_viewMenuAppGroup->addTo( m_viewMenu ); | 245 | m_viewMenuAppGroup->addTo( m_viewMenu ); |
246 | } | 246 | } |
247 | } | 247 | } |
248 | 248 | ||
249 | void OPimMainWindow::setViewCategory( const QString &category ) { | 249 | void OPimMainWindow::setViewCategory( const QString &category ) { |
250 | // Find category in list | 250 | // Find category in list |
251 | for ( int i = 0; i < m_catSelect->count(); i++ ) { | 251 | for ( int i = 0; i < m_catSelect->count(); i++ ) { |
252 | if ( m_catSelect->text( i ) == category ) { | 252 | if ( m_catSelect->text( i ) == category ) { |
253 | m_catSelect->setCurrentItem( i ); | 253 | m_catSelect->setCurrentItem( i ); |
254 | emit categorySelected( category ); | 254 | emit categorySelected( category ); |
255 | return; | 255 | return; |
256 | } | 256 | } |
257 | } | 257 | } |
258 | } | 258 | } |
259 | 259 | ||
260 | void OPimMainWindow::reloadCategories() { | 260 | void OPimMainWindow::reloadCategories() { |
261 | QString selected = m_catSelect->currentText(); | 261 | QString selected = m_catSelect->currentText(); |
262 | 262 | ||
263 | // Remove old categories from list | 263 | // Remove old categories from list |
264 | m_catSelect->clear(); | 264 | m_catSelect->clear(); |
265 | 265 | ||
266 | // Add categories to list | 266 | // Add categories to list |
267 | Categories cats; | 267 | Categories cats; |
268 | cats.load( categoryFileName() ); | 268 | cats.load( categoryFileName() ); |
269 | m_catSelect->insertItem( tr( "All" ) ); | 269 | m_catSelect->insertItem( tr( "All" ) ); |
270 | m_catSelect->insertStringList( cats.labels( m_catGroupName ) ); | 270 | m_catSelect->insertStringList( cats.labels( m_catGroupName ) ); |
271 | m_catSelect->insertItem( tr( "Unfiled" ) ); | 271 | m_catSelect->insertItem( tr( "Unfiled" ) ); |
272 | } | 272 | } |
273 | 273 | ||
274 | void OPimMainWindow::setItemNewEnabled( bool enable ) { | 274 | void OPimMainWindow::setItemNewEnabled( bool enable ) { |
275 | m_itemNewAction->setEnabled( enable ); | 275 | m_itemNewAction->setEnabled( enable ); |
276 | } | 276 | } |
277 | 277 | ||
278 | void OPimMainWindow::setItemEditEnabled( bool enable ) { | 278 | void OPimMainWindow::setItemEditEnabled( bool enable ) { |
279 | m_itemEditAction->setEnabled( enable ); | 279 | m_itemEditAction->setEnabled( enable ); |
280 | } | 280 | } |
281 | 281 | ||
282 | void OPimMainWindow::setItemDuplicateEnabled( bool enable ) { | 282 | void OPimMainWindow::setItemDuplicateEnabled( bool enable ) { |
283 | m_itemDuplicateAction->setEnabled( enable ); | 283 | m_itemDuplicateAction->setEnabled( enable ); |
284 | } | 284 | } |
285 | 285 | ||
286 | void OPimMainWindow::setItemDeleteEnabled( bool enable ) { | 286 | void OPimMainWindow::setItemDeleteEnabled( bool enable ) { |
287 | m_itemDeleteAction->setEnabled( enable ); | 287 | m_itemDeleteAction->setEnabled( enable ); |
288 | } | 288 | } |
289 | 289 | ||
290 | void OPimMainWindow::setItemBeamEnabled( bool enable ) { | 290 | void OPimMainWindow::setItemBeamEnabled( bool enable ) { |
291 | m_itemBeamAction->setEnabled( enable ); | 291 | m_itemBeamAction->setEnabled( enable ); |
292 | } | 292 | } |
293 | 293 | ||
294 | void OPimMainWindow::setConfigureEnabled( bool enable ) { | 294 | void OPimMainWindow::setConfigureEnabled( bool enable ) { |
295 | m_configureAction->setEnabled( enable ); | 295 | m_configureAction->setEnabled( enable ); |
296 | } | 296 | } |
297 | 297 | ||
298 | void OPimMainWindow::setShowCategories( bool show ) { | 298 | void OPimMainWindow::setShowCategories( bool show ) { |
299 | show ? m_catSelect->show() | 299 | show ? m_catSelect->show() |
300 | : m_catSelect->hide(); | 300 | : m_catSelect->hide(); |
301 | } | 301 | } |
302 | 302 | ||
303 | void OPimMainWindow::initBars( const QString &itemName ) { | 303 | void OPimMainWindow::initBars( const QString &itemName ) { |
304 | QString itemStr = itemName.lower(); | 304 | QString itemStr = itemName.lower(); |
305 | 305 | ||
306 | setToolBarsMovable( false ); | 306 | setToolBarsMovable( false ); |
307 | 307 | ||
308 | // Create application menu bar | 308 | // Create application menu bar |
309 | QToolBar *mbHold = new QToolBar( this ); | 309 | QToolBar *mbHold = new QToolBar( this ); |
310 | mbHold->setHorizontalStretchable( true ); | 310 | mbHold->setHorizontalStretchable( true ); |
311 | QMenuBar *menubar = new QMenuBar( mbHold ); | 311 | QMenuBar *menubar = new QMenuBar( mbHold ); |
312 | menubar->setMargin( 0 ); | 312 | menubar->setMargin( 0 ); |
313 | 313 | ||
314 | // Create application menu bar | 314 | // Create application menu bar |
315 | QToolBar *toolbar = new QToolBar( this ); | 315 | QToolBar *toolbar = new QToolBar( this ); |
316 | 316 | ||
317 | // Create sub-menus | 317 | // Create sub-menus |
318 | m_itemMenu = new QPopupMenu( this ); | 318 | m_itemMenu = new QPopupMenu( this ); |
319 | m_itemMenu->setCheckable( true ); | 319 | m_itemMenu->setCheckable( true ); |
320 | menubar->insertItem( itemName, m_itemMenu ); | 320 | menubar->insertItem( itemName, m_itemMenu ); |
321 | m_viewMenu = new QPopupMenu( this ); | 321 | m_viewMenu = new QPopupMenu( this ); |
322 | m_viewMenu->setCheckable( true ); | 322 | m_viewMenu->setCheckable( true ); |
323 | menubar->insertItem( tr( "View" ), m_viewMenu ); | 323 | menubar->insertItem( tr( "View" ), m_viewMenu ); |
324 | 324 | ||
325 | m_viewMenuAppGroup = 0l; | 325 | m_viewMenuAppGroup = 0l; |
326 | 326 | ||
327 | // Item menu | 327 | // Item menu |
328 | m_itemMenuGroup1 = new QActionGroup( this, QString::null, false ); | 328 | m_itemMenuGroup1 = new QActionGroup( this, QString::null, false ); |
329 | 329 | ||
330 | m_itemNewAction = new QAction( tr( "New" ), Resource::loadPixmap( "new" ), | 330 | m_itemNewAction = new QAction( tr( "New" ), Resource::loadPixmap( "new" ), |
331 | QString::null, 0, m_itemMenuGroup1, 0 ); | 331 | QString::null, 0, m_itemMenuGroup1, 0 ); |
332 | connect( m_itemNewAction, SIGNAL(activated()), this, SLOT(slotItemNew()) ); | 332 | connect( m_itemNewAction, SIGNAL(activated()), this, SLOT(slotItemNew()) ); |
333 | m_itemNewAction->setWhatsThis( tr( "Click here to create a new item." ) ); | 333 | m_itemNewAction->setWhatsThis( tr( "Click here to create a new item." ) ); |
334 | m_itemNewAction->addTo( toolbar ); | 334 | m_itemNewAction->addTo( toolbar ); |
335 | 335 | ||
336 | m_itemEditAction = new QAction( tr( "Edit" ), Resource::loadPixmap( "edit" ), | 336 | m_itemEditAction = new QAction( tr( "Edit" ), Resource::loadPixmap( "edit" ), |
337 | QString::null, 0, m_itemMenuGroup1, 0 ); | 337 | QString::null, 0, m_itemMenuGroup1, 0 ); |
338 | connect( m_itemEditAction, SIGNAL(activated()), this, SLOT(slotItemEdit()) ); | 338 | connect( m_itemEditAction, SIGNAL(activated()), this, SLOT(slotItemEdit()) ); |
339 | m_itemEditAction->setWhatsThis( tr( "Click here to edit the selected item." ) ); | 339 | m_itemEditAction->setWhatsThis( tr( "Click here to edit the selected item." ) ); |
340 | m_itemEditAction->addTo( toolbar ); | 340 | m_itemEditAction->addTo( toolbar ); |
341 | 341 | ||
342 | m_itemDuplicateAction = new QAction( tr( "Duplicate" ), Resource::loadPixmap( "copy" ), | 342 | m_itemDuplicateAction = new QAction( tr( "Duplicate" ), Resource::loadPixmap( "copy" ), |
343 | QString::null, 0, m_itemMenuGroup1, 0 ); | 343 | QString::null, 0, m_itemMenuGroup1, 0 ); |
344 | connect( m_itemDuplicateAction, SIGNAL(activated()), this, SLOT(slotItemDuplicate()) ); | 344 | connect( m_itemDuplicateAction, SIGNAL(activated()), this, SLOT(slotItemDuplicate()) ); |
345 | m_itemDuplicateAction->setWhatsThis( tr( "Click here to duplicate the selected item." ) ); | 345 | m_itemDuplicateAction->setWhatsThis( tr( "Click here to duplicate the selected item." ) ); |
346 | 346 | ||
347 | if ( Ir::supported() ) { | 347 | if ( Ir::supported() ) { |
348 | m_itemBeamAction = new QAction( tr( "Beam" ), Resource::loadPixmap( "beam" ), | 348 | m_itemBeamAction = new QAction( tr( "Beam" ), Resource::loadPixmap( "beam" ), |
349 | QString::null, 0, m_itemMenuGroup1, 0 ); | 349 | QString::null, 0, m_itemMenuGroup1, 0 ); |
350 | connect( m_itemBeamAction, SIGNAL(activated()), this, SLOT(slotItemBeam()) ); | 350 | connect( m_itemBeamAction, SIGNAL(activated()), this, SLOT(slotItemBeam()) ); |
351 | m_itemBeamAction->setWhatsThis( tr( "Click here to transmit the selected item." ) ); | 351 | m_itemBeamAction->setWhatsThis( tr( "Click here to transmit the selected item." ) ); |
352 | m_itemBeamAction->addTo( toolbar ); | 352 | m_itemBeamAction->addTo( toolbar ); |
353 | } | 353 | } |
354 | 354 | ||
355 | m_itemDeleteAction = new QAction( tr( "Delete" ), Resource::loadPixmap( "trash" ), | 355 | m_itemDeleteAction = new QAction( tr( "Delete" ), Resource::loadPixmap( "trash" ), |
356 | QString::null, 0, m_itemMenuGroup1, 0 ); | 356 | QString::null, 0, m_itemMenuGroup1, 0 ); |
357 | connect( m_itemDeleteAction, SIGNAL(activated()), this, SLOT(slotItemDelete()) ); | 357 | connect( m_itemDeleteAction, SIGNAL(activated()), this, SLOT(slotItemDelete()) ); |
358 | m_itemDeleteAction->setWhatsThis( tr( "Click here to delete the selected item." ) ); | 358 | m_itemDeleteAction->setWhatsThis( tr( "Click here to delete the selected item." ) ); |
359 | m_itemDeleteAction->addTo( toolbar ); | 359 | m_itemDeleteAction->addTo( toolbar ); |
360 | 360 | ||
361 | m_itemMenuGroup1->addTo( m_itemMenu ); | 361 | m_itemMenuGroup1->addTo( m_itemMenu ); |
362 | 362 | ||
363 | m_itemMenu->insertSeparator(); | 363 | m_itemMenu->insertSeparator(); |
364 | 364 | ||
365 | m_itemMenuGroup2 = new QActionGroup( this, QString::null, false ); | 365 | m_itemMenuGroup2 = new QActionGroup( this, QString::null, false ); |
366 | 366 | ||
367 | // a = new QAction( tr( "Find" ), Resource::loadPixmap( "find" ), | ||
368 | // QString::null, 0, m_itemMenuGroup2, 0 ); | ||
369 | // connect( a, SIGNAL(activated()), this, SLOT(slotItemFind()) ); | ||
370 | // a->setWhatsThis( tr( "Click here to search for an item." ) ); | ||
371 | // a->addTo( toolbar ); | ||
372 | |||
373 | m_configureAction = new QAction( tr( "Configure" ), Resource::loadPixmap( "SettingsIcon" ), | 367 | m_configureAction = new QAction( tr( "Configure" ), Resource::loadPixmap( "SettingsIcon" ), |
374 | QString::null, 0, m_itemMenuGroup2, 0 ); | 368 | QString::null, 0, m_itemMenuGroup2, 0 ); |
375 | connect( m_configureAction, SIGNAL(activated()), this, SLOT(slotConfigure()) ); | 369 | connect( m_configureAction, SIGNAL(activated()), this, SLOT(slotConfigure()) ); |
376 | m_configureAction->setWhatsThis( tr( "Click here to set your preferences for this application." ) ); | 370 | m_configureAction->setWhatsThis( tr( "Click here to set your preferences for this application." ) ); |
377 | 371 | ||
378 | m_itemMenuGroup2->addTo( m_itemMenu ); | 372 | m_itemMenuGroup2->addTo( m_itemMenu ); |
379 | 373 | ||
380 | // View menu | 374 | // View menu |
381 | m_viewMenuGroup = new QActionGroup( this, QString::null, false ); | 375 | // m_viewMenuGroup = new QActionGroup( this, QString::null, false ); |
382 | 376 | ||
383 | QAction *a = new QAction( tr( "Filter" ), QString::null, 0, m_viewMenuGroup, 0 ); | 377 | // QAction *a = new QAction( tr( "Filter" ), QString::null, 0, m_viewMenuGroup, 0 ); |
384 | connect( a, SIGNAL(activated()), this, SLOT(slotViewFilter()) ); | 378 | // connect( a, SIGNAL(activated()), this, SLOT(slotViewFilter()) ); |
385 | a->setWhatsThis( tr( "Click here to filter the items displayed." ) ); | 379 | // a->setWhatsThis( tr( "Click here to filter the items displayed." ) ); |
386 | 380 | // | |
387 | a = new QAction( tr( "Filter Settings" ), QString::null, 0, m_viewMenuGroup, 0 ); | 381 | // a = new QAction( tr( "Filter Settings" ), QString::null, 0, m_viewMenuGroup, 0 ); |
388 | connect( a, SIGNAL(activated()), this, SLOT(slotViewFilterSettings()) ); | 382 | // connect( a, SIGNAL(activated()), this, SLOT(slotViewFilterSettings()) ); |
389 | a->setWhatsThis( tr( "Click here to modify the current filter settings." ) ); | 383 | // a->setWhatsThis( tr( "Click here to modify the current filter settings." ) ); |
390 | 384 | ||
391 | // Create view toolbar | 385 | // Create view toolbar |
392 | toolbar = new QToolBar( this ); | 386 | toolbar = new QToolBar( this ); |
393 | m_catSelect = new QComboBox( toolbar ); | 387 | m_catSelect = new QComboBox( toolbar ); |
394 | connect( m_catSelect, SIGNAL(activated(const QString&)), this, SIGNAL(categorySelected(const QString&)) ); | 388 | connect( m_catSelect, SIGNAL(activated(const QString&)), this, SIGNAL(categorySelected(const QString&)) ); |
395 | QWhatsThis::add( m_catSelect, tr( "Click here to filter items by category." ) ); | 389 | QWhatsThis::add( m_catSelect, tr( "Click here to filter items by category." ) ); |
396 | 390 | ||
397 | // Do initial load of categories | 391 | // Do initial load of categories |
398 | reloadCategories(); | 392 | reloadCategories(); |
399 | } | 393 | } |
400 | 394 | ||
401 | } // namespace Opie | 395 | } // namespace Opie |
diff --git a/libopie2/opiepim/ui/opimmainwindow.h b/libopie2/opiepim/ui/opimmainwindow.h index fa7a730..0d3f7b7 100644 --- a/libopie2/opiepim/ui/opimmainwindow.h +++ b/libopie2/opiepim/ui/opimmainwindow.h | |||
@@ -1,192 +1,191 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | Copyright (C) Stefan Eilers (Eilers.Stefan@epost.de) | 3 | Copyright (C) Stefan Eilers (Eilers.Stefan@epost.de) |
4 | =. Copyright (C) The Opie Team <opie-devel@handhelds.org> | 4 | =. Copyright (C) The Opie Team <opie-devel@handhelds.org> |
5 | .=l. | 5 | .=l. |
6 | .>+-= | 6 | .>+-= |
7 | _;:, .> :=|. This program is free software; you can | 7 | _;:, .> :=|. This program is free software; you can |
8 | .> <`_, > . <= redistribute it and/or modify it under | 8 | .> <`_, > . <= redistribute it and/or modify it under |
9 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | 9 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
10 | .="- .-=="i, .._ License as published by the Free Software | 10 | .="- .-=="i, .._ License as published by the Free Software |
11 | - . .-<_> .<> Foundation; either version 2 of the License, | 11 | - . .-<_> .<> Foundation; either version 2 of the License, |
12 | ._= =} : or (at your option) any later version. | 12 | ._= =} : or (at your option) any later version. |
13 | .%`+i> _;_. | 13 | .%`+i> _;_. |
14 | .i_,=:_. -<s. This program is distributed in the hope that | 14 | .i_,=:_. -<s. This program is distributed in the hope that |
15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
16 | : .. .:, . . . without even the implied warranty of | 16 | : .. .:, . . . without even the implied warranty of |
17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
19 | ..}^=.= = ; Library General Public License for more | 19 | ..}^=.= = ; Library General Public License for more |
20 | ++= -. .` .: details. | 20 | ++= -. .` .: details. |
21 | : = ...= . :.=- | 21 | : = ...= . :.=- |
22 | -. .:....=;==+<; You should have received a copy of the GNU | 22 | -. .:....=;==+<; You should have received a copy of the GNU |
23 | -_. . . )=. = Library General Public License along with | 23 | -_. . . )=. = Library General Public License along with |
24 | -- :-=` this library; see the file COPYING.LIB. | 24 | -- :-=` this library; see the file COPYING.LIB. |
25 | If not, write to the Free Software Foundation, | 25 | If not, write to the Free Software Foundation, |
26 | Inc., 59 Temple Place - Suite 330, | 26 | Inc., 59 Temple Place - Suite 330, |
27 | Boston, MA 02111-1307, USA. | 27 | Boston, MA 02111-1307, USA. |
28 | */ | 28 | */ |
29 | #ifndef OPIE_PIM_MAINWINDOW_H | 29 | #ifndef OPIE_PIM_MAINWINDOW_H |
30 | #define OPIE_PIM_MAINWINDOW_H | 30 | #define OPIE_PIM_MAINWINDOW_H |
31 | 31 | ||
32 | #include <opie2/opimrecord.h> | 32 | #include <opie2/opimrecord.h> |
33 | 33 | ||
34 | #include <qpe/categories.h> | 34 | #include <qpe/categories.h> |
35 | #include <qpe/config.h> | 35 | #include <qpe/config.h> |
36 | 36 | ||
37 | #include <qmainwindow.h> | 37 | #include <qmainwindow.h> |
38 | 38 | ||
39 | class QAction; | 39 | class QAction; |
40 | class QActionGroup; | 40 | class QActionGroup; |
41 | class QComboBox; | 41 | class QComboBox; |
42 | class QCopChannel; | 42 | class QCopChannel; |
43 | class QDateTime; | 43 | class QDateTime; |
44 | class QPopupMenu; | 44 | class QPopupMenu; |
45 | 45 | ||
46 | namespace Opie { | 46 | namespace Opie { |
47 | /** | 47 | /** |
48 | * This is a common Opie PIM MainWindow | 48 | * This is a common Opie PIM MainWindow |
49 | * it takes care of the QCOP internals | 49 | * it takes care of the QCOP internals |
50 | * and implements some functions | 50 | * and implements some functions |
51 | * for the URL scripting schema | 51 | * for the URL scripting schema |
52 | */ | 52 | */ |
53 | /* | 53 | /* |
54 | * due Qt and Templates with signal and slots | 54 | * due Qt and Templates with signal and slots |
55 | * do not work that good :( | 55 | * do not work that good :( |
56 | * (Ok how to moc a template ;) ) | 56 | * (Ok how to moc a template ;) ) |
57 | * We will have the mainwindow which calls a struct which | 57 | * We will have the mainwindow which calls a struct which |
58 | * is normally reimplemented as a template ;) | 58 | * is normally reimplemented as a template ;) |
59 | */ | 59 | */ |
60 | 60 | ||
61 | class OPimMainWindow : public QMainWindow { | 61 | class OPimMainWindow : public QMainWindow { |
62 | Q_OBJECT | 62 | Q_OBJECT |
63 | public: | 63 | public: |
64 | enum TransPort { BlueTooth=0, | 64 | enum TransPort { BlueTooth=0, |
65 | IrDa }; | 65 | IrDa }; |
66 | 66 | ||
67 | OPimMainWindow( const QString &serviceName, | 67 | OPimMainWindow( const QString &serviceName, |
68 | const QString &catName = QString::null, | 68 | const QString &catName = QString::null, |
69 | const QString &itemName = QString::null, | 69 | const QString &itemName = QString::null, |
70 | const QString &configName = QString::null, | 70 | const QString &configName = QString::null, |
71 | QWidget *parent = 0l, const char* name = 0l, WFlags f = WType_TopLevel ); | 71 | QWidget *parent = 0l, const char* name = 0l, WFlags f = WType_TopLevel ); |
72 | virtual ~OPimMainWindow(); | 72 | virtual ~OPimMainWindow(); |
73 | 73 | ||
74 | 74 | ||
75 | protected slots: | 75 | protected slots: |
76 | /* | 76 | /* |
77 | * called when a setDocument | 77 | * called when a setDocument |
78 | * couldn't be handled by this window | 78 | * couldn't be handled by this window |
79 | */ | 79 | */ |
80 | virtual void doSetDocument( const QString& ); | 80 | virtual void doSetDocument( const QString& ); |
81 | /* for syncing */ | 81 | /* for syncing */ |
82 | virtual void flush() = 0; | 82 | virtual void flush() = 0; |
83 | virtual void reload() = 0; | 83 | virtual void reload() = 0; |
84 | 84 | ||
85 | /** create a new Records and return the uid */ | 85 | /** create a new Records and return the uid */ |
86 | virtual int create() = 0; | 86 | virtual int create() = 0; |
87 | /** remove a record with UID == uid */ | 87 | /** remove a record with UID == uid */ |
88 | virtual bool remove( int uid ) = 0; | 88 | virtual bool remove( int uid ) = 0; |
89 | /** beam the record with UID = uid */ | 89 | /** beam the record with UID = uid */ |
90 | virtual void beam( int uid ) = 0; | 90 | virtual void beam( int uid ) = 0; |
91 | 91 | ||
92 | /** show the record with UID == uid */ | 92 | /** show the record with UID == uid */ |
93 | virtual void show( int uid ) = 0; | 93 | virtual void show( int uid ) = 0; |
94 | /** edit the record */ | 94 | /** edit the record */ |
95 | virtual void edit( int uid ) = 0; | 95 | virtual void edit( int uid ) = 0; |
96 | 96 | ||
97 | /** make a copy of it! */ | 97 | /** make a copy of it! */ |
98 | virtual void add( const OPimRecord& ) = 0; | 98 | virtual void add( const OPimRecord& ) = 0; |
99 | 99 | ||
100 | virtual void doAlarm( const QDateTime&, int uid ); | 100 | virtual void doAlarm( const QDateTime&, int uid ); |
101 | 101 | ||
102 | QCopChannel* channel(); | 102 | QCopChannel* channel(); |
103 | 103 | ||
104 | /** UI-related slots */ | 104 | /** UI-related slots */ |
105 | virtual void slotItemNew() = 0; | 105 | virtual void slotItemNew() = 0; |
106 | virtual void slotItemEdit() = 0; | 106 | virtual void slotItemEdit() = 0; |
107 | virtual void slotItemDuplicate() = 0; | 107 | virtual void slotItemDuplicate() = 0; |
108 | virtual void slotItemDelete() = 0; | 108 | virtual void slotItemDelete() = 0; |
109 | virtual void slotItemBeam() = 0; | 109 | virtual void slotItemBeam() = 0; |
110 | //virtual void slotItemFind() = 0; | ||
111 | virtual void slotConfigure() = 0; | 110 | virtual void slotConfigure() = 0; |
112 | 111 | ||
113 | protected: | 112 | protected: |
114 | /** | 113 | /** |
115 | * start to play soundAlarm() | 114 | * start to play soundAlarm() |
116 | * @param count How many times the alarm is played | 115 | * @param count How many times the alarm is played |
117 | */ | 116 | */ |
118 | void startAlarm( int count = 10 ); | 117 | void startAlarm( int count = 10 ); |
119 | void killAlarm(); | 118 | void killAlarm(); |
120 | void timerEvent( QTimerEvent* ); | 119 | void timerEvent( QTimerEvent* ); |
121 | 120 | ||
122 | /** UI-related functions */ | 121 | /** UI-related functions */ |
123 | QPopupMenu *itemContextMenu(); | 122 | QPopupMenu *itemContextMenu(); |
124 | 123 | ||
125 | void insertItemMenuItems( QActionGroup *items ); | 124 | void insertItemMenuItems( QActionGroup *items ); |
126 | void insertViewMenuItems( QActionGroup *items ); | 125 | void insertViewMenuItems( QActionGroup *items ); |
127 | 126 | ||
128 | void setViewCategory( const QString &category ); | 127 | void setViewCategory( const QString &category ); |
129 | void reloadCategories(); | 128 | void reloadCategories(); |
130 | 129 | ||
131 | void setItemNewEnabled( bool enable ); | 130 | void setItemNewEnabled( bool enable ); |
132 | void setItemEditEnabled( bool enable ); | 131 | void setItemEditEnabled( bool enable ); |
133 | void setItemDuplicateEnabled( bool enable ); | 132 | void setItemDuplicateEnabled( bool enable ); |
134 | void setItemDeleteEnabled( bool enable ); | 133 | void setItemDeleteEnabled( bool enable ); |
135 | void setItemBeamEnabled( bool enable ); | 134 | void setItemBeamEnabled( bool enable ); |
136 | void setConfigureEnabled( bool enable ); | 135 | void setConfigureEnabled( bool enable ); |
137 | void setShowCategories( bool show ); | 136 | void setShowCategories( bool show ); |
138 | 137 | ||
139 | private slots: | 138 | private slots: |
140 | void appMessage( const QCString&, const QByteArray& ); | 139 | void appMessage( const QCString&, const QByteArray& ); |
141 | void setDocument( const QString& ); | 140 | void setDocument( const QString& ); |
142 | 141 | ||
143 | private: | 142 | private: |
144 | class Private; | 143 | class Private; |
145 | Private* d; | 144 | Private* d; |
146 | 145 | ||
147 | int m_rtti; | 146 | int m_rtti; |
148 | QCopChannel* m_channel; | 147 | QCopChannel* m_channel; |
149 | QString m_service; | 148 | QString m_service; |
150 | QCString m_str; | 149 | QCString m_str; |
151 | OPimRecord* m_fallBack; | 150 | OPimRecord* m_fallBack; |
152 | int m_alarmCount; | 151 | int m_alarmCount; |
153 | int m_playedCount; | 152 | int m_playedCount; |
154 | int m_timerId; | 153 | int m_timerId; |
155 | 154 | ||
156 | QString m_catGroupName; // Name of category group | 155 | QString m_catGroupName; // Name of category group |
157 | Config m_config; // Configuration settings file | 156 | Config m_config; // Configuration settings file |
158 | 157 | ||
159 | // Menu bar data | 158 | // Menu bar data |
160 | QPopupMenu *m_itemContextMenu; // Pointer to context-sensitive menu | 159 | QPopupMenu *m_itemContextMenu; // Pointer to context-sensitive menu |
161 | QPopupMenu *m_itemMenu; // Pointer to item menu | 160 | QPopupMenu *m_itemMenu; // Pointer to item menu |
162 | QPopupMenu *m_viewMenu; // Pointer to view menu | 161 | QPopupMenu *m_viewMenu; // Pointer to view menu |
163 | QActionGroup *m_itemMenuGroup1; // Action group containing default items in Item menu | 162 | QActionGroup *m_itemMenuGroup1; // Action group containing default items in Item menu |
164 | QActionGroup *m_itemMenuGroup2; // Action group containing default items in Item menu | 163 | QActionGroup *m_itemMenuGroup2; // Action group containing default items in Item menu |
165 | QActionGroup *m_viewMenuAppGroup; // Action group containing application items in View menu | 164 | QActionGroup *m_viewMenuAppGroup; // Action group containing application items in View menu |
166 | QActionGroup *m_viewMenuGroup; // Action group containing default items in View menu | 165 | // QActionGroup *m_viewMenuGroup; // Action group containing default items in View menu |
167 | QAction *m_itemNewAction; // Add new item action | 166 | QAction *m_itemNewAction; // Add new item action |
168 | QAction *m_itemEditAction; // Edit current item action | 167 | QAction *m_itemEditAction; // Edit current item action |
169 | QAction *m_itemDuplicateAction; // Duplicate current item action | 168 | QAction *m_itemDuplicateAction; // Duplicate current item action |
170 | QAction *m_itemDeleteAction; // Delete current item action | 169 | QAction *m_itemDeleteAction; // Delete current item action |
171 | QAction *m_itemBeamAction; // Beam current item action | 170 | QAction *m_itemBeamAction; // Beam current item action |
172 | QAction *m_configureAction; // Configure application dialog action | 171 | QAction *m_configureAction; // Configure application dialog action |
173 | 172 | ||
174 | QComboBox *m_catSelect; // Category selection combo box | 173 | QComboBox *m_catSelect; // Category selection combo box |
175 | 174 | ||
176 | /* I would love to do this as a template | 175 | /* I would love to do this as a template |
177 | * but can't think of a right way | 176 | * but can't think of a right way |
178 | * because I need signal and slots -zecke | 177 | * because I need signal and slots -zecke |
179 | */ | 178 | */ |
180 | virtual OPimRecord* record( int rtti, const QByteArray& ) ; | 179 | virtual OPimRecord* record( int rtti, const QByteArray& ) ; |
181 | int service(); | 180 | int service(); |
182 | 181 | ||
183 | /** UI-related functions */ | 182 | /** UI-related functions */ |
184 | void initBars( const QString &itemName = tr( "Item" ) ); | 183 | void initBars( const QString &itemName = tr( "Item" ) ); |
185 | 184 | ||
186 | signals: | 185 | signals: |
187 | void categorySelected( const QString &cat ); | 186 | void categorySelected( const QString &cat ); |
188 | }; | 187 | }; |
189 | 188 | ||
190 | } | 189 | } |
191 | 190 | ||
192 | #endif | 191 | #endif |