Eidolon
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
TimeMultiSeriesDialog Class Reference
Inheritance diagram for TimeMultiSeriesDialog:
Inheritance graph
Collaboration diagram for TimeMultiSeriesDialog:
Collaboration graph

Public Member Functions

def __init__ (self, serieslist, resultf, mgr, plugin, parent=None)
 
def updateView (self)
 
def createImage (self)
 
def reject (self)
 
- Public Member Functions inherited from BaseCamera2DWidget
def __init__ (self, mgr, camera, indicatorCol=color(1, 1, 1, 0.25), parent=None)
 
def getImageStackPosition (self)
 
def getImageStackMax (self)
 
def getSecondaryNames (self)
 
def getObjectNames (self)
 
def getImageXiPosition (self)
 
def mousePress (self, e)
 
def mouseDrag (self, e, dx, dy)
 
def mouseRelease (self, e)
 
def parentClosed (self, e)
 
def fillImage (self, img)
 
def isStdPlaneName (self, name)
 
def calculateViewPlane (self, reptrans, planename=None, imgxi=0)
 
def createFigure (self, name, ftype=FT_TRILIST, is2DOnly=True)
 
def createMaterial (self, name, useLighting=False, useVertexColor=True)
 
def createTexture (self, name, width, height, format)
 
def addHandle (self, handle)
 
def removeHandle (self, index)
 
def removeHandles (self)
 
def getHandle (self, index)
 
def getSelectedHandle (self)
 
def selectHandleScreenCoord (self, x, y)
 
def deselectHandles (self)
 
def handleSelected (self, handle)
 
def getObjFigures (self, name, numfigs=1, ftype=FT_TRILIST)
 
def retainObjFigures (self, names)
 
def setObjPlane (self, name, planetrans)
 
def setFigsVisible (self, name, vis)
 
def setPlaneIndicator (self, obj, planetrans)
 
def setIndicatorVisible (self, visible)
 
def getBBTransform (self)
 
def getWorldPosition (self, x, y, isAbsolute=True)
 
def getScreenPosition (self, pos)
 
def getOrthoPosition (self, pos)
 
def getScreenOrthoPosition (self, x, y, isAbsolute=True)
 
def getImagePosition (self, x, y)
 
def setFigTransforms (self)
 
def updateView (self)
 
- Public Member Functions inherited from Base2DWidget
def __init__ (self, parent=None)
 
def modifyDrawWidget (self, drawWidget)
 
def updateView (self)
 
def fillImage (self, img)
 
def mousePress (self, e)
 
def mouseRelease (self, e)
 
def mouseDrag (self, e, dx, dy)
 
def mouseWheelMove (self, e)
 
def mouseDoubleClick (self, e)
 
def keyPress (self, e)
 
def keyRelease (self, e)
 
def parentClosed (self, e)
 
def getDrawDims (self)
 
def getBoxFitScale (self, w, h)
 

Public Attributes

 resultf
 
 plugin
 
 serieslist
 
 numImgs
 
 simg
 
 imgwidth
 
 imgheight
 
 tex
 
 texmat
 
 imgfig
 
 recthandle
 
 state
 
 stateStack
 
 sceneBB
 
- Public Attributes inherited from BaseCamera2DWidget
 mgr
 
 camera
 
 sourceName
 
 planeName
 
 scroll
 
 zoom
 
 viewplane
 
 objFigMap
 
 handles
 
 slicewidth
 
 linewidth
 
 planeShift
 
 sceneBB
 
 indicatorCol
 
 indicatorMaterial
 
 indicatorTrans
 
 indicatorPlane
 
 indicatorVisible
 
- Public Attributes inherited from Base2DWidget
 imgFormat
 
 img
 
 prevX
 
 prevY
 

Static Public Attributes

 PreviewState = namedtuple('PreviewState','stackStart stackEnd minx miny maxx maxy')
 
- Static Public Attributes inherited from BaseCamera2DWidget
tuple defaultQuad
 
tuple standardPlanes = ('XY','XZ','YZ')
 

Private Member Functions

def _worldToImgXY (self, x, y)
 
def _imgToWorldXY (self, x, y)
 
def _setBox (self, minx, maxx, miny, maxy)
 
def _updateState (self, _=None)
 
def _setHandle (self, nx, ny, xx, xy)
 
def _setOrderedBoxes (self, minbox, maxbox)
 
def _setTexture (self)
 
def _loadImage (self)
 
def _selectImg (self, val=None)
 
def _reorderSeries (self)
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  serieslist,
  resultf,
  mgr,
  plugin,
  parent = None 
)
Here is the call graph for this function:

Member Function Documentation

◆ _imgToWorldXY()

def _imgToWorldXY (   self,
  x,
  y 
)
private
Here is the caller graph for this function:

◆ _loadImage()

def _loadImage (   self)
private
Here is the caller graph for this function:

◆ _reorderSeries()

def _reorderSeries (   self)
private
Here is the call graph for this function:

◆ _selectImg()

def _selectImg (   self,
  val = None 
)
private
Here is the call graph for this function:

◆ _setBox()

def _setBox (   self,
  minx,
  maxx,
  miny,
  maxy 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _setHandle()

def _setHandle (   self,
  nx,
  ny,
  xx,
  xy 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _setOrderedBoxes()

def _setOrderedBoxes (   self,
  minbox,
  maxbox 
)
private
Here is the call graph for this function:

◆ _setTexture()

def _setTexture (   self)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _updateState()

def _updateState (   self,
  _ = None 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _worldToImgXY()

def _worldToImgXY (   self,
  x,
  y 
)
private
Here is the caller graph for this function:

◆ createImage()

def createImage (   self)
Here is the call graph for this function:

◆ reject()

def reject (   self)

◆ updateView()

def updateView (   self)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ imgfig

imgfig

◆ imgheight

imgheight

◆ imgwidth

imgwidth

◆ numImgs

numImgs

◆ plugin

plugin

◆ PreviewState

PreviewState = namedtuple('PreviewState','stackStart stackEnd minx miny maxx maxy')
static

◆ recthandle

recthandle

◆ resultf

resultf

◆ sceneBB

sceneBB

◆ serieslist

serieslist

◆ simg

simg

◆ state

state

◆ stateStack

stateStack

◆ tex

tex

◆ texmat

texmat

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