Esempio n. 1
0
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
     # Initialize with the default style
     self.style = QgsStyle.defaultStyle()
Esempio n. 2
0
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
     # Init the default style
     self.style = QgsStyle.defaultStyle()
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
Esempio n. 5
0
 def __init__(self, collection_id):
     """Base class constructor."""
     BaseResourceHandler.__init__(self, collection_id)