#include <dom_helper.h>
Static Public Methods | |
QRgb | getColor (QDomElement const &dom_element) |
int | getInteger (QDomElement const &dom_element, QString const &name, int default_value) |
double | getDouble (QDomElement const &dom_element, QString const &name, double default_value) |
|
Returns the color specified in the attributes of the DOM element.
|
|
Returns the double value specified in the attributes of the DOM element.
|
|
Returns the integer value specified in the attributes of the DOM element.
|