kabc
#include <formatfactory.h>
Public Member Functions | |
bool | isNull () const |
Public Attributes | |
QString | descriptionLabel |
QString | library |
QString | nameLabel |
Detailed Description
Dataype to hold information on format plugins.
- See also
- FormatFactory::info()
Definition at line 38 of file formatfactory.h.
Member Function Documentation
|
inline |
Returns whether this info object is null.
An info object is considered null, when its library string is empty.
Definition at line 45 of file formatfactory.h.
Member Data Documentation
QString KABC::FormatInfo::descriptionLabel |
Localized string to describe the format, e.g.
Maps to the Comment
field of the format plugin's .desktop file
Definition at line 75 of file formatfactory.h.
QString KABC::FormatInfo::library |
Name of a KDE plugin library, e.g.
Maps to the X-KDE-Library
field of the format plugin's .desktop file
Definition at line 55 of file formatfactory.h.
QString KABC::FormatInfo::nameLabel |
Localized string used as format's name, e.g.
Maps to the Name
field of the format plugin's .desktop file
Definition at line 65 of file formatfactory.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.