|
def | __init__ (self, parent) |
|
def | setColor (self, colour, button) |
|
def | colorDialog (self, colour, button) |
| Sets color of features. More...
|
|
def | setLinePattern (self, patternLine, comboBox) |
| Set style for QPen. More...
|
|
def | setFillPattern (self, pattern, comboBox) |
| Set style for QBrush. More...
|
|
def | setLineCap (self, capPattern, comboBox) |
|
def | setLineJoin (self, joinPattern, comboBox) |
|
def | setSymbol (self, symbol, comboBox) |
| Set style of point verticles. More...
|
|
def | drawSymbol (self, shape) |
| Create point style in QComboBox. More...
|
|
§ __init__()
def agroeyepy.View.editstyledialog.Edit.__init__ |
( |
|
self, |
|
|
|
parent |
|
) |
| |
§ colorDialog()
def agroeyepy.View.editstyledialog.Edit.colorDialog |
( |
|
self, |
|
|
|
colour, |
|
|
|
button |
|
) |
| |
Sets color of features.
Opens QColorDialog to set new color.
§ drawSymbol()
def agroeyepy.View.editstyledialog.Edit.drawSymbol |
( |
|
self, |
|
|
|
shape |
|
) |
| |
Create point style in QComboBox.
- Parameters
-
shape | the type of selected style of point |
§ setColor()
def agroeyepy.View.editstyledialog.Edit.setColor |
( |
|
self, |
|
|
|
colour, |
|
|
|
button |
|
) |
| |
§ setFillPattern()
def agroeyepy.View.editstyledialog.Edit.setFillPattern |
( |
|
self, |
|
|
|
pattern, |
|
|
|
comboBox |
|
) |
| |
§ setLineCap()
def agroeyepy.View.editstyledialog.Edit.setLineCap |
( |
|
self, |
|
|
|
capPattern, |
|
|
|
comboBox |
|
) |
| |
§ setLineJoin()
def agroeyepy.View.editstyledialog.Edit.setLineJoin |
( |
|
self, |
|
|
|
joinPattern, |
|
|
|
comboBox |
|
) |
| |
§ setLinePattern()
def agroeyepy.View.editstyledialog.Edit.setLinePattern |
( |
|
self, |
|
|
|
patternLine, |
|
|
|
comboBox |
|
) |
| |
§ setSymbol()
def agroeyepy.View.editstyledialog.Edit.setSymbol |
( |
|
self, |
|
|
|
symbol, |
|
|
|
comboBox |
|
) |
| |
Set style of point verticles.
§ parent
agroeyepy.View.editstyledialog.Edit.parent |
The documentation for this class was generated from the following file: