#include <file.h>
Inheritance diagram for SaX::SaXFile:

Public Member Functions | |
| QDict< QString > | readDict (void) |
| QDict< 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.
| QDict< QString > SaX::SaXFile::readDict | ( | void | ) | [virtual] |
Implements SaX::SaXFileIF.
Definition at line 55 of file file.cpp.
Referenced by SaX::SaXManipulateDesktop::disable3D(), and SaX::SaXManipulateDesktop::enable3D().
| QDict< QString > SaX::SaXFile::getDataDict | ( | void | ) | [virtual] |
1.5.0