|
Isis 3.0 Application Source Code Reference |
Home |
#include <SpiceClientStarter.h>
Signals | |
| void | startIt () |
| Signal sent to SpiceClient telling it to start. | |
Public Member Functions | |
| SpiceClientStarter (SpiceClient &client) | |
| This starts the POST request to the server prepared by the SpiceClient. | |
| ~SpiceClientStarter () | |
| Destroys a SpiceClientStarter. | |
| void | start () |
| Call this to actually start the SpiceClient POST request. | |
Definition at line 14 of file SpiceClientStarter.h.
| SpiceClientStarter | ( | SpiceClient & | client | ) |
This starts the POST request to the server prepared by the SpiceClient.
This is necessary because a signal must call sendRequest() in SpiceClient.
| client |
Definition at line 14 of file SpiceClientStarter.cpp.
| ~SpiceClientStarter | ( | ) |
Destroys a SpiceClientStarter.
Definition at line 22 of file SpiceClientStarter.cpp.
| void start | ( | ) |
Call this to actually start the SpiceClient POST request.
Definition at line 29 of file SpiceClientStarter.cpp.
| void startIt | ( | ) | [signal] |
Signal sent to SpiceClient telling it to start.