16 #ifndef QGSCAMERAPOSE_H
17 #define QGSCAMERAPOSE_H
69 void updateCamera( Qt3DRender::QCamera *camera )
SIP_SKIP;
72 QDomElement writeXml( QDomDocument &doc )
const;
74 void readXml(
const QDomElement &elem );
78 return mCenterPoint == other.mCenterPoint &&
79 mDistanceFromCenterPoint == other.mDistanceFromCenterPoint &&
80 mPitchAngle == other.mPitchAngle &&
81 mHeadingAngle == other.mHeadingAngle;
92 float mDistanceFromCenterPoint = 1000;
94 float mPitchAngle = 0;
96 float mHeadingAngle = 0;
100 #endif // QGSCAMERAPOSE_H