![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
#include <SocketThread.h>


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 () | 
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().