kabc
KABC::FormatInfo Struct Reference
#include <formatfactory.h>
Detailed Description
Dataype to hold information on format plugins.
- See also:
- FormatFactory::info()
Definition at line 39 of file formatfactory.h.
Public Member Functions | |
bool | isNull () const |
Public Attributes | |
QString | descriptionLabel |
QString | library |
QString | nameLabel |
Member Function Documentation
bool KABC::FormatInfo::isNull | ( | ) | const [inline] |
Returns whether this info object is null.
An info object is considered null, when its library string is empty.
Definition at line 46 of file formatfactory.h.
Member Data Documentation
Localized string to describe the format, e.g.
i18n( "vCard format" )
Maps to the Comment
field of the format plugin's .desktop file
Definition at line 76 of file formatfactory.h.
QString KABC::FormatInfo::library |
Name of a KDE plugin library, e.g.
"kabcformat_vcard"
Maps to the X-KDE-Library
field of the format plugin's .desktop file
Definition at line 56 of file formatfactory.h.
QString KABC::FormatInfo::nameLabel |
Localized string used as format's name, e.g.
i18n( "vCard" )
Maps to the Name
field of the format plugin's .desktop file
Definition at line 66 of file formatfactory.h.
The documentation for this struct was generated from the following file: