Konsole
Konsole::ProfileCommandParser Class Reference
#include <Profile.h>
Public Member Functions | |
QHash< Profile::Property, QVariant > | parse (const QString &input) |
Detailed Description
Parses an input string consisting of property names and assigned values and returns a table of properties and values.
The input string will typically look like this:
PropertyName=Value;PropertyName=Value ...
For example:
Icon=konsole;Directory=/home/bob
Member Function Documentation
QHash< Profile::Property, QVariant > ProfileCommandParser::parse | ( | const QString & | input | ) |
Parses an input string consisting of property names and assigned values and returns a table of properties and values.
Definition at line 307 of file Profile.cpp.
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:31:25 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:31:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.