tryToxic
 All Classes Functions
controller.toxThread Class Reference
Inheritance diagram for controller.toxThread:

Public Member Functions

def __init__
 
def run
 
def quit
 

Public Attributes

 tryToxic
 

Static Public Attributes

tuple updateUiUserList = QtCore.pyqtSignal(list)
 
tuple clickToxFriend = QtCore.pyqtSignal(str)
 
tuple incomingFriendFile = QtCore.pyqtSignal(int,int,float,str)
 
tuple incomingFriendRequest = QtCore.pyqtSignal(str,str)
 
tuple incomingFriendMessage = QtCore.pyqtSignal(int,str)
 
tuple incomingGroupMessage = QtCore.pyqtSignal(int,int,str)
 
tuple incomingGroupInvite = QtCore.pyqtSignal(int,str)
 
tuple incomingNameChange = QtCore.pyqtSignal(int,str)
 
tuple incomingStatusChange = QtCore.pyqtSignal(int,int)
 
tuple incomingOnlineStatus = QtCore.pyqtSignal(int,bool)
 
tuple incomingStatusMessageChange = QtCore.pyqtSignal(int,str)
 
tuple incomingGroupNameChange = QtCore.pyqtSignal()
 
tuple connectToDHT = QtCore.pyqtSignal(int)
 
tuple disconnectToDHT = QtCore.pyqtSignal(int)
 

Detailed Description

Let the tox-Class run in a seperate thread and handling events betwen tox and gui.

Definition at line 7 of file controller.py.

Member Function Documentation

def controller.toxThread.quit (   self)
Quit the thread

Definition at line 34 of file controller.py.

def controller.toxThread.run (   self)
Run the thread

Definition at line 28 of file controller.py.


The documentation for this class was generated from the following file: