#include </home/clem/local/src/opie/core/applets/irdaapplet/irda.h>
Collaboration diagram for IrdaApplet:

Public Member Functions | |
| IrdaApplet (QWidget *parent=0, const char *name=0) | |
| ~IrdaApplet () | |
| virtual void | show () |
Static Public Member Functions | |
| static int | position () |
Protected Member Functions | |
| virtual void | timerEvent (QTimerEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | paintEvent (QPaintEvent *) |
Private Slots | |
| void | popupTimeout () |
| void | slotMessage (const QCString &, const QByteArray &) |
Private Member Functions | |
| void | popup (QString message, QString icon=QString::null) |
| bool | checkIrdaStatus () |
| bool | setIrdaStatus (bool) |
| bool | checkIrdaDiscoveryStatus () |
| bool | setIrdaDiscoveryStatus (bool) |
| bool | setIrdaReceiveStatus (bool) |
| void | showDiscovered () |
Private Attributes | |
| QPixmap | m_irdaOnPixmap |
| QPixmap | m_irdaOffPixmap |
| QPixmap | m_irdaDiscoveryOnPixmap |
| QPixmap | m_receiveActivePixmap |
| bool | m_irda_active |
| bool | m_irda_discovery_active |
| bool | m_receive_active |
| bool | m_receive_state_changed |
| QPopupMenu * | m_popup |
| int | m_sockfd |
| QMap< QString, QString > | m_devices |
| bool | m_wasOn |
| bool | m_wasDiscover |
|
||||||||||||
|
Definition at line 44 of file irda.cpp. References Opie::Core::OResource::loadPixmap(), m_irda_active, m_irda_discovery_active, m_irdaDiscoveryOnPixmap, m_irdaOffPixmap, m_irdaOnPixmap, m_popup, m_receive_active, m_receive_state_changed, m_receiveActivePixmap, m_sockfd, m_wasDiscover, m_wasOn, slotMessage(), Opie::Core::OResource::SmallIcon, and AppLnk::smallIconSize(). |
|
|
Definition at line 81 of file irda.cpp. References m_sockfd. |
|
|
Definition at line 147 of file irda.cpp. References IO_ReadOnly, and stream. Referenced by slotMessage(), and timerEvent(). |
|
|
Definition at line 113 of file irda.cpp. References m_sockfd. Referenced by slotMessage(), and timerEvent(). |
|
|
Definition at line 249 of file irda.cpp. References begin, end, height, m_devices, m_irda_active, m_irda_discovery_active, m_receive_active, p, s, setIrdaDiscoveryStatus(), setIrdaReceiveStatus(), setIrdaStatus(), Ir::supported(), timerEvent(), tr, width, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 322 of file irda.cpp. References m_irda_active, m_irda_discovery_active, m_irdaDiscoveryOnPixmap, m_irdaOffPixmap, m_irdaOnPixmap, m_receive_active, m_receiveActivePixmap, and p. |
|
||||||||||||
|
Definition at line 87 of file irda.cpp. References height, Opie::Core::OResource::loadPixmap(), m_popup, p, popupTimeout(), s, Opie::Core::OResource::SmallIcon, width, Opie::MM::x, and Opie::MM::y. Referenced by showDiscovered(). |
|
|
Definition at line 108 of file irda.cpp. References m_popup. Referenced by popup(). |
|
|
|
|
|
Definition at line 162 of file irda.cpp. References IO_Raw, IO_WriteOnly, and QFile::putch(). Referenced by mousePressEvent(), setIrdaStatus(), and slotMessage(). |
|
|
Definition at line 174 of file irda.cpp. References m_receive_active, and m_receive_state_changed. Referenced by mousePressEvent(), and setIrdaStatus(). |
|
|
Definition at line 124 of file irda.cpp. References m_sockfd, setIrdaDiscoveryStatus(), and setIrdaReceiveStatus(). Referenced by mousePressEvent(), and slotMessage(). |
|
|
|
|
|
Definition at line 186 of file irda.cpp. References begin, data, end, IO_ReadOnly, list, m_devices, popup(), remove(), KateCommands::replace(), QStringList::split(), and tr. Referenced by timerEvent(). |
|
||||||||||||
|
Definition at line 341 of file irda.cpp. References QMap< Key, T >::begin(), checkIrdaDiscoveryStatus(), checkIrdaStatus(), QMap< Key, T >::end(), list, m_devices, m_wasDiscover, m_wasOn, setIrdaDiscoveryStatus(), and setIrdaStatus(). Referenced by IrdaApplet(). |
|
|
Definition at line 301 of file irda.cpp. References checkIrdaDiscoveryStatus(), checkIrdaStatus(), m_irda_active, m_irda_discovery_active, m_receive_state_changed, and showDiscovered(). Referenced by mousePressEvent(). |
|
|
Definition at line 70 of file irda.h. Referenced by mousePressEvent(), showDiscovered(), and slotMessage(). |
|
|
Definition at line 61 of file irda.h. Referenced by IrdaApplet(), mousePressEvent(), paintEvent(), and timerEvent(). |
|
|
Definition at line 62 of file irda.h. Referenced by IrdaApplet(), mousePressEvent(), paintEvent(), and timerEvent(). |
|
|
Definition at line 58 of file irda.h. Referenced by IrdaApplet(), and paintEvent(). |
|
|
Definition at line 57 of file irda.h. Referenced by IrdaApplet(), and paintEvent(). |
|
|
Definition at line 56 of file irda.h. Referenced by IrdaApplet(), and paintEvent(). |
|
|
Definition at line 66 of file irda.h. Referenced by IrdaApplet(), popup(), and popupTimeout(). |
|
|
Definition at line 63 of file irda.h. Referenced by IrdaApplet(), mousePressEvent(), paintEvent(), and setIrdaReceiveStatus(). |
|
|
Definition at line 64 of file irda.h. Referenced by IrdaApplet(), setIrdaReceiveStatus(), and timerEvent(). |
|
|
Definition at line 59 of file irda.h. Referenced by IrdaApplet(), and paintEvent(). |
|
|
Definition at line 68 of file irda.h. Referenced by checkIrdaStatus(), IrdaApplet(), setIrdaStatus(), and ~IrdaApplet(). |
|
|
Definition at line 73 of file irda.h. Referenced by IrdaApplet(), and slotMessage(). |
|
|
Definition at line 72 of file irda.h. Referenced by IrdaApplet(), and slotMessage(). |
1.4.2