Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The Node class provides access to a generic value parsed from an AT command list. More...
#include <QAtResultParser>
The Node class provides access to a generic value parsed from an AT command list.
Instances of this class are returned from the QAtResultParser::readList() function.
See also QAtResultParser::readList().
Create a new result list node from other.
Destruct this node.
Returns the first number in a range that is contained within this node; otherwise returns zero if not a range.
See also isRange() and asLast().
Returns the last number in a range that is contained within this node; otherwise returns zero if not a range.
See also isRange() and asFirst().
Returns the list contained within this node, or returns an empty list if this node does not contain a list.
See also isList().
Returns the number contained within this node, or return zero if node not a number.
See also isNumber().
Returns the string contained within this node; otherwise returns null if not a string.
See also isString().
Returns true if this node contains a list; otherwise returns false.
See also asList().
Returns true of if this node contains a number; otherwise returns false.
See also asNumber().
Returns true if this node contains a range; otherwise returns false.
See also asFirst() and asLast().
Returns true if this node contains a string; otherwise returns false.
See also asString().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |