#include <GetWebPage.h>
Inheritance diagram for mx::GetWebPage:
Signals | |
void | signalActionExecuted (bool) |
Signal implementation for actionExecutedSignal(). | |
Public Member Functions | |
mxm::smart< mxmStringList > | enumerateInterfaces () |
(Re)implemented. | |
mxm::smart< mxmStringList > | enumerateCapabilities (const mxmString &interface) |
(Re)implemented. | |
void | setHost (const mxmIPAddress &host) |
(Re)implemented. | |
void | setProxy (const mxmIPAddress &proxy) |
(Re)implemented. | |
void | setWebPages (const mxmStringList &web_pages) |
(Re)implemented. | |
void | useKeyChain (const mxmPerlStyleHash &chain_keys) |
(Re)implemented. | |
void | useDialogs (bool enable) |
(Re)implemented. | |
void | useTimeouts (int interval_ms) |
(Re)implemented. | |
const mxmStringList & | webPageBuffer () |
(Re)implemented. | |
void | executeAction () |
(Re)implemented. | |
void | abortAction () |
(Re)implemented. | |
mxmQtSignal | actionExecutedSignal () |
(Re)implemented. | |
bool | actionExecuting () |
(Re)implemented. | |
Static Public Member Functions | |
static IComponentInvoker * | newInvoker () |
Protected Attributes | |
mxm::smart< IAuthenticationDialog > | AuthenticationDialog |
mxm::smart< QTimer > | TimeoutTimer |
int | TimeoutInterval_ms |
bool | Executing |
mxm::smart< IHTTPGetStreamSource > | StreamSource |
mxmStringList | LineBuffer |
mxmString | CurrentLine |
Private Slots | |
void | slotIncoming () |
virtual void | cleanUpAfterDownload () |
void | slotTimeout () |
Static Private Member Functions | |
static mxm::smart< mxmStringList > | _enumerateInterfaces () |
static mxm::smart< mxmStringList > | _enumerateCapabilities (const mxmString &interface) |
Private Attributes | |
mxmIPAddress | Host |
mxmIPAddress | Proxy |
mxmStringList | WebPages |
mxm::smart< IKeyChain > | KeyChain |
mxmPerlStyleHash | ChainKeys |
bool | DialogsEnabled |
Classes | |
class | Invoker |
Note that it supports authentication via key chain and authentication dialog.
[khe]
Kai Hergenroether