ksim
Network Class Reference
#include <netdevices.h>
Detailed Description
Definition at line 45 of file netdevices.h.
Public Types | |
| typedef Q3ValueList< Network > | List |
Public Member Functions | |
| Network () | |
| Network (const QString &name, const QString &format, bool timer, bool commands, const QString &cCommand, const QString &dCommand) | |
| bool | operator== (const Network &rhs) const |
| bool | operator!= (const Network &rhs) const |
| bool | operator< (const Network &rhs) const |
| bool | operator> (const Network &rhs) const |
| bool | operator<= (const Network &rhs) const |
| void | cleanup () |
| void | setData (const NetData &data) |
| const NetData & | data () const |
| const NetData & | oldData () const |
| void | setMaxValue (int max) |
| int | maxValue () const |
| const QString & | name () const |
| bool | showTimer () const |
| const QString & | format () const |
| bool | commandsEnabled () const |
| const QString & | connectCommand () const |
| const QString & | disconnectCommand () const |
| void | setDisplay (KSim::Chart *chart, KSim::LedLabel *led, KSim::Label *label, Q3PopupMenu *popup) |
| KSim::Chart * | chart () |
| KSim::LedLabel * | led () |
| KSim::Label * | label () |
Member Typedef Documentation
| typedef Q3ValueList<Network> Network::List |
Definition at line 48 of file netdevices.h.
Constructor & Destructor Documentation
| Network::Network | ( | ) | [inline] |
Definition at line 50 of file netdevices.h.
| Network::Network | ( | const QString & | name, | |
| const QString & | format, | |||
| bool | timer, | |||
| bool | commands, | |||
| const QString & | cCommand, | |||
| const QString & | dCommand | |||
| ) | [inline] |
Definition at line 60 of file netdevices.h.
Member Function Documentation
| bool Network::operator== | ( | const Network & | rhs | ) | const [inline] |
Definition at line 81 of file netdevices.h.
| bool Network::operator!= | ( | const Network & | rhs | ) | const [inline] |
Definition at line 91 of file netdevices.h.
| bool Network::operator< | ( | const Network & | rhs | ) | const [inline] |
Definition at line 96 of file netdevices.h.
| bool Network::operator> | ( | const Network & | rhs | ) | const [inline] |
Definition at line 101 of file netdevices.h.
| bool Network::operator<= | ( | const Network & | rhs | ) | const [inline] |
Definition at line 106 of file netdevices.h.
| void Network::cleanup | ( | ) | [inline] |
Definition at line 111 of file netdevices.h.
| void Network::setData | ( | const NetData & | data | ) | [inline] |
Definition at line 124 of file netdevices.h.
| const NetData& Network::data | ( | ) | const [inline] |
Definition at line 130 of file netdevices.h.
| const NetData& Network::oldData | ( | ) | const [inline] |
Definition at line 135 of file netdevices.h.
| void Network::setMaxValue | ( | int | max | ) | [inline] |
Definition at line 140 of file netdevices.h.
| int Network::maxValue | ( | ) | const [inline] |
Definition at line 145 of file netdevices.h.
| const QString& Network::name | ( | ) | const [inline] |
Definition at line 150 of file netdevices.h.
| bool Network::showTimer | ( | ) | const [inline] |
Definition at line 155 of file netdevices.h.
| const QString& Network::format | ( | ) | const [inline] |
Definition at line 160 of file netdevices.h.
| bool Network::commandsEnabled | ( | ) | const [inline] |
Definition at line 165 of file netdevices.h.
| const QString& Network::connectCommand | ( | ) | const [inline] |
Definition at line 170 of file netdevices.h.
| const QString& Network::disconnectCommand | ( | ) | const [inline] |
Definition at line 175 of file netdevices.h.
| void Network::setDisplay | ( | KSim::Chart * | chart, | |
| KSim::LedLabel * | led, | |||
| KSim::Label * | label, | |||
| Q3PopupMenu * | popup | |||
| ) | [inline] |
Definition at line 180 of file netdevices.h.
| KSim::Chart* Network::chart | ( | ) | [inline] |
Definition at line 189 of file netdevices.h.
| KSim::LedLabel* Network::led | ( | ) | [inline] |
Definition at line 194 of file netdevices.h.
| KSim::Label* Network::label | ( | ) | [inline] |
Definition at line 199 of file netdevices.h.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference