superkaramba
LineParser Class Reference
#include <lineparser.h>
Detailed Description
Definition at line 6 of file lineparser.h.
Public Member Functions | |
| LineParser (const QString &line=QString()) | |
| ~LineParser () | |
| void | set (const QString &line) |
| int | getInt (const QString &w, int def=0) const |
| QColor | getColor (const QString &w, const QColor &def=QColor()) const |
| QString | getString (const QString &w, const QString &def=QString()) const |
| bool | getBoolean (const QString &w, bool def=false) const |
| const QString & | meter () const |
Constructor & Destructor Documentation
Definition at line 27 of file lineparser.cpp.
| LineParser::~LineParser | ( | ) |
Definition at line 32 of file lineparser.cpp.
Member Function Documentation
| void LineParser::set | ( | const QString & | line | ) |
Definition at line 35 of file lineparser.cpp.
| int LineParser::getInt | ( | const QString & | w, | |
| int | def = 0 | |||
| ) | const |
Definition at line 44 of file lineparser.cpp.
Definition at line 53 of file lineparser.cpp.
Definition at line 68 of file lineparser.cpp.
| bool LineParser::getBoolean | ( | const QString & | w, | |
| bool | def = false | |||
| ) | const |
Definition at line 90 of file lineparser.cpp.
| const QString& LineParser::meter | ( | ) | const [inline] |
Definition at line 19 of file lineparser.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference