#include </home/clem/local/src/opie/noncore/tools/remote/buttondialog.h>
Collaboration diagram for ButtonDialog:

Public Slots | |
| void | remoteSelected (const QString &string) |
| void | buttonSelected (const QString &string) |
Public Member Functions | |
| ButtonDialog (QString buttonName, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0) | |
| void | setIRSocket (int newfd) |
| const char * | readPacket () |
| QStringList | getRemotes () |
| QStringList | getButtons (const char *remoteName) |
| QStringList | getList () |
| QString | getLabel () |
Private Attributes | |
| QComboBox * | remote |
| QComboBox * | button |
| QStringList | list |
| QLineEdit * | label |
| int | fd |
| int | timeout |
| sockaddr_un | addr |
|
||||||||||||||||||||||||
|
Definition at line 19 of file buttondialog.cpp. References button, buttonSelected(), getRemotes(), label, remote, remoteSelected(), and tr. |
|
|
Definition at line 75 of file buttondialog.cpp. References list. Referenced by ButtonDialog(). |
|
|
Definition at line 161 of file buttondialog.cpp. References addr, fd, i, QString::latin1(), list, NULL, Opie::Core::perror(), readPacket(), QValueList< T >::remove(), Opie::Internal::string(), and write(). Referenced by remoteSelected(). |
|
|
Definition at line 85 of file buttondialog.cpp. References label. Referenced by ConfigTab::buttonPressed(). |
|
|
Definition at line 80 of file buttondialog.cpp. References list. Referenced by ConfigTab::buttonPressed(). |
|
|
Definition at line 90 of file buttondialog.cpp. References addr, fd, i, list, NULL, Opie::Core::perror(), printf, readPacket(), and write(). Referenced by ButtonDialog(). |
|
|
Definition at line 239 of file buttondialog.cpp. References end, fd, NULL, PACKET_SIZE, TIMEOUT, and timeout. Referenced by getButtons(), and getRemotes(). |
|
|
Definition at line 68 of file buttondialog.cpp. References button, getButtons(), and list. Referenced by ButtonDialog(). |
|
|
|
|
|
Definition at line 58 of file buttondialog.h. Referenced by getButtons(), and getRemotes(). |
|
|
Definition at line 53 of file buttondialog.h. Referenced by ButtonDialog(), and remoteSelected(). |
|
|
Definition at line 56 of file buttondialog.h. Referenced by getButtons(), getRemotes(), and readPacket(). |
|
|
Definition at line 55 of file buttondialog.h. Referenced by ButtonDialog(), and getLabel(). |
|
|
Definition at line 54 of file buttondialog.h. Referenced by buttonSelected(), getButtons(), getList(), getRemotes(), and remoteSelected(). |
|
|
Definition at line 52 of file buttondialog.h. Referenced by ButtonDialog(). |
|
|
Definition at line 57 of file buttondialog.h. Referenced by readPacket(). |
1.4.2