Changed implementation
[situare] / src / ui / mainwindow.h
1 /*
2    Situare - A location system for Facebook
3    Copyright (C) 2010  Ixonos Plc. Authors:
4
5       Henri Lampela - henri.lampela@ixonos.com
6       Kaj Wallin - kaj.wallin@ixonos.com
7       Sami Rämö - sami.ramo@ixonos.com
8
9    Situare is free software; you can redistribute it and/or
10    modify it under the terms of the GNU General Public License
11    version 2 as published by the Free Software Foundation.
12
13    Situare is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
17
18    You should have received a copy of the GNU General Public License
19    along with Situare; if not, write to the Free Software
20    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
21    USA.
22 */
23
24 #ifndef MAINWINDOW_H
25 #define MAINWINDOW_H
26
27 #include <QtGui/QMainWindow>
28 #include <QUrl>
29
30 #include "network/networkcookiejar.h"
31 #include "panelsidebar.h"
32
33 class QGraphicsScene;
34 class QLabel;
35 class QWebView;
36
37 class FacebookAuthentication;
38 class FriendListPanel;
39 class MapScene;
40 class MapView;
41 class SituareService;
42 class User;
43 class UserInfoPanel;
44 class ZoomButtonPanel;
45 class SettingsDialog;
46 class QToolButton;
47
48 /**
49 * @brief Main Window Class
50 */
51 class MainWindow : public QMainWindow
52 {
53     Q_OBJECT
54
55 public:
56     /**
57     * @brief Constructor
58     *
59     * @param parent Parent
60     */
61     MainWindow(QWidget *parent = 0);
62
63     /**
64     * @brief Destructor
65     *
66     */
67     ~MainWindow();
68
69 /*******************************************************************************
70  * BASE CLASS INHERITED AND REIMPLEMENTED MEMBER FUNCTIONS
71  ******************************************************************************/
72 private:
73     /**
74       * @brief HW increase and decrease key presses are grabbed and used for zooming the map.
75       */
76     void keyPressEvent(QKeyEvent* event);
77
78 /*******************************************************************************
79  * MEMBER FUNCTIONS AND SLOTS
80  ******************************************************************************/
81 public:
82     /**
83     * @brief Builds information box with message.
84     *
85     * @param message Information message
86     * @param modal Modal = true, non-modal false
87     */
88     void buildInformationBox(const QString &message, bool modal=false);
89
90     /**
91     * @brief Clears cookie jar
92     *
93     */
94     void clearCookieJar();
95
96     /**
97     * @brief
98     *
99     * @param logged
100     */
101     void loggedIn(bool logged);
102
103     /**
104     * @brief Enable / disable auto centering button.
105     *
106     * @param enabled true if shoud be enabled, false otherwise
107     */
108     void setAutoCenteringButtonEnabled(bool enabled);
109
110     /**
111     * @brief Enable / disable GPS button.
112     *
113     * Does set visibilities for manual location cursor and auto centering menu button.
114     *
115     * @param enabled true if enabled, false otherwise
116     */
117     void setGPSButtonEnabled(bool enabled);
118
119     /**
120       * @brief Set scene for MapView
121       *
122       * @param scene Scene to be set
123       */
124     void setMapViewScene(QGraphicsScene *scene);
125
126     /**
127     * @brief Gets the username from member variable for saving purposes
128     *
129     * @return QString Username
130     */
131     const QString username();
132
133 public slots:
134     /**
135     * @brief Slot to intercept signal when login has failed (loginFailure signal)
136     *
137     */
138     void loginFailed();
139
140     /**
141     * @brief Slot to intercept signal when login with cookies is requested
142     *
143     */
144     void loginUsingCookies();
145
146     /**
147     * @brief Public slot, which open settings dialog
148     */
149     void openSettingsDialog();
150
151     /**
152     * @brief Sets username to member variable for login dialog
153     *
154     * @param username Username to be set
155     */
156     void setUsername(const QString &username);
157
158     /**
159     * @brief Public slot to intercept signal when old cerdentials are invalid or credentials
160     *        doesn't exist yet
161     *
162     */
163     void startLoginProcess();
164
165     /**
166     * @brief Toggle progress indicator.
167     *
168     * @param state true if progress indicator should be shown, false otherwise
169     */
170     void toggleProgressIndicator(bool state);
171
172     /**
173     * @brief Shows / hides Situare related UI items
174     *
175     * @param show
176     */
177     void updateItemVisibility(bool show);
178
179 private:
180     /**
181       * @brief Build fullscreen toggle button and connect slots
182       */
183     void buildFullScreenButton();
184
185     /**
186       * @brief Build friend list panel and connect slots
187       */
188     void buildFriendListPanel();
189
190     /**
191       * @brief Build manual location setting cross hair and connect slots
192       */
193     void buildManualLocationCrosshair();
194
195     /**
196       * @brief Build map and connect slots
197       */
198     void buildMap();
199
200     /**
201       * @brief Build OSM license and connect slots
202       */
203     void buildOsmLicense();
204
205     /**
206       * @brief Build user info panel and connect slots
207       */
208     void buildUserInfoPanel();
209
210     /**
211     * @brief Build webview and connect slots
212     *
213     */
214     void buildWebView();
215
216     /**
217       * @brief Build zoom button panel and connect slots
218       */
219     void buildZoomButtonPanel();
220
221     /**
222     * @brief Private method to create the Menu items
223     */
224     void createMenus();
225
226     /**
227       * @brief Grab or release HW increase and decrease buttons.
228       *
229       * @param grab Use true for grabbing and false for releasing the keys
230       */
231     void grabZoomKeys(bool grab);
232
233     /**
234     * @brief Queues dialog/information box
235     *
236     * @param dialog Dialog to be added into queue
237     */
238     void queueDialog(QDialog *dialog);
239
240     /**
241       * @brief Set own location crosshair visibility
242       *
243       * @param visible
244       */
245     void setOwnLocationCrosshairVisibility(bool visible);
246
247     /**
248     * @brief Shows queued information box
249     *
250     * @fn showInformationBox
251     */
252     void showInformationBox();
253
254 private slots:
255     /**
256     * @brief Slot to intercept signal when dialog/information note is processed
257     *
258     * @param status Status of the dialog
259     */
260     void dialogFinished(int status);
261
262     /**
263     * @brief Slot for drawing the fullscreen toggle button
264     *
265     * @param size Size of the screen
266     */
267     void drawFullScreenButton(const QSize &size);
268
269     /**
270     * @brief Slot for drawing the Open Street Map license text
271     *
272     * @param size Size of the screen
273     */
274     void drawOsmLicense(const QSize &size);
275
276     /**
277     * @brief Slot for drawing the own location crosshair
278     *
279     * @param width Width of the viewport
280     * @param height Height of the viewport
281     */
282     void drawOwnLocationCrosshair(int width, int height);
283
284     /**
285     * @brief Slot for gps timeout.
286     *
287     * Called when request timeout occurs.
288     */
289     void gpsTimeout();
290
291     /**
292     * @brief Slot to load cookies from settings
293     *
294     */
295     void loadCookies();
296
297     /**
298     * @brief Slot to intercept signal when webview has finished loading webpage
299     *
300     * @param done Status of the loading
301     */
302     void loadDone(bool done);
303
304     /**
305     * @brief Slot to save cookies to settings
306     *
307     */
308     void saveCookies();
309
310     /**
311     * @brief Set correnct view port size to datamembers
312     *
313     * @param width Width of the viewport
314     * @param height Height of the viewport
315     */
316     void setViewPortSize(const int width, const int height);
317
318     /**
319     * @brief Toggle between fullscreen and normal window mode
320     */
321     void toggleFullScreen();
322
323 /*******************************************************************************
324  * SIGNALS
325  ******************************************************************************/
326 signals:
327     /**
328     * @brief Automatic centering setting changed by user
329     *
330     * @param enabled True if automatic centering is enabled, otherwise false
331     */
332     void autoCenteringTriggered(bool enabled);
333
334     /**
335     * @brief Signal that indicates when user has cancelled login process
336     *
337     */
338     void cancelLoginProcess();
339
340     /**
341     * @brief View should be centered to new location
342     *
343     * @param sceneCoordinate Scene coordinates of the new center point
344     */
345     void centerToSceneCoordinates(QPoint sceneCoordinate);
346
347     /**
348     * @brief Signal for enabling automatic location update.
349     *
350     * @param enabled true if enabled, false otherwise
351     * @param updateIntervalMsecs update interval in milliseconds
352     */
353     void enableAutomaticLocationUpdate(bool enabled, int updateIntervalMsecs);
354
355     /**
356     * @brief Signal for requesting username from settings
357     *
358     */
359     void fetchUsernameFromSettings();
360
361     /**
362     * @brief Signal for finding user.
363     *
364     * @param coordinates user geo coordinates
365     */
366     void findUser(const QPointF &coordinates);
367
368     /**
369     * @brief GPS setting changed
370     *
371     * @param enabled True if GPS is enabled, otherwise false
372     */
373     void gpsTriggered(bool enabled);
374
375     /**
376     * @brief Signal for finding friend.
377     *
378     * @param coordinates friend's geo coordinates
379     */
380     void findFriend(const QPointF &coordinates);
381
382     /**
383     * @brief Signal for friend location ready.
384     *
385     * @param friendsList
386     */
387     void friendsLocationsReady(QList<User *> &friendsList);
388
389     /**
390     * @brief Signal is emitted when location item is clicked.
391     *
392     * @param userIDs list of friends user IDs in the group
393     */
394     void locationItemClicked(const QList<QString> &userIDs);
395
396     /**
397     * @brief Signals when Login/Logout action is pressed
398     *
399     */
400     void loginActionPressed();
401
402     /**
403     * @brief MapView has been resized
404     *
405     * @param size view size
406     */
407     void mapViewResized(const QSize &size);
408
409     /**
410       * @brief Forwarding signal from MapView to MapEngine
411       *
412       * @param sceneCoordinate
413       */
414     void mapViewScrolled(QPoint sceneCoordinate);
415
416     /**
417       * @brief Forwarding signal from MapEngine to MapView
418       */
419     void maxZoomLevelReached();
420
421     /**
422       * @brief Forwarding signal from MapEngine to MapView
423       */
424     void minZoomLevelReached();
425
426     /**
427     * @brief Signal for refreshing user data.
428     *
429     */
430     void refreshUserData();
431
432     /**
433     * @brief Signal for requesting reverseGeo from SituareEngine
434     *
435     */
436     void requestReverseGeo();
437
438     /**
439     * @brief Signals, when address data is ready
440     *
441     * @param address Street address
442     */
443     void reverseGeoReady(const QString &address);
444
445     /**
446     * @brief Signal to save username to settings
447     *
448     * @param username Username
449     */
450     void saveUsername(const QString &username);
451
452     /**
453     * @brief Signal for requestLocationUpdate from SituareEngine
454     *
455     * @param status Status message
456     * @param publish Publish on Facebook
457     */
458     void statusUpdate(const QString &status, const bool &publish);
459
460     /**
461     * @brief Signals when webview's urlChanged signal is emitted
462     *
463     * @param url New url
464     */
465     void updateCredentials(const QUrl &url);
466
467     /**
468     * @brief MapView has finished zooming
469     */
470     void viewZoomFinished();
471
472     /**
473     * @brief Signal for use location ready.
474     *
475     * @param user User object
476     */
477     void userLocationReady(User *user);
478
479     /**
480     * @brief Map zoom in request
481     */
482     void zoomIn();
483
484     /**
485       * @brief Forwarding signal from MapEngine to MapView
486       */
487     void zoomLevelChanged(int zoomLevel);
488
489     /**
490     * @brief Map zoom out request
491     */
492     void zoomOut();
493
494 /*******************************************************************************
495  * DATA MEMBERS
496  ******************************************************************************/
497 private:
498     bool m_drawOwnLocationCrosshair;        ///< Flag for making ownLocationCrosshair visible or not
499     bool m_loggedIn;                        ///< Indicates login state
500     bool m_refresh;                         ///< Indicates when webpage is refreshed
501
502     int m_viewPortHeight;                   ///< Height of view port
503     int m_viewPortWidth;                    ///< Width of view port
504
505     QAction *m_autoCenteringAct;            ///< Action to auto center map using gps position
506     QAction *m_gpsToggleAct;                ///< Action to trigger gps toggle
507     QAction *m_loginAct;                    ///< Action to Login/Logout
508     QAction *m_toSettingsAct;               ///< Action to trigger switch to settings dialog
509
510     QLabel *m_osmLicense;                   ///< Label for Open Street Map license
511     QLabel *m_ownLocationCrosshair;         ///< Label that show ownLocationCrosshair
512
513     QMenu *m_viewMenu;                      ///< Object that hold the view menu items
514
515     QString m_email;                        ///< Placeholder for email
516     QString m_password;                     ///< Placeholder for password
517
518     QToolButton *m_fullScreenButton;        ///< Instance of the fullscreen toggle button
519
520     QWebView *m_webView;                    ///< Shows facebook login page
521
522     FriendListPanel *m_friendsListPanel;    ///< Instance of friends list panel
523     MapView *m_mapView;                     ///< Instance of the map view
524     NetworkCookieJar *m_cookieJar;          ///< Placeholder for QNetworkCookies
525     PanelSideBar *m_userPanelSidebar;       ///< User panel side bar
526     PanelSideBar *m_friendsListPanelSidebar;///< Friends panel side bar
527     UserInfoPanel *m_userPanel;             ///< Instance of the user information panel
528     ZoomButtonPanel *m_zoomButtonPanel;     ///< Instance of zoom button panel
529
530     SettingsDialog *m_settingsDialog;       ///< Settings dialog
531
532     QList<QDialog *> m_queue;
533 };
534
535 #endif // MAINWINDOW_H