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>
Inherits QHBox.
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>
Constructor & Destructor Documentation
|
The Constructor to construct a KonnectorBox Constructor.
|
|
d'tor
|
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.
|
|
|
|
|
|
if the KonnectarBar got toggled
|
The documentation for this class was generated from the following files:
- konnectorbar.h
- konnectorbar.cpp