Agroeye  1.0
Public Member Functions | Public Attributes | List of all members
agroeyepy.View.editstyledialog.Edit Class Reference
Inheritance diagram for agroeyepy.View.editstyledialog.Edit:
Collaboration diagram for agroeyepy.View.editstyledialog.Edit:

Public Member Functions

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...
 

Public Attributes

 parent
 

Constructor & Destructor Documentation

§ __init__()

def agroeyepy.View.editstyledialog.Edit.__init__ (   self,
  parent 
)

Member Function Documentation

§ colorDialog()

def agroeyepy.View.editstyledialog.Edit.colorDialog (   self,
  colour,
  button 
)

Sets color of features.

Opens QColorDialog to set new color.

Here is the caller graph for this function:

§ drawSymbol()

def agroeyepy.View.editstyledialog.Edit.drawSymbol (   self,
  shape 
)

Create point style in QComboBox.

Parameters
shapethe type of selected style of point
Here is the caller graph for this function:

§ setColor()

def agroeyepy.View.editstyledialog.Edit.setColor (   self,
  colour,
  button 
)
Here is the call graph for this function:
Here is the caller graph for this function:

§ setFillPattern()

def agroeyepy.View.editstyledialog.Edit.setFillPattern (   self,
  pattern,
  comboBox 
)

Set style for QBrush.

§ 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 
)

Set style for QPen.

§ setSymbol()

def agroeyepy.View.editstyledialog.Edit.setSymbol (   self,
  symbol,
  comboBox 
)

Set style of point verticles.

Here is the call graph for this function:

Member Data Documentation

§ parent

agroeyepy.View.editstyledialog.Edit.parent

The documentation for this class was generated from the following file: