Qt
signals.
More...
#include <IRequiresExternalAuthenticator.h>
Inheritance diagram for mx::IRequiresExternalAuthenticator:
Public Member Functions | |
virtual mxmQtSignal | authenticationRequestSignal () const =0 |
Signal emitted when the object requires authentication credentials from an external place. | |
virtual mxmQtSlot | processAuthenticationSlot () const =0 |
Slot to be activated from an external place after the object has emitted the authenticationRequestSignal() signal, or, alternatively: the processAuthenticationCancellationSlot() slot. | |
virtual mxmQtSlot | processAuthenticationCancellationSlot () const =0 |
Slot to be activated from an external place after the object has emitted the authenticationRequestSignal() signal, or, alternatively: the processAuthenticationSlot() slot. | |
virtual void | processAuthenticationCancellation ()=0 |
Actual slot implementation. | |
virtual bool | awaitingAuthentication ()=0 |
Tells whether or not the object is currently waiting for authentication data. | |
virtual bool | wasAwaitingAuthentication ()=0 |
Tells whether or not the object was in await-authentication-mode since the last call to this method. |
Qt
signals.
[khe]
Kai Hergenroether
|
Signal emitted when the object requires authentication credentials from an external place.
Signal signature is Implemented in mx::HTTPGetStreamSourceCore, and mx::KeyChain. |
|
Slot to be activated from an external place after the object has emitted the authenticationRequestSignal() signal, or, alternatively: the processAuthenticationSlot() slot.
Slot signature is Implemented in mx::HTTPGetStreamSourceCore, and mx::KeyChain. |
|
Slot to be activated from an external place after the object has emitted the authenticationRequestSignal() signal, or, alternatively: the processAuthenticationCancellationSlot() slot.
Slot signature is Implemented in mx::HTTPGetStreamSourceCore, and mx::KeyChain. |