#include <connectionlist.h>
Public Member Functions | |
ConnectionList () | |
~ConnectionList () | |
void | remove (unsigned i) |
bool | activate (unsigned i, const QString &pwd) |
void | deactivate () |
bool | hasActive () const |
Connection & | getActive () |
void | store () const |
|
Constructor. |
|
Destructor. |
|
Activate a connection.
|
|
Deactivate active connection. |
|
Get the index of the active connection. |
|
Do we have an active connection? |
|
Remove an item by index. Stores the list and maintains the active item, too.
|
|
Store the connections in a configuration file. |