nxcl
@VERSION@
|
#include <nxclientlib.h>
Public Member Functions | |
void | startedSignal (string name) |
void | errorSignal (int error) |
void | processFinishedSignal (string name) |
void | readyReadStandardOutputSignal (void) |
void | readyReadStandardErrorSignal (void) |
void | noSessionsSignal (void) |
void | loginFailedSignal (void) |
void | readyForProxySignal (void) |
void | authenticatedSignal (void) |
void | sessionsSignal (list< NXResumeData >) |
void | setParent (NXClientLibBase *p) |
Callbacks class. This derives from several other base callbacks classes, defining the behaviour of the callbacks.
Definition at line 107 of file nxclientlib.h.
|
virtual |
Emitted when the initial public key authentication is successful
Reimplemented from nxcl::NXSessionCallbacks.
|
virtual |
From NXSession:
Reimplemented from nxcl::NXSessionCallbacks.
|
inline |
Accessor function to set a pointer to the parent NXCLientLib object.
Definition at line 144 of file nxclientlib.h.
|
virtual |