knode
KNode::XHeader Class Reference
#include <knconfig.h>
Public Types | |
typedef QList< XHeader > | List |
Public Member Functions | |
XHeader (const QString &s) | |
QString | header () const |
QString | name () const |
QString | value () const |
Detailed Description
Represents an additional header added by the composer.
Definition at line 104 of file knconfig.h.
Member Typedef Documentation
typedef QList<XHeader> KNode::XHeader::List |
A list of additional headers.
Definition at line 113 of file knconfig.h.
Constructor & Destructor Documentation
|
explicit |
Create a new XHeader object from the given string representation.
- Parameters
-
s String representation of a MIME header (i.e. "Name: Value").
Definition at line 199 of file knconfig.cpp.
Member Function Documentation
|
inline |
Returns a string representation of the header, ie.
"Name: Value".
Definition at line 120 of file knconfig.h.
|
inline |
Returns the header name.
Definition at line 116 of file knconfig.h.
|
inline |
Returns the header value.
Definition at line 118 of file knconfig.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 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:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.