My Project
Public Member Functions | Private Slots | Private Attributes | List of all members
MainWindow Class Reference
Inheritance diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=0)
 Function which sets up the MainWindow. More...
 
 ~MainWindow ()
 Default destructor. More...
 

Private Slots

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.
 

Private Attributes

Ui::MainWindow * ui
 

Constructor & Destructor Documentation

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: