Go to the source code of this file.
Functions |
template<class ShotType > |
bool | ReadShotFromOLDXML (ShotType &shot, const QDomNode &node) |
| TEXALIGN VERSION.
|
template<class ShotType > |
bool | ReadShotFromQDomNode (ShotType &shot, const QDomNode &node) |
| The XML node to be read.
|
template<class ShotType > |
QDomElement | WriteShotToQDomNode (const ShotType &shot, QDomDocument &doc) |
| The XML node to be read.
|
Function Documentation
template<class ShotType >
TEXALIGN VERSION.
Definition at line 56 of file shot_qt.h.
template<class ShotType >
The XML node to be read.
This function read a shot from a parsed XML node.
- Parameters:
-
node | the shot that will contain the read node |
Definition at line 10 of file shot_qt.h.
template<class ShotType >
The XML node to be read.
- Parameters:
-
doc | the shot to be written node |
Definition at line 101 of file shot_qt.h.