tryToxic
|
Public Member Functions | |
def | __init__ |
def | onPassPhraseChanged |
def | closeEvent |
Public Attributes | |
app | |
ui | |
encryptionObject | |
configUiHandler | |
toxMessagesHandler | |
toxThread | |
tryToxic | |
toxUiHandler | |
The big big main-class. It's the gui and handler for gui, which is in active connection with tryToxic in toxThread. @TODO needs to get more lite - methods could go to another class too, to get better overview of code.
Definition at line 40 of file controller.py.
def controller.mainController.closeEvent | ( | self, | |
event | |||
) |
Programm should get closed? We're informed here
Definition at line 86 of file controller.py.
def controller.mainController.onPassPhraseChanged | ( | self, | |
encryptionObject | |||
) |
When configUiHandler came to the point, he has to change passPhrase, he informs the mainclass (for compatibility) but also tryToxic over it's new passPhrase.
Definition at line 74 of file controller.py.