|
| ui |
|
| tryToxic |
|
| msgBox |
|
| lastMessageName |
|
| lastMessageColor |
|
| currentToxUser |
|
| toxMessagesHandler |
|
| toxThread |
|
| groupNrs |
|
| groupMenu |
|
| addToGroupchat |
|
| statusMessage |
|
Definition at line 4 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.colorchanger |
( |
|
self, |
|
|
|
id |
|
) |
| |
Try to change color for chats
return (r,g,b)
Definition at line 504 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.generateDnsId |
( |
|
self, |
|
|
|
key |
|
) |
| |
Temporary method to generate dns and pin out of lookupkey
Definition at line 547 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.generateKey |
( |
|
self, |
|
|
|
dns, |
|
|
|
pin |
|
) |
| |
Temporary method to generate lookupkey out of dns and pin
Definition at line 531 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.onClickToxGroup |
( |
|
self, |
|
|
|
item = None |
|
) |
| |
def toxUiHandler.toxUiHandler.onClickToxUser |
( |
|
self, |
|
|
|
item = None |
|
) |
| |
def toxUiHandler.toxUiHandler.onContextGroupInviteClick |
( |
|
self, |
|
|
|
obj |
|
) |
| |
This gets active, when you invite a friend to a group-chat.
Definition at line 257 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.onCreateGroupchat |
( |
|
self) | |
|
def toxUiHandler.toxUiHandler.onDeleteFriend |
( |
|
self) | |
|
def toxUiHandler.toxUiHandler.onDeleteFriendHistory |
( |
|
self) | |
|
In contextmenu, when you delete the messages or a history of a friend
Definition at line 73 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.onIncomingFriendFile |
( |
|
self, |
|
|
|
friendId, |
|
|
|
fileId, |
|
|
|
fileSize, |
|
|
|
filename |
|
) |
| |
on incoming friend-toxFile-signal.
This is the request, where user could cancel reciving
Definition at line 214 of file toxUiHandler.py.
def toxUiHandler.toxUiHandler.onSendFile |
( |
|
self) | |
|
def toxUiHandler.toxUiHandler.updateToxGroupsGuiList |
( |
|
self, |
|
|
|
groupList |
|
) |
| |
The documentation for this class was generated from the following file: