Fotobot
Get data from your photovoltaic plant
Main Page
Classes
Files
File List
File Members
webserver
mrequesthandler.h
Go to the documentation of this file.
1
7
#ifndef _MREQUESTHANDLER_H_
8
#define _MREQUESTHANDLER_H_
9
10
#include "httprequest.h"
11
#include "httpresponse.h"
12
#include "httpsession.h"
13
#include "
static.h
"
14
#include "httprequesthandler.h"
15
20
class
MRequestHandler
:
public
HttpRequestHandler {
21
Q_OBJECT
22
Q_DISABLE_COPY(
MRequestHandler
);
23
public
:
25
MRequestHandler
();
26
27
28
protected
:
29
bool
needsLogin(HttpRequest& request, HttpResponse& response);
30
31
bool
m_needs_access_data;
32
bool
m_needs_change_settings;
33
bool
m_cacheable;
34
35
private
:
36
};
37
38
#endif // SESSIONCONTROLLER_H
static.h
MRequestHandler::MRequestHandler
MRequestHandler()
Definition:
mrequesthandler.cpp:12
MRequestHandler
Definition:
mrequesthandler.h:20
Generated on Tue Sep 13 2016 14:22:30 for Fotobot by
1.8.9.1