#include <newcontact.h>
Inheritance diagram for NewContact:


Public Slots | |
| virtual void | readContact () |
| virtual void | closeDialog () |
Signals | |
| void | transmitContact (const QString &, const QString &, const QString &, const QString &) |
| void | transmitLedStateGreen () |
Public Member Functions | |
| NewContact (QWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0, const QString &Mode="new", const QString &ContactId=0, const QString &ContactType=0, const QString &ContactName=0, const QString &ContactNumber=0) | |
| ~NewContact () | |
Private Attributes | |
| QString | m_phoneContactId |
| QString | m_phoneContactType |
| QString | m_phoneContactName |
| QString | m_phoneContactNumber |
Zeigt einen "NewContact" Dialog und sendet die Eingaben an BluePhone. Ich verwende fuer Edit den selben Dialog wie fuer New. Via Konstruktor (Mode) wird definiert, welchen Modus der Dialog hat.
Definition at line 24 of file newcontact.h.
|
||||||||||||||||||||||||||||||||||||||||
|
Erstellt einen NewContactDlg. Falle editiert wird, erwartet der Konstruktor die Daten des selektierten Eintrages. Meine Parameter: QString Mode, ContactId, ContactType, ContactName, ContactNumber Definition at line 26 of file newcontact.cpp. References m_phoneContactId, m_phoneContactName, m_phoneContactNumber, m_phoneContactType, and NewContact(). Referenced by NewContact(). Here is the call graph for this function: ![]() |
|
|
NewContact Destruktor Definition at line 72 of file newcontact.cpp. |
|
|
Dieser Slot schliesst den Dialog. Definition at line 111 of file newcontact.cpp. References transmitLedStateGreen(). |
|
|
Dieser Slot liest die Eingabefelder des Dialoges ein und sendet das Resultat via transmitContact an Bluephone. Definition at line 80 of file newcontact.cpp. References m_phoneContactId, m_phoneContactName, m_phoneContactNumber, m_phoneContactType, transmitContact(), and transmitLedStateGreen(). |
|
||||||||||||||||||||
|
Diese Signal sendet die Daten des Eintrages an Bluephone. Definition at line 97 of file debug/src/newcontact.moc. Referenced by readContact(). |
|
|
Dieses Signal setzt (diese "leuchtet") die gruene LED von BluePhone. Definition at line 113 of file debug/src/newcontact.moc. Referenced by closeDialog(), and readContact(). |
|
|
Beinhaltet Werte des neuen Kontaktes. Definition at line 79 of file newcontact.h. Referenced by NewContact(), and readContact(). |
|
|
Beinhaltet Werte des neuen Kontaktes. Definition at line 79 of file newcontact.h. Referenced by NewContact(), and readContact(). |
|
|
Beinhaltet Werte des neuen Kontaktes. Definition at line 79 of file newcontact.h. Referenced by NewContact(), and readContact(). |
|
|
Beinhaltet Werte des neuen Kontaktes. Definition at line 79 of file newcontact.h. Referenced by NewContact(), and readContact(). |
1.3.7