UpdateLocationDialog Class Reference
Update Location UI.
More...
#include <updatelocationdialog.h>
List of all members.
Public Slots |
void | setAddress (const QString &address) |
| Used to set the street address to location label.
|
Signals |
void | statusUpdate (const QString &status, const bool &publish) |
| Routing signal for requestLocationUpdate to SituareEngine via MainWindow class.
|
Public Member Functions |
| UpdateLocationDialog (const QString &userMessage="", bool publishOnFacebook=false, QWidget *parent=0) |
| Default constructor.
|
Private Slots |
void | sendUpdate () |
| Used to connect send button.
|
void | textChanged () |
| Used to get changes in messagetext.
|
void | textSelectionChanged () |
| Used to clear default messagetext.
|
Private Attributes |
QCheckBox * | m_checkBox |
| Pointer to CheckBox.
|
QLabel * | m_charCountLabel |
| Pointer to character counter label.
|
QLabel * | m_locationLabel |
| Pointer to locationLabel.
|
QTextEdit * | m_textEdit |
| Pointer to TextEdit.
|
Detailed Description
Update Location UI.
UI for update location functionality.
Constructor & Destructor Documentation
UpdateLocationDialog::UpdateLocationDialog |
( |
const QString & |
userMessage = "" , |
|
|
bool |
publishOnFacebook = false , |
|
|
QWidget * |
parent = 0 | |
|
) |
| | |
Default constructor.
- Parameters:
-
| userMessage | update location dialog message |
| publishOnFacebook | update location dialog Facebook publish policity |
| parent | |
Member Function Documentation
void UpdateLocationDialog::setAddress |
( |
const QString & |
address |
) |
[slot] |
Used to set the street address to location label.
- Parameters:
-
| address | Street address, result from SituareService's reverseGeo |
void UpdateLocationDialog::statusUpdate |
( |
const QString & |
status, |
|
|
const bool & |
publish | |
|
) |
| | [signal] |
Routing signal for requestLocationUpdate to SituareEngine via MainWindow class.
- Parameters:
-
| status | Status message |
| publish | Publish on Facebook |
The documentation for this class was generated from the following files: