KDECore
KProtocolInfo::ExtraField Struct Reference
#include <kprotocolinfo.h>
Public Types | |
enum | Type { String = QVariant::String, DateTime = QVariant::DateTime, Invalid = QVariant::Invalid } |
Public Member Functions | |
ExtraField () | |
ExtraField (const QString &_name, Type _type) | |
Public Attributes | |
QString | name |
Type | type |
Detailed Description
Definition of an extra field in the UDS entries, returned by a listDir operation.
The name is the name of the column, translated.
The type name comes from QVariant::typeName() Currently supported types: "QString", "QDateTime" (ISO-8601 format)
Definition at line 120 of file kprotocolinfo.h.
Member Enumeration Documentation
Enumerator | |
---|---|
String | |
DateTime | |
Invalid |
Definition at line 122 of file kprotocolinfo.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 124 of file kprotocolinfo.h.
Definition at line 125 of file kprotocolinfo.h.
Member Data Documentation
QString KProtocolInfo::ExtraField::name |
Definition at line 128 of file kprotocolinfo.h.
Type KProtocolInfo::ExtraField::type |
Definition at line 129 of file kprotocolinfo.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.