コード例 #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()
コード例 #2
0
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
コード例 #3
0
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
     # Init the default style
     self.style = QgsStyle.defaultStyle()
コード例 #4
0
 def __init__(self, collection_id):
     """Constructor of the base class."""
     BaseResourceHandler.__init__(self, collection_id)
コード例 #5
0
 def __init__(self, collection_id):
     """Base class constructor."""
     BaseResourceHandler.__init__(self, collection_id)