#include <math.h>#include <iostream.h>#include "CP2D.h"#include "CV2D.h"#include "CBoundingBox3D.h"#include "CCamera.h"#include "CList.h"#include "CCameraKeyPathPoint.h"#include "CCameraKeyPathAttributes.h"#include <qdom.h>Go to the source code of this file.
Namespaces | |
| namespace | QGLViewerXML |
Functions | |
| QDomElement | QGLViewerXML::addNode (QDomElement &parent, const QString &member=QString::null) |
| QDomElement | QGLViewerXML::queryNode (const QDomElement &parent, const QString &member) |
| bool | QGLViewerXML::readXML (const QDomElement &, CP2D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CP2D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CP3D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CP3D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CP4D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CP4D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CV2D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CV2D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CV3D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CV3D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CV4D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CV4D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CQuat &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CQuat &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CBoundingBox3D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CBoundingBox3D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CMat4D &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CMat4D &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CCamera &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CCamera &) |
| bool | QGLViewerXML::readXML (const QDomElement &, CCameraKeyPathPoint &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CCameraKeyPathPoint &, bool fParams=true) |
| bool | QGLViewerXML::readXML (const QDomElement &, CCameraKeyPathAttributes &) |
| bool | QGLViewerXML::writeXML (QDomElement, const CCameraKeyPathAttributes &) |
| template<class T> | |
| bool | QGLViewerXML::readXML (const QDomElement &domElem, CList< T > &list, QString tagName="CList") |
| template<class T> | |
| bool | QGLViewerXML::writeXML (QDomElement domElem, const CList< T > &list, QString tagName="CList") |
1.4.7