#include <httpconfig.h>
Public Member Functions | |
| HttpConfig () | |
| virtual | ~HttpConfig () |
| virtual QStringList | GetBasePaths () |
| bool | ProcessRequest (HTTPRequest *pRequest) |
Static Private Member Functions | |
| static void | PrintHeader (QBuffer &, const QString &form, const QString &group="") |
| static void | OpenForm (QBuffer &, const QString &form, const QString &group="") |
| static void | CloseForm (QBuffer &, const QString &group="") |
| static void | PrintFooter (QBuffer &, const QString &group="") |
| static bool | LoadSettings (MythSettingList &, const QString &hostname) |
| static void | PrintSettings (QBuffer &, const MythSettingList &) |
Private Attributes | |
| MythSettingList | database_settings |
| MythSettingList | general_settings |
Definition at line 11 of file httpconfig.h.
| HttpConfig::HttpConfig | ( | ) |
Definition at line 18 of file httpconfig.cpp.
| HttpConfig::~HttpConfig | ( | ) | [virtual] |
Definition at line 22 of file httpconfig.cpp.
| QStringList HttpConfig::GetBasePaths | ( | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 26 of file httpconfig.cpp.
| bool HttpConfig::ProcessRequest | ( | HTTPRequest * | pRequest | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 35 of file httpconfig.cpp.
| void HttpConfig::PrintHeader | ( | QBuffer & | buffer, | |
| const QString & | form, | |||
| const QString & | group = "" | |||
| ) | [static, private] |
Definition at line 393 of file httpconfig.cpp.
Referenced by ProcessRequest().
| void HttpConfig::OpenForm | ( | QBuffer & | buffer, | |
| const QString & | form, | |||
| const QString & | group = "" | |||
| ) | [static, private] |
Definition at line 417 of file httpconfig.cpp.
Referenced by PrintHeader(), and ProcessRequest().
| void HttpConfig::CloseForm | ( | QBuffer & | buffer, | |
| const QString & | group = "" | |||
| ) | [static, private] |
Definition at line 429 of file httpconfig.cpp.
Referenced by PrintFooter(), and ProcessRequest().
| void HttpConfig::PrintFooter | ( | QBuffer & | buffer, | |
| const QString & | group = "" | |||
| ) | [static, private] |
Definition at line 440 of file httpconfig.cpp.
Referenced by ProcessRequest().
| static bool HttpConfig::LoadSettings | ( | MythSettingList & | , | |
| const QString & | hostname | |||
| ) | [static, private] |
| void HttpConfig::PrintSettings | ( | QBuffer & | buffer, | |
| const MythSettingList & | settings | |||
| ) | [static, private] |
Definition at line 451 of file httpconfig.cpp.
Referenced by ProcessRequest().
MythSettingList HttpConfig::database_settings [private] |
Definition at line 33 of file httpconfig.h.
Referenced by ProcessRequest().
MythSettingList HttpConfig::general_settings [private] |
Definition at line 34 of file httpconfig.h.
Referenced by ProcessRequest().
1.6.3