Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QGLViewerIO Class Reference

#include <QGLViewerIO.h>

List of all members.

Static Public Member Functions

static bool read (QFile &, CList< CCameraKeyPathPoint > &)
static bool write (QFile &, CList< CCameraKeyPathPoint > &)
static bool read (QFile &, CList< CCamera > &)
static bool write (QFile &, CList< CCamera > &)


Detailed Description

This class provides methods to read and write different things that belong to the QGLViewer and its tools.

Author:
Alexander Buck, Thomas Woerner, Markus Janich
Version:
0.0 //see cvs docu


Member Function Documentation

bool QGLViewerIO::read QFile &  ,
CList< CCamera > & 
[static]
 

Reads QFile to CList<CCamera>. The number of converted CCameras is returned.

bool QGLViewerIO::read QFile &  ,
CList< CCameraKeyPathPoint > & 
[static]
 

Reads a CameraKeyPath from a file.

bool QGLViewerIO::write QFile &  ,
CList< CCamera > & 
[static]
 

Writes CList<CCamera> to QFile. The number of converted CCameras is returned.

bool QGLViewerIO::write QFile &  ,
CList< CCameraKeyPathPoint > & 
[static]
 

Writes a CameraKeyPath to a file.


The documentation for this class was generated from the following files:
Generated on Wed Sep 21 12:30:36 2005 for QGLViewer by  doxygen 1.4.4