~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to tests/src/gui/testqgsvectorlayer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <QtTest>
 
2
#include <QObject>
 
3
#include <QString>
 
4
#include <QObject>
 
5
//header for class being tested
 
6
#include <qgsvectorlayer.h>
 
7
 
 
8
class TestQgsVectorLayer: public QObject
 
9
{
 
10
  Q_OBJECT;
 
11
  private slots:
 
12
        void QgsVectorLayerQgsVectorLayer()
 
13
{
 
14
 
 
15
};
 
16
    void QgsVectorLayerstorageType()
 
17
{
 
18
 
 
19
};
 
20
    void QgsVectorLayercapabilitiesString()
 
21
{
 
22
 
 
23
};
 
24
    void QgsVectorLayergetProjectionSrid()
 
25
{
 
26
 
 
27
};
 
28
    void QgsVectorLayergetProjectionWKT()
 
29
{
 
30
 
 
31
};
 
32
    void QgsVectorLayerproviderType()
 
33
{
 
34
 
 
35
};
 
36
    void QgsVectorLayersetDisplayField()
 
37
{
 
38
 
 
39
};
 
40
    void QgsVectorLayerdrawLabels()
 
41
{
 
42
 
 
43
};
 
44
    void QgsVectorLayerinverseProjectRect()
 
45
{
 
46
 
 
47
};
 
48
    void QgsVectorLayerdrawLineString()
 
49
{
 
50
 
 
51
};
 
52
    void QgsVectorLayerdrawPolygon()
 
53
{
 
54
 
 
55
};
 
56
    void QgsVectorLayerdraw()
 
57
{
 
58
 
 
59
};
 
60
    void QgsVectorLayerendian()
 
61
{
 
62
 
 
63
};
 
64
    void QgsVectorLayertable()
 
65
{
 
66
 
 
67
};
 
68
    void QgsVectorLayerselect()
 
69
{
 
70
 
 
71
};
 
72
    void QgsVectorLayerinvertSelection()
 
73
{
 
74
 
 
75
};
 
76
    void QgsVectorLayerremoveSelection()
 
77
{
 
78
 
 
79
};
 
80
    void QgsVectorLayertriggerRepaint()
 
81
{
 
82
 
 
83
};
 
84
    void QgsVectorLayerinvalidateTableDisplay()
 
85
{
 
86
 
 
87
};
 
88
    void QgsVectorLayergetDataProvider()
 
89
{
 
90
 
 
91
};
 
92
    void QgsVectorLayersetProviderEncoding()
 
93
{
 
94
 
 
95
};
 
96
    void QgsVectorLayershowLayerProperties()
 
97
{
 
98
 
 
99
};
 
100
    void QgsVectorLayerrenderer()
 
101
{
 
102
 
 
103
};
 
104
    void QgsVectorLayersetRenderer()
 
105
{
 
106
 
 
107
};
 
108
    void QgsVectorLayervectorType()
 
109
{
 
110
 
 
111
};
 
112
    void QgsVectorLayerpropertiesDialog()
 
113
{
 
114
 
 
115
};
 
116
    void QgsVectorLayerbBoxOfSelected()
 
117
{
 
118
 
 
119
};
 
120
    void QgsVectorLayersetLayerProperties()
 
121
{
 
122
 
 
123
};
 
124
    void QgsVectorLayergetFirstFeature()
 
125
{
 
126
 
 
127
};
 
128
    void QgsVectorLayergetNextFeature()
 
129
{
 
130
 
 
131
};
 
132
    void QgsVectorLayerfeatureCount()
 
133
{
 
134
 
 
135
};
 
136
    void QgsVectorLayerupdateFeatureCount()
 
137
{
 
138
 
 
139
};
 
140
    void QgsVectorLayerupdateExtents()
 
141
{
 
142
 
 
143
};
 
144
    void QgsVectorLayersubsetString()
 
145
{
 
146
 
 
147
};
 
148
    void QgsVectorLayersetSubsetString()
 
149
{
 
150
 
 
151
};
 
152
    void QgsVectorLayerfieldCount()
 
153
{
 
154
 
 
155
};
 
156
    void QgsVectorLayerfields()
 
157
{
 
158
 
 
159
};
 
160
    void QgsVectorLayeraddFeature()
 
161
{
 
162
 
 
163
};
 
164
    void QgsVectorLayerinsertVertexBefore()
 
165
{
 
166
 
 
167
};
 
168
    void QgsVectorLayermoveVertexAt()
 
169
{
 
170
 
 
171
};
 
172
    void QgsVectorLayerdeleteVertexAt()
 
173
{
 
174
 
 
175
};
 
176
    void QgsVectorLayergetDefaultValue()
 
177
{
 
178
 
 
179
};
 
180
    void QgsVectorLayerdeleteSelectedFeatures()
 
181
{
 
182
 
 
183
};
 
184
    void QgsVectorLayerlabel()
 
185
{
 
186
 
 
187
};
 
188
    void QgsVectorLayertoggleEditing()
 
189
{
 
190
 
 
191
};
 
192
    void QgsVectorLayerstartEditing()
 
193
{
 
194
 
 
195
};
 
196
    void QgsVectorLayerstopEditing()
 
197
{
 
198
 
 
199
};
 
200
    void QgsVectorLayerscaleDependentRender()
 
201
{
 
202
 
 
203
};
 
204
    void QgsVectorLayerminimumScale()
 
205
{
 
206
 
 
207
};
 
208
    void QgsVectorLayermaximumScale()
 
209
{
 
210
 
 
211
};
 
212
    void QgsVectorLayersetDataProvider()
 
213
{
 
214
 
 
215
};
 
216
    void QgsVectorLayerwriteXML()
 
217
{
 
218
 
 
219
};
 
220
    void QgsVectorLayerinOverview()
 
221
{
 
222
 
 
223
};
 
224
    void QgsVectorLayerfindFreeId()
 
225
{
 
226
 
 
227
};
 
228
    void QgsVectorLayercommitChanges()
 
229
{
 
230
 
 
231
};
 
232
    void QgsVectorLayerrollBack()
 
233
{
 
234
 
 
235
};
 
236
    void QgsVectorLayerselectedFeatures()
 
237
{
 
238
 
 
239
};
 
240
    void QgsVectorLayeraddFeatures()
 
241
{
 
242
 
 
243
};
 
244
    void QgsVectorLayerlayerTypeIconPath()
 
245
{
 
246
 
 
247
};
 
248
    void QgsVectorLayerrefreshLegend()
 
249
{
 
250
 
 
251
};
 
252
    void QgsVectorLayercopySymbologySettings()
 
253
{
 
254
 
 
255
};
 
256
    void QgsVectorLayerisSymbologyCompatible()
 
257
{
 
258
 
 
259
};
 
260
    void QgsVectorLayersnapPoint()
 
261
{
 
262
 
 
263
};
 
264
    void QgsVectorLayersnapVertexWithContext()
 
265
{
 
266
 
 
267
};
 
268
    void QgsVectorLayersnapSegmentWithContext()
 
269
{
 
270
 
 
271
};
 
272
    void QgsVectorLayerdrawFeature()
 
273
{
 
274
 
 
275
};
 
276
    void QgsVectorLayersaveAsShapefile()
 
277
{
 
278
 
 
279
};
 
280
    void QgsVectorLayersetCoordinateSystem()
 
281
{
 
282
 
 
283
};
 
284
    void QgsVectorLayercommitAttributeChanges()
 
285
{
 
286
 
 
287
};
 
288
    void QgsVectorLayertransformPoint()
 
289
{
 
290
 
 
291
};
 
292
    void QgsVectorLayertransformPoints()
 
293
{
 
294
 
 
295
};
 
296
    void QgsVectorLayergetTransparency()
 
297
{
 
298
 
 
299
};
 
300
    void QgsVectorLayersetTransparency()
 
301
{
 
302
 
 
303
};
 
304
 
 
305
};
 
306
 
 
307
QTEST_MAIN(TestQgsVectorLayer)
 
308
#include "testqgsvectorlayer.moc.cpp"
 
309
 
 
310
 
 
311
 
 
312