Konsole
Konsole::ProfileCommandParser Class Reference
Parses an input string consisting of property names and assigned values and returns a table of properties and values. More...
#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
Definition at line 601 of file Profile.h.
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 462 of file Profile.cpp.
The documentation for this class was generated from the following files: