MX
config section via HTTP
.
More...
#include <GetConfigSection.h>
Inheritance diagram for mx::GetConfigSection:
Public Member Functions | |
mxm::smart< mxmStringList > | enumerateInterfaces () |
(Re)implemented. | |
mxm::smart< mxmStringList > | enumerateCapabilities (const mxmString &interface) |
(Re)implemented. | |
mxm::smart< mxmConfigSection > | configSection () |
(Re)implemented. | |
void | executeAction () |
(Re)implemented. | |
Static Public Member Functions | |
static IComponentInvoker * | newInvoker () |
Private Slots | |
void | cleanUpAfterDownload () |
Static Private Member Functions | |
static mxm::smart< mxmStringList > | _enumerateInterfaces () |
These static methods provide interface and capability ids for registration with the framework (for both the component and its invoker). | |
static mxm::smart< mxmStringList > | _enumerateCapabilities (const mxmString &interface) |
Private Attributes | |
mxm::smart< mxmConfigSection > | ConfigSection |
Classes | |
class | Invoker |
MX
config section via HTTP
.
Note that it supports authentication via key chain and authentication dialog.
[khe]
Kai Hergenroether