#include <file.h>
Public Member Functions | |
| Q3Dict< QString > | readDict (void) |
| Q3Dict< QString > | getDataDict (void) |
| SaXFile (const QString &) | |
SaXFile is used to read the SYSP map files. There are several mapping tables which could be imported using a SaXFile object. Currently only the Driver.map file is used within the 3D enable/disable methods. The following example illustrates how to use SaXFile:
#include <sax/sax.h> #define MAP_FILE "..." SaXFile mapHandle ( MAP_FILE ); QDict<QString> driverMap = mapHandle.readDict();
Definition at line 78 of file file.h.
| SaX::SaXFile::SaXFile | ( | const QString & | name | ) |
| Q3Dict< QString > SaX::SaXFile::readDict | ( | void | ) | [virtual] |
read the contents of the file whereas the file format has to use a KEY:VALUE description. Comments starting with a "#" are allowed
Implements SaX::SaXFileIF.
Definition at line 55 of file file.cpp.
Referenced by SaX::SaXManipulateDesktop::disable3D(), and SaX::SaXManipulateDesktop::enable3D().
| Q3Dict< QString > SaX::SaXFile::getDataDict | ( | void | ) | [virtual] |
1.5.5