96 <p> |
96 <p> |
97 Constructor |
97 Constructor |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>device</i></dt> |
101 <dt><i>device</i> (QIODevice)</dt> |
102 <dd> |
102 <dd> |
103 reference to the I/O device to read from (QIODevice) |
103 reference to the I/O device to read from |
104 </dd> |
104 </dd> |
105 <dt><i>project</i></dt> |
105 <dt><i>project</i> (Project)</dt> |
106 <dd> |
106 <dd> |
107 Reference to the project object to store the |
107 Reference to the project object to store the |
108 information into. |
108 information into. |
109 </dd> |
109 </dd> |
110 </dl> |
110 </dl> |
111 <a NAME="ProjectReader.__readBasicDataField" ID="ProjectReader.__readBasicDataField"></a> |
111 <a NAME="ProjectReader.__readBasicDataField" ID="ProjectReader.__readBasicDataField"></a> |
112 <h4>ProjectReader.__readBasicDataField</h4> |
112 <h4>ProjectReader.__readBasicDataField</h4> |
113 <b>__readBasicDataField</b>(<i>tag, dataTag, dataKey</i>) |
113 <b>__readBasicDataField</b>(<i>tag, dataTag, dataKey</i>) |
115 <p> |
115 <p> |
116 Private method to read a list of files. |
116 Private method to read a list of files. |
117 </p> |
117 </p> |
118 <dl> |
118 <dl> |
119 |
119 |
120 <dt><i>tag</i></dt> |
120 <dt><i>tag</i> (str)</dt> |
121 <dd> |
121 <dd> |
122 name of the list tag (string) |
122 name of the list tag |
123 </dd> |
123 </dd> |
124 <dt><i>dataTag</i></dt> |
124 <dt><i>dataTag</i> (str)</dt> |
125 <dd> |
125 <dd> |
126 name of the data tag (string) |
126 name of the data tag |
127 </dd> |
127 </dd> |
128 <dt><i>dataKey</i></dt> |
128 <dt><i>dataKey</i> (str)</dt> |
129 <dd> |
129 <dd> |
130 key of the project data element (string) |
130 key of the project data element |
131 </dd> |
131 </dd> |
132 </dl> |
132 </dl> |
133 <a NAME="ProjectReader.__readFiles" ID="ProjectReader.__readFiles"></a> |
133 <a NAME="ProjectReader.__readFiles" ID="ProjectReader.__readFiles"></a> |
134 <h4>ProjectReader.__readFiles</h4> |
134 <h4>ProjectReader.__readFiles</h4> |
135 <b>__readFiles</b>(<i>tag, listTag, dataKey</i>) |
135 <b>__readFiles</b>(<i>tag, listTag, dataKey</i>) |
137 <p> |
137 <p> |
138 Private method to read a list of files. |
138 Private method to read a list of files. |
139 </p> |
139 </p> |
140 <dl> |
140 <dl> |
141 |
141 |
142 <dt><i>tag</i></dt> |
142 <dt><i>tag</i> (str)</dt> |
143 <dd> |
143 <dd> |
144 name of the list tag (string) |
144 name of the list tag |
145 </dd> |
145 </dd> |
146 <dt><i>listTag</i></dt> |
146 <dt><i>listTag</i> (str)</dt> |
147 <dd> |
147 <dd> |
148 name of the list element tag (string) |
148 name of the list element tag |
149 </dd> |
149 </dd> |
150 <dt><i>dataKey</i></dt> |
150 <dt><i>dataKey</i> (str)</dt> |
151 <dd> |
151 <dd> |
152 key of the project data element (string) |
152 key of the project data element |
153 </dd> |
153 </dd> |
154 </dl> |
154 </dl> |
155 <a NAME="ProjectReader.__readFiletypeAssociations" ID="ProjectReader.__readFiletypeAssociations"></a> |
155 <a NAME="ProjectReader.__readFiletypeAssociations" ID="ProjectReader.__readFiletypeAssociations"></a> |
156 <h4>ProjectReader.__readFiletypeAssociations</h4> |
156 <h4>ProjectReader.__readFiletypeAssociations</h4> |
157 <b>__readFiletypeAssociations</b>(<i></i>) |
157 <b>__readFiletypeAssociations</b>(<i></i>) |