KProtocolInfo::ExtraField Struct Reference
#include <kprotocolinfo.h>
Public Member Functions | |
ExtraField (const TQString &_name, const TQString &_type) | |
Public Attributes | |
TQString | name |
TQString | 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 TQVariant::typeName() Currently supported types: "TQString", "TQDateTime" (ISO-8601 format)
- Since
- 3.2
Definition at line 175 of file kprotocolinfo.h.
Constructor & Destructor Documentation
◆ ExtraField() [1/2]
|
inline |
Definition at line 176 of file kprotocolinfo.h.
◆ ExtraField() [2/2]
|
inline |
Definition at line 177 of file kprotocolinfo.h.
Member Data Documentation
◆ name
TQString KProtocolInfo::ExtraField::name |
Definition at line 180 of file kprotocolinfo.h.
◆ type
TQString KProtocolInfo::ExtraField::type |
Definition at line 181 of file kprotocolinfo.h.
The documentation for this struct was generated from the following file: