An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
|
Isis 3 Programmer Reference
|

#include <SocketThread.h>


Signals | |
| void | newImage (const QString &image) |
| New image signal. | |
| void | focusApp () |
| Application has focus signal. | |
Public Member Functions | |
| SocketThread (QObject *parent=0) | |
| Constructor for the SocketThread. | |
| ~SocketThread () | |
| Destroys the SocketThread object. | |
| void | run () |
| Starts the socket thread. | |
| void | stop () |
Private Attributes | |
| bool | p_done |
Definition at line 15 of file SocketThread.h.
| Isis::SocketThread::SocketThread | ( | QObject * | parent = 0 | ) |
| Isis::SocketThread::~SocketThread | ( | ) |
Destroys the SocketThread object.
Definition at line 30 of file SocketThread.cpp.
|
signal |
Application has focus signal.
Referenced by run().
|
signal |
| void Isis::SocketThread::run | ( | ) |
Starts the socket thread.
Definition at line 35 of file SocketThread.cpp.
References focusApp(), newImage(), Isis::IString::Token(), and Isis::Application::UserName().
|
inline |
Definition at line 23 of file SocketThread.h.
|
private |
Definition at line 38 of file SocketThread.h.