QgsOfflineEditing.__attribute_docs__={'progressStarted':'Emitted when the process has started.\n','layerProgressUpdated':'Emitted whenever a new layer is being processed.\nIt is possible to estimate the progress of the complete operation by\ncomparing the index of the current ``layer`` to the total amount\n``numLayers``.\n','progressModeSet':'Emitted when the mode for the progress of the current operation is\nset.\n\n:param mode: progress mode\n:param maximum: total number of entities to process in the current operation\n','progressUpdated':'Emitted with the progress of the current mode\n\n:param progress: current index of processed entities\n','progressStopped':'Emitted when the processing of all layers has finished\n','warning':'Emitted when a warning needs to be displayed.\n\n:param title: title string for message\n:param message: A descriptive message for the warning\n'}