#include "refvalidator.h"#include "qtcompat.h"#include <qstring.h>#include <utils/debug.h>#include "util.h"Namespaces | |
| namespace | gui |
Graphical user interface namespace. | |
Functions | |
| QRegExp | gui::valid ("\\d+,\\d+") |
| QRegExp | gui::ivalid ("\\d*,?\\d*") |
Reference validator - checks if given String is valid Reference in given document Does validate only format, not if the reference exists (that would be too slow) Reference existence is validated on attempt to write it to the property