#include <internetContent.h>
Public Member Functions | |
| InternetContent (const QString &sSharePath) | |
| virtual | ~InternetContent () |
| virtual QStringList | GetBasePaths () |
| bool | ProcessRequest (HTTPRequest *pRequest) |
Private Member Functions | |
| void | GetInternetSearch (HTTPRequest *pRequest) |
| void | GetInternetSources (HTTPRequest *pRequest) |
| void | GetInternetContent (HTTPRequest *pRequest) |
Definition at line 30 of file internetContent.h.
| InternetContent::InternetContent | ( | const QString & | sSharePath | ) |
Definition at line 33 of file internetContent.cpp.
| InternetContent::~InternetContent | ( | ) | [virtual] |
Definition at line 42 of file internetContent.cpp.
| void InternetContent::GetInternetSearch | ( | HTTPRequest * | pRequest | ) | [private] |
Definition at line 115 of file internetContent.cpp.
Referenced by ProcessRequest().
| void InternetContent::GetInternetSources | ( | HTTPRequest * | pRequest | ) | [private] |
Definition at line 170 of file internetContent.cpp.
Referenced by ProcessRequest().
| void InternetContent::GetInternetContent | ( | HTTPRequest * | pRequest | ) | [private] |
Definition at line 204 of file internetContent.cpp.
Referenced by ProcessRequest().
| QStringList InternetContent::GetBasePaths | ( | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 50 of file internetContent.cpp.
| bool InternetContent::ProcessRequest | ( | HTTPRequest * | pRequest | ) | [virtual] |
Implements HttpServerExtension.
Definition at line 59 of file internetContent.cpp.
1.6.3