The screen displays the map (on which the user an his friends can be seen). More...
#include <Mapscreen.h>
Signals | |
void | locate () |
Public Member Functions | |
mapscreen (QWidget *parent=0) | |
void | createMenu () |
void | setHtml (QString html) |
void | setStatus (QString txt) |
void | setSize (int w, int h) |
void | setCache () |
QPushButton * | getOptionsButton () |
QPushButton * | getUpdateButton () |
QWebView * | getWebView () |
QSize | getWebViewGeometry () |
QString | calculateRadius () |
void | loadMap (Map *m) |
void | loadMap (Map *m, QGeoCoordinate center, int zoom, QHash< QString, Friend * > *fs, Friend *me, QString selectId, bool showFriends) |
Public Attributes | |
QMenu | menu_find |
QMenu | menu_options |
QMenu | menu_share |
QAction * | menu_shareAll |
QAction * | menu_shareFriend |
QAction * | menu_findMe |
QAction * | menu_findMeLast |
QAction * | menu_findFriend |
QAction * | menu_findFriends |
QAction * | menu_findDist |
QAction * | menu_optionsExit |
QAction * | menu_optionsSettings |
QAction * | menu_optionsUpdate |
The screen displays the map (on which the user an his friends can be seen).