#include <nameeditdialog.h>
Inherits KDialogBase.
Public Types | |
enum | FormattedNameType { CustomName , SimpleName , FullName , ReverseNameWithComma , ReverseName , Organization } |
Public Member Functions | |
NameEditDialog (const TDEABC::Addressee &addr, int type, bool readOnly, TQWidget *parent, const char *name=0) | |
TQString | familyName () const |
TQString | givenName () const |
TQString | prefix () const |
TQString | suffix () const |
TQString | additionalName () const |
TQString | customFormattedName () const |
int | formattedNameType () const |
bool | changed () const |
Static Public Member Functions | |
static TQString | formattedName (const TDEABC::Addressee &addr, int type) |
Protected Slots | |
void | slotHelp () |
Detailed Description
Editor dialog for name details, like given name, family name etc.
Definition at line 40 of file nameeditdialog.h.
Member Enumeration Documentation
◆ FormattedNameType
enum NameEditDialog::FormattedNameType |
Definition at line 46 of file nameeditdialog.h.
Constructor & Destructor Documentation
◆ NameEditDialog()
NameEditDialog::NameEditDialog | ( | const TDEABC::Addressee & | addr, |
int | type, | ||
bool | readOnly, | ||
TQWidget * | parent, | ||
const char * | name = 0 |
||
) |
Definition at line 48 of file nameeditdialog.cpp.
◆ ~NameEditDialog()
NameEditDialog::~NameEditDialog | ( | ) |
Definition at line 187 of file nameeditdialog.cpp.
Member Function Documentation
◆ additionalName()
TQString NameEditDialog::additionalName | ( | ) | const |
Definition at line 211 of file nameeditdialog.cpp.
◆ changed()
bool NameEditDialog::changed | ( | ) | const |
Definition at line 226 of file nameeditdialog.cpp.
◆ customFormattedName()
TQString NameEditDialog::customFormattedName | ( | ) | const |
Definition at line 216 of file nameeditdialog.cpp.
◆ familyName()
TQString NameEditDialog::familyName | ( | ) | const |
Definition at line 191 of file nameeditdialog.cpp.
◆ formattedName()
|
static |
Definition at line 252 of file nameeditdialog.cpp.
◆ formattedNameType()
int NameEditDialog::formattedNameType | ( | ) | const |
Definition at line 221 of file nameeditdialog.cpp.
◆ givenName()
TQString NameEditDialog::givenName | ( | ) | const |
Definition at line 196 of file nameeditdialog.cpp.
◆ prefix()
TQString NameEditDialog::prefix | ( | ) | const |
Definition at line 201 of file nameeditdialog.cpp.
◆ slotHelp
|
protectedslot |
Definition at line 316 of file nameeditdialog.cpp.
◆ suffix()
TQString NameEditDialog::suffix | ( | ) | const |
Definition at line 206 of file nameeditdialog.cpp.
The documentation for this class was generated from the following files: