Advertisement
xunilk

QgsDataProvider Class (PyQGIS)

Aug 11th, 2014
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on zeito
  2. ## Type help(iface) for more info and list of methods.
  3. help(QgsDataProvider)
  4. Help on class QgsDataProvider in module qgis.core:
  5.  
  6. class QgsDataProvider(PyQt4.QtCore.QObject)
  7. | QgsDataProvider(QString uri="")
  8. |
  9. | Method resolution order:
  10. | QgsDataProvider
  11. | PyQt4.QtCore.QObject
  12. | sip.wrapper
  13. | sip.simplewrapper
  14. | __builtin__.object
  15. |
  16. | Methods defined here:
  17. |
  18. | childEvent(...)
  19. |
  20. | connectNotify(...)
  21. |
  22. | crs(...)
  23. | QgsDataProvider.crs() -> QgsCoordinateReferenceSystem
  24. |
  25. | customEvent(...)
  26. |
  27. | dataChanged = <unbound signal dataChanged>
  28. | dataSourceUri(...)
  29. | QgsDataProvider.dataSourceUri() -> QString
  30. |
  31. | dataTimestamp(...)
  32. | QgsDataProvider.dataTimestamp() -> QDateTime
  33. |
  34. | description(...)
  35. | QgsDataProvider.description() -> QString
  36. |
  37. | disconnectNotify(...)
  38. |
  39. | error(...)
  40. | QgsDataProvider.error() -> QgsError
  41. |
  42. | extent(...)
  43. | QgsDataProvider.extent() -> QgsRectangle
  44. |
  45. | fileRasterFilters(...)
  46. | QgsDataProvider.fileRasterFilters() -> QString
  47. |
  48. | fileVectorFilters(...)
  49. | QgsDataProvider.fileVectorFilters() -> QString
  50. |
  51. | fullExtentCalculated = <unbound signal fullExtentCalculated>
  52. | isValid(...)
  53. | QgsDataProvider.isValid() -> bool
  54. |
  55. | name(...)
  56. | QgsDataProvider.name() -> QString
  57. |
  58. | receivers(...)
  59. |
  60. | reloadData(...)
  61. | QgsDataProvider.reloadData()
  62. |
  63. | sender(...)
  64. |
  65. | setDataSourceUri(...)
  66. | QgsDataProvider.setDataSourceUri(QString)
  67. |
  68. | setLayerOrder(...)
  69. | QgsDataProvider.setLayerOrder(QStringList)
  70. |
  71. | setSubLayerVisibility(...)
  72. | QgsDataProvider.setSubLayerVisibility(QString, bool)
  73. |
  74. | setSubsetString(...)
  75. | QgsDataProvider.setSubsetString(QString, bool updateFeatureCount=True) -> bool
  76. |
  77. | subLayerCount(...)
  78. | QgsDataProvider.subLayerCount() -> int
  79. |
  80. | subLayerStyles(...)
  81. | QgsDataProvider.subLayerStyles() -> QStringList
  82. |
  83. | subLayers(...)
  84. | QgsDataProvider.subLayers() -> QStringList
  85. |
  86. | subsetString(...)
  87. | QgsDataProvider.subsetString() -> QString
  88. |
  89. | supportsSubsetString(...)
  90. | QgsDataProvider.supportsSubsetString() -> bool
  91. |
  92. | timerEvent(...)
  93. |
  94. | timestamp(...)
  95. | QgsDataProvider.timestamp() -> QDateTime
  96. |
  97. | updateExtents(...)
  98. | QgsDataProvider.updateExtents()
  99. |
  100. | ----------------------------------------------------------------------
  101. | Methods inherited from PyQt4.QtCore.QObject:
  102. |
  103. | __getattr__(...)
  104. | QObject.__getattr__(str) -> object
  105. |
  106. | blockSignals(...)
  107. | QObject.blockSignals(bool) -> bool
  108. |
  109. | children(...)
  110. | QObject.children() -> list-of-QObject
  111. |
  112. | connect(...)
  113. | QObject.connect(QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType=Qt.AutoConnection) -> bool
  114. | QObject.connect(QObject, SIGNAL(), callable, Qt.ConnectionType=Qt.AutoConnection) -> bool
  115. | QObject.connect(QObject, SIGNAL(), SLOT(), Qt.ConnectionType=Qt.AutoConnection) -> bool
  116. |
  117. | deleteLater(...)
  118. | QObject.deleteLater()
  119. |
  120. | destroyed = <unbound signal destroyed>
  121. | disconnect(...)
  122. | QObject.disconnect(QObject, SIGNAL(), QObject, SLOT()) -> bool
  123. | QObject.disconnect(QObject, SIGNAL(), callable) -> bool
  124. |
  125. | dumpObjectInfo(...)
  126. | QObject.dumpObjectInfo()
  127. |
  128. | dumpObjectTree(...)
  129. | QObject.dumpObjectTree()
  130. |
  131. | dynamicPropertyNames(...)
  132. | QObject.dynamicPropertyNames() -> list-of-QByteArray
  133. |
  134. | emit(...)
  135. | QObject.emit(SIGNAL(), ...)
  136. |
  137. | event(...)
  138. | QObject.event(QEvent) -> bool
  139. |
  140. | eventFilter(...)
  141. | QObject.eventFilter(QObject, QEvent) -> bool
  142. |
  143. | findChild(...)
  144. | QObject.findChild(type, QString name=QString()) -> QObject
  145. |
  146. | findChildren(...)
  147. | QObject.findChildren(type, QString name=QString()) -> list-of-QObject
  148. | QObject.findChildren(type, QRegExp) -> list-of-QObject
  149. |
  150. | inherits(...)
  151. | QObject.inherits(str) -> bool
  152. |
  153. | installEventFilter(...)
  154. | QObject.installEventFilter(QObject)
  155. |
  156. | isWidgetType(...)
  157. | QObject.isWidgetType() -> bool
  158. |
  159. | killTimer(...)
  160. | QObject.killTimer(int)
  161. |
  162. | metaObject(...)
  163. | QObject.metaObject() -> QMetaObject
  164. |
  165. | moveToThread(...)
  166. | QObject.moveToThread(QThread)
  167. |
  168. | objectName(...)
  169. | QObject.objectName() -> QString
  170. |
  171. | parent(...)
  172. | QObject.parent() -> QObject
  173. |
  174. | property(...)
  175. | QObject.property(str) -> QVariant
  176. |
  177. | pyqtConfigure(...)
  178. | QObject.pyqtConfigure(...)
  179. |
  180. | Each keyword argument is either the name of a Qt property or a Qt signal.
  181. | For properties the property is set to the given value which should be of an
  182. | appropriate type.
  183. | For signals the signal is connected to the given value which should be a
  184. | callable.
  185. |
  186. | removeEventFilter(...)
  187. | QObject.removeEventFilter(QObject)
  188. |
  189. | setObjectName(...)
  190. | QObject.setObjectName(QString)
  191. |
  192. | setParent(...)
  193. | QObject.setParent(QObject)
  194. |
  195. | setProperty(...)
  196. | QObject.setProperty(str, QVariant) -> bool
  197. |
  198. | signalsBlocked(...)
  199. | QObject.signalsBlocked() -> bool
  200. |
  201. | startTimer(...)
  202. | QObject.startTimer(int) -> int
  203. |
  204. | thread(...)
  205. | QObject.thread() -> QThread
  206. |
  207. | tr(...)
  208. | QObject.tr(str, str disambiguation=None, int n=-1) -> QString
  209. |
  210. | trUtf8(...)
  211. | QObject.trUtf8(str, str disambiguation=None, int n=-1) -> QString
  212. |
  213. | ----------------------------------------------------------------------
  214. | Data descriptors inherited from PyQt4.QtCore.QObject:
  215. |
  216. | __weakref__
  217. | list of weak references to the object (if defined)
  218. |
  219. | staticMetaObject
  220. |
  221. | ----------------------------------------------------------------------
  222. | Methods inherited from sip.simplewrapper:
  223. |
  224. | __init__(...)
  225. | x.__init__(...) initializes x; see help(type(x)) for signature
  226. |
  227. | ----------------------------------------------------------------------
  228. | Data descriptors inherited from sip.simplewrapper:
  229. |
  230. | __dict__
  231. |
  232. | ----------------------------------------------------------------------
  233. | Data and other attributes inherited from sip.simplewrapper:
  234. |
  235. | __new__ = <built-in method __new__ of sip.wrappertype object>
  236. | T.__new__(S, ...) -> a new object with type S, a subtype of T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement