|
def | __init__ (self, plugin, parent=None) |
|
def | paintEvent (self, e) |
|
def | parentClosed (self, e) |
|
def | setCurrentTime (self, val=None) |
|
def | createRegion (self, x, y, rad, start, end, col) |
|
def | createLabel (self, x, y, rad, angle, text, color=0.0, font=QtGui.QFont("Arial", 20)) |
|
def | setRegionColor (self, reg, col) |
|
def | setPlotObjectData (self, obj) |
|
def | updateGraph (self) |
|
def | __init__ (self, plugin, parent=None) |
|
def | setTitle (self, title) |
|
def | setUpdated (self) |
|
def | setShowLegend (self, show=True, update=True) |
|
def | paintEvent (self, e) |
|
def | updateGraph (self) |
|
def | setPlotObjectData (self, obj) |
|
def | getDataTable (self) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
plugin, |
|
|
|
parent = None |
|
) |
| |
◆ createLabel()
def createLabel |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
rad, |
|
|
|
angle, |
|
|
|
text, |
|
|
|
color = 0.0 , |
|
|
|
font = QtGui.QFont("Arial",20) |
|
) |
| |
Create a label centered at (x,y) and offset by the polar vector (rad,angle).
◆ createRegion()
def createRegion |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
rad, |
|
|
|
start, |
|
|
|
end, |
|
|
|
col |
|
) |
| |
Create an ellipse centered at (x,y) with radius `rad' starting at radian angle `start' and ending at `end'
with colour `col'. The center is defined as the center of the circle of which the ellipse is a slice. The
ellipse is thus a full "pie slice" drawn over top of earlier defined slices.
◆ paintEvent()
def paintEvent |
( |
|
self, |
|
|
|
e |
|
) |
| |
◆ parentClosed()
def parentClosed |
( |
|
self, |
|
|
|
e |
|
) |
| |
◆ setCurrentTime()
def setCurrentTime |
( |
|
self, |
|
|
|
val = None |
|
) |
| |
◆ setPlotObjectData()
def setPlotObjectData |
( |
|
self, |
|
|
|
obj |
|
) |
| |
◆ setRegionColor()
def setRegionColor |
( |
|
self, |
|
|
|
reg, |
|
|
|
col |
|
) |
| |
◆ updateGraph()
◆ colorbar
◆ colormap
◆ currentTime
◆ currentTimeIndex
◆ dataRange
◆ labels
◆ matrix
◆ plotarea
◆ regions
◆ timesteps
The documentation for this class was generated from the following file: