|
void | on_EncodeButton_clicked () |
| Function that is called when the encode button is pressed. The message and the keyword that the user provides are placed into each variable accordingly, then the cypher function is called using these variables.
|
|
void | on_DecodeButton_clicked () |
| Function that is called when the decode button is pressed. The ciphertext and the keyword that the user provides are placed into each variable accordingly then the decypher function is called using these variables.
|
|
MainWindow::MainWindow |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Function which sets up the MainWindow.
Constructor.
MainWindow::~MainWindow |
( |
| ) |
|
Default destructor.
Destructor.
The documentation for this class was generated from the following files: