KSync::KonnectorBar Class Reference
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. More...
#include <konnectorbar.h>
Inheritance diagram for KSync::KonnectorBar:

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 |
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.
Constructor & Destructor Documentation
|
The Constructor to construct a KonnectorBox Constructor.
References toggled(). |
|
d'tor Definition at line 61 of file konnectorbar.cpp. |
Member Function Documentation
|
Set the name of the Konnector. The string will be displayed
|
|
Return the name of the current Konnector.
|
|
Set the state of the connection.
|
|
References isOn(). |
|
Referenced by state(). |
|
if the KonnectarBar got toggled
Referenced by KonnectorBar(). |
The documentation for this class was generated from the following files: