Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

NewContact Class Reference

Zeigt einen "NewContact" Dialog. More...

#include <newcontact.h>

Inheritance diagram for NewContact:

Inheritance graph
[legend]
Collaboration diagram for NewContact:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Zeigt einen "NewContact" Dialog.

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.


Constructor & Destructor Documentation

NewContact::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
 

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::~NewContact  ) 
 

NewContact Destruktor

Definition at line 72 of file newcontact.cpp.


Member Function Documentation

void NewContact::closeDialog  )  [virtual, slot]
 

Dieser Slot schliesst den Dialog.

Definition at line 111 of file newcontact.cpp.

References transmitLedStateGreen().

void NewContact::readContact  )  [virtual, slot]
 

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().

void NewContact::transmitContact const QString &  ,
const QString &  ,
const QString &  ,
const QString & 
[signal]
 

Diese Signal sendet die Daten des Eintrages an Bluephone.

Definition at line 97 of file debug/src/newcontact.moc.

Referenced by readContact().

void NewContact::transmitLedStateGreen  )  [signal]
 

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().


Member Data Documentation

QString NewContact::m_phoneContactId [private]
 

Beinhaltet Werte des neuen Kontaktes.

Definition at line 79 of file newcontact.h.

Referenced by NewContact(), and readContact().

QString NewContact::m_phoneContactName [private]
 

Beinhaltet Werte des neuen Kontaktes.

Definition at line 79 of file newcontact.h.

Referenced by NewContact(), and readContact().

QString NewContact::m_phoneContactNumber [private]
 

Beinhaltet Werte des neuen Kontaktes.

Definition at line 79 of file newcontact.h.

Referenced by NewContact(), and readContact().

QString NewContact::m_phoneContactType [private]
 

Beinhaltet Werte des neuen Kontaktes.

Definition at line 79 of file newcontact.h.

Referenced by NewContact(), and readContact().


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 14:42:43 2004 for BluePhone by doxygen 1.3.7