Home | Trees | Indices | Help |
|
---|
|
Class representing a QPH file store.
|
|||
UnitClass The class of units that will be instantiated and used by this class |
|
|||
|
|||
String |
|
||
String |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Name = _("Qt Phrase Book") The human usable name of this store type |
|||
Mimetypes = ["application/x-qph"] A list of MIME types associated with this store type |
|||
Extensions = ["qph"] A list of file extentions associated with this store type |
|||
rootNode = "QPH"
|
|||
bodyNode = "QPH"
|
|||
XMLskeleton = '''<!DOCTYPE Q
|
|||
namespace = '' hash(x) |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Initialises self.body so it never needs to be retrieved from the XML again.
|
Get the source language for this .qph file. We don't implement setsourcelanguage as users really shouldn't be altering the source language in .qph files, it should be set correctly by the extraction tools.
|
Get the target language for this .qph file.
|
Set the target language for this .qph file to targetlanguage.
|
Converts to a string containing the file's XML. We have to override this to ensure mimic the Qt convention:
|
|
XMLskeleton
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 12 18:11:59 2011 | http://epydoc.sourceforge.net |