|
Isis 3.0
| Home |
#include <SocketThread.h>
Inherits QThread.
Signals | |
| void | newImage (const QString &image) |
| New image signal. More... | |
| void | focusApp () |
| Application has focus signal. More... | |
Public Member Functions | |
| SocketThread (QObject *parent=0) | |
| Constructor for the SocketThread. More... | |
| ~SocketThread () | |
| Destroys the SocketThread object. More... | |
| void | run () |
| Starts the socket thread. More... | |
| void | stop () |
| Isis::SocketThread::SocketThread | ( | QObject * | parent = 0 | ) |
Constructor for the SocketThread.
| parent |
| Isis::SocketThread::~SocketThread | ( | ) |
Destroys the SocketThread object.
|
signal |
Application has focus signal.
Referenced by run().
|
signal |
| void Isis::SocketThread::run | ( | ) |
Starts the socket thread.
References errno, focusApp(), newImage(), Isis::IString::Token(), and Isis::Application::UserName().
|
inline |