![]() |
Fotobot
Get data from your photovoltaic plant
|
Signals | |
void | saveGeocoordinates (DBT_GEOCOORDINATES) |
Public Member Functions | |
GeoController () | |
void | servicePrivate (HttpRequest &request) |
![]() | |
WebPage () | |
virtual void | service (HttpRequest &request, HttpResponse &response) |
void | redirect (const QString &location) |
![]() | |
MRequestHandler () | |
Static Public Member Functions | |
static QString | getGeoFormContents (DBT_GEOCOORDINATES geo=DBT_GEOCOORDINATES()) |
static void | readGeoForm (DBT_GEOCOORDINATES &geo, HttpRequest &request) |
![]() | |
static QString | percentEncode (const QString &s) |
Private Member Functions | |
Q_DISABLE_COPY (GeoController) | |
void | actionGeo (HttpRequest &request) |
Additional Inherited Members | |
![]() | |
void | setStatus (int code, QByteArray description) |
void | setHeader (QByteArray name, QByteArray value) |
void | setHeader (QByteArray name, int value) |
void | write (QByteArray data) |
void | write (QString data) |
void | write (const char *data) |
void | about () |
HttpSession | getSession () |
virtual void | writeHeader (HttpRequest &request, HttpResponse &response) |
virtual void | writeFooter (HttpRequest &request, HttpResponse &response) |
![]() | |
bool | needsLogin (HttpRequest &request, HttpResponse &response) |
![]() | |
QString | m_javascript |
![]() | |
bool | m_needs_access_data |
bool | m_needs_change_settings |
bool | m_cacheable |
Definition at line 16 of file geocontroller.h.
GeoController::GeoController | ( | ) |
Constructor
Definition at line 10 of file geocontroller.cpp.
|
private |
Edit geocoordinates settings action
a form
second page doing the action and redirecting validation
Definition at line 39 of file geocontroller.cpp.
|
static |
Generates an geo form contents (html input fields)
Definition at line 23 of file geocontroller.cpp.
|
static |
Read form HTTP post reply and load into the line
Definition at line 31 of file geocontroller.cpp.
|
virtual |
Generates the response
Default action/page
Implements WebPage.
Definition at line 15 of file geocontroller.cpp.