kitchensync
KSync::KonnectorBar Class Reference
#include <konnectorbar.h>
Detailed Description
The konnector bar is meant to represent the connection state of a Konnector and allow toggling connection/disconnection of a konnector Either it is connected or not.
- Version:
- 0.1
- Author:
- Holger 'zecke' Freyther <freyther@kde.org>
Definition at line 57 of file konnectorbar.h.
Public Types | |
enum | State { Connected, Disconnected } |
Signals | |
void | toggled (bool b) |
Public Member Functions | |
KonnectorBar (QWidget *parent) | |
~KonnectorBar () | |
void | setName (const QString &name) |
QString | name () const |
void | setState (bool b) |
bool | state () const |
bool | isOn () const |
Constructor & Destructor Documentation
|
The Constructor to construct a KonnectorBox Constructor.
Definition at line 54 of file konnectorbar.cpp. |
|
d'tor
Definition at line 61 of file konnectorbar.cpp. |
Member Function Documentation
|
Definition at line 75 of file konnectorbar.cpp. |
|
Return the name of the current Konnector.
Definition at line 66 of file konnectorbar.cpp. |
|
Set the name of the Konnector. The string will be displayed
Definition at line 63 of file konnectorbar.cpp. |
|
Set the state of the connection.
Definition at line 69 of file konnectorbar.cpp. |
|
Definition at line 72 of file konnectorbar.cpp. |
|
if the KonnectarBar got toggled
|
The documentation for this class was generated from the following files: