#include <connection.h>

Definition at line 36 of file connection.h.
Public Member Functions | |
| ConnectionDialog (int previousState) | |
| Constructor. | |
| void | action (const gcn::ActionEvent &) |
| Called when the user presses Cancel. | |
| void | logic () |
Private Attributes | |
| ProgressBar * | mProgressBar |
| float | mProgress |
| int | mPreviousState |
| ConnectionDialog::ConnectionDialog | ( | int | previousState | ) |
| void ConnectionDialog::action | ( | const gcn::ActionEvent & | ) |
Called when the user presses Cancel.
Restores the global state to the previous one.
Definition at line 54 of file connection.cpp.
| void ConnectionDialog::logic | ( | ) |
Definition at line 60 of file connection.cpp.
ProgressBar* ConnectionDialog::mProgressBar [private] |
Definition at line 55 of file connection.h.
float ConnectionDialog::mProgress [private] |
Definition at line 56 of file connection.h.
int ConnectionDialog::mPreviousState [private] |
Definition at line 57 of file connection.h.
1.5.5