|
ReadFramework
|
#include "Elements.h"#include "ElementsHelper.h"#include "Utils.h"#include <QDebug>#include <QXmlStreamReader>#include <QUuid>#include <QPainter>
Namespaces | |
| rdf | |
Functions | |
| QDataStream & | rdf::operator<< (QDataStream &s, const Region &r) |
| Writes the Region r to the data stream s More... | |
| QDebug | rdf::operator<< (QDebug d, const Region &r) |
| Prints the Region r to the debug output. More... | |
| QDebug | rdf::operator<< (QDebug d, const PageElement &p) |
| Prints the page element to the debug stream. More... | |
| QDataStream & | rdf::operator<< (QDataStream &s, const PageElement &p) |
| Appends the page element to the data stream s. More... | |