LineParser Class Reference
#include <lineparser.h>
Public Member Functions | |
| LineParser (const TQString &line=TQString()) | |
| void | set (const TQString &line) |
| int | getInt (TQString w, int def=0) const |
| TQColor | getColor (TQString w, TQColor def=TQColor()) const |
| TQString | getString (TQString w, TQString def=TQString()) const |
| bool | getBoolean (TQString w, bool def=false) const |
| const TQString & | meter () const |
Detailed Description
Definition at line 33 of file lineparser.h.
Constructor & Destructor Documentation
◆ LineParser()
| LineParser::LineParser | ( | const TQString & | line = TQString() | ) |
Definition at line 26 of file lineparser.cpp.
◆ ~LineParser()
| LineParser::~LineParser | ( | ) |
Definition at line 31 of file lineparser.cpp.
Member Function Documentation
◆ getBoolean()
| bool LineParser::getBoolean | ( | TQString | w, |
| bool | def = false |
||
| ) | const |
Definition at line 84 of file lineparser.cpp.
◆ getColor()
| TQColor LineParser::getColor | ( | TQString | w, |
| TQColor | def = TQColor() |
||
| ) | const |
Definition at line 53 of file lineparser.cpp.
◆ getInt()
| int LineParser::getInt | ( | TQString | w, |
| int | def = 0 |
||
| ) | const |
Definition at line 44 of file lineparser.cpp.
◆ getString()
| TQString LineParser::getString | ( | TQString | w, |
| TQString | def = TQString() |
||
| ) | const |
Definition at line 62 of file lineparser.cpp.
◆ meter()
|
inline |
Definition at line 46 of file lineparser.h.
◆ set()
| void LineParser::set | ( | const TQString & | line | ) |
Definition at line 35 of file lineparser.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference