GP | Internal helper class for the procGit parser routine |
MDomNodeList | Helper class: more flexible version of QDomNodeList |
MDomQuery | DOM Query Class |
MFile | Overwrites QFile to only generate a file if its new version differs from an existing one, it creates a temporary file with ",new" added to the file name; additionally it records all file names that it touches; this is not a complete implementation - just enough for woc; it assumes that files are opened to be (re)created |
QtCTrans | Internal cache to hold the output for one transaction, a reference to this struct is handed arout WocQtClientTransaction |
QtSTrans | Internal helper to hold the output for one transaction, this is handed around WocQtServerTransaction |
WocTable::s_col | Holds data for a DB table column |
WocClass::s_map | Mappings: "table-name" => List of ("column-name","property-name") |
WocClass::s_prop | Property info |
WocQtClientTransaction::s_transdoc | Memory for transaction and privilege docu |
WocClass | Stores a communication class including serialization and deserialization information |
WocEnum | Helper structure to store enums in classes and tables |
WocHtmlOut | Output target for HTML documentation |
WocOutput | Base class of all output generators |
WocPHPClass | Generates output for a PHP server side |
WocPHPClientOut | Specialization that creates a PHP client |
WocPHPClientTransaction | Generates output for a PHP server side |
WocPHPOut | Abstract base class for generating output for PHP |
WocPHPServerOut | Specialization that creates a PHP server |
WocPHPServerTransaction | Generates output for a PHP server side |
WocPHPTable | Generates output for a PHP server side |
WocPHPTransaction | Generates output for a PHP server side |
WocProcessor | Central processing singleton |
WocQtClass | Specialization that outputs classes for WocQtOut and its sub-classes |
WocQtClientOut | Specialization that generates adequate output for Qt clients |
WocQtClientTransaction | Generates Qt code for transactions, the target is the client |
WocQtOut | Abstract base class for Qt client and server output |
WocQtServerOut | Specialization that generates adequate output for Qt servers |
WocQtServerTransaction | Specialization for generating transactions for a Qt server target, used by WocQtServerOut |
WocQtTable | Generates code for DB table wrappers in Qt so far this class is non-functional |
WocQtTransaction | Abstract base class for Qt transaction generator |
WocSchemaOut | Generates output for a schema file |
WocSoapOut | Generates output for a schema file |
WocTable | Stores the internal representation of a database table and its abstraction class |
WocTransaction | Internal representation of a transaction |