#include </home/clem/local/src/opie/noncore/net/wellenreiter/gui/scanlist.h>
Inheritance diagram for MScanListItem:


Public Member Functions | |
| MScanListItem (QListView *parent, const QString &type="unknown", const QString &essid="unknown", const QString &macaddr="unknown", bool wep=false, int channel=0, int signal=0, bool probed=false) | |
| MScanListItem (QListViewItem *parent, const QString &type="unknown", const QString &essid="unknown", const QString &macaddr="unknown", bool wep=false, int channel=0, int signal=0) | |
| const QString & | essid () const |
| const QString & | macaddr () |
| bool | wep () |
| int | channel () |
| int | signal () |
| int | beacons () |
| void | setSignal (int signal) |
| void | receivedBeacon () |
| void | setManufacturer (const QString &manufacturer) |
| void | setLocation (const QString &location) |
| virtual Opie::Ui::OListViewItem * | childFactory () |
| virtual void | serializeTo (QDataStream &s) const |
| virtual void | serializeFrom (QDataStream &s) |
| virtual QString | key (int id, bool) const |
Public Attributes | |
| QString | type |
Protected Member Functions | |
| virtual void | decorateItem (QString type, QString essid, QString macaddr, bool wep, int channel, int signal, bool probed) |
Private Attributes | |
| QString | _type |
| QString | _essid |
| QString | _macaddr |
| bool | _wep |
| int | _channel |
| int | _signal |
| int | _beacons |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 414 of file scanlist.cpp. References decorateItem(), WellenreiterConfigWindow::instance(), and odebug. Referenced by childFactory(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 430 of file scanlist.cpp. References decorateItem(), WellenreiterConfigWindow::instance(), and odebug. |
|
|
Definition at line 100 of file scanlist.h. References _beacons. |
|
|
Definition at line 98 of file scanlist.h. References _channel. |
|
|
create a list view item as child of this object
Reimplemented from Opie::Ui::OListViewItem. Definition at line 451 of file scanlist.cpp. References MScanListItem(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 486 of file scanlist.cpp. References _beacons, _channel, _essid, _macaddr, _signal, _type, col_channel, col_firstseen, col_sig, col_type, col_wep, QTime::currentTime(), WellenreiterConfigWindow::instance(), Opie::Core::OResource::loadPixmap(), QString::number(), odebug, Opie::Core::OResource::SmallIcon, and QString::sprintf(). Referenced by MScanListItem(). |
|
|
Definition at line 443 of file scanlist.cpp. References _essid. |
|
||||||||||||
|
Definition at line 563 of file scanlist.cpp. References col_channel, col_sig, str, and text. |
|
|
Definition at line 96 of file scanlist.h. References _macaddr. |
|
|
Definition at line 549 of file scanlist.cpp. References _beacons, _macaddr, col_lastseen, col_sig, QTime::currentTime(), QString::number(), odebug, p, and receivedBeacon(). Referenced by receivedBeacon(). |
|
|
serialize this object to or from a QDataStream
Reimplemented from Opie::Ui::OListViewItem. Definition at line 467 of file scanlist.cpp. References _type, _wep, col_type, col_wep, Opie::Core::OResource::loadPixmap(), odebug, and Opie::Core::OResource::SmallIcon. |
|
|
serialize this object to or from a QDataStream
Reimplemented from Opie::Ui::OListViewItem. Definition at line 456 of file scanlist.cpp. |
|
|
Definition at line 543 of file scanlist.cpp. References col_location. |
|
|
Definition at line 537 of file scanlist.cpp. References col_manuf. |
|
|
Definition at line 102 of file scanlist.h. |
|
|
Definition at line 99 of file scanlist.h. References _signal. |
|
|
Definition at line 97 of file scanlist.h. References _wep. |
|
|
Definition at line 121 of file scanlist.h. Referenced by beacons(), decorateItem(), and receivedBeacon(). |
|
|
Definition at line 119 of file scanlist.h. Referenced by channel(), and decorateItem(). |
|
|
Definition at line 116 of file scanlist.h. Referenced by decorateItem(), and essid(). |
|
|
Definition at line 117 of file scanlist.h. Referenced by decorateItem(), macaddr(), and receivedBeacon(). |
|
|
Definition at line 120 of file scanlist.h. Referenced by decorateItem(), and signal(). |
|
|
Definition at line 115 of file scanlist.h. Referenced by decorateItem(), serializeFrom(), and serializeTo(). |
|
|
Definition at line 118 of file scanlist.h. Referenced by serializeFrom(), serializeTo(), and wep(). |
|
|
Definition at line 91 of file scanlist.h. Referenced by MScanListView::contextMenuRequested(). |
1.4.2