OrsViewAnimator¶
Manages the 2D animations
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2018. |
| date: | Dec 26 2016 11:52 |
| dragonflyVersion: | |
| 2.1.0.200 (D) | |
| UUID: | ffba6e18761d11e7aac6448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsViewAnimator.OrsViewAnimator.OrsViewAnimator(varname=None, managed=True)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
closable= False¶
-
closeWidget(name)¶
-
getLargestFPS()¶
-
getMaximumSliceIndex(view: ORSModel.ors.View)¶
-
getMinimumSliceIndex(view: ORSModel.ors.View)¶
-
getRangeEnabled(view: ORSModel.ors.View)¶
-
getSliceBoundaries(view: ORSModel.ors.View)¶
-
getViewCineActive(view: ORSModel.ors.View)¶
-
getViewCineFps(view: ORSModel.ors.View)¶
-
getViewCineReverse(view: ORSModel.ors.View)¶
-
getViewInteractorCount()¶
-
keepAlive= False¶
-
classmethod
makeMovie(widget, view: ORSModel.ors.View, box, fps, startFrame=None, endFrame=None)¶
-
classmethod
makeMovieWithFilename(view: ORSModel.ors.View, box, fps, filename, quality=7, startFrame=None, endFrame=None)¶
-
multiple= False¶
-
static
openGUI()¶
-
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)¶
-
orsCurrentDisplayChange()¶
-
orsSelectedObjectsChanged()¶
-
processAllInteractors()¶
-
resetBoundary(view: ORSModel.ors.View)¶
-
savable= True¶
-
setMaximumSliceIndex(view: ORSModel.ors.View, value: int)¶
-
setMinimumSliceIndex(view: ORSModel.ors.View, value: int)¶
-
setRangeEnabled(view: ORSModel.ors.View, value: bool)¶
-
setSliceBoundaries(view: ORSModel.ors.View, start, end)¶
-
setViewCineFps(view: ORSModel.ors.View, fps: float)¶
-
startStopAnimation()¶
-
startStopAnimationAction()¶
-
viewStartCine(view: ORSModel.ors.View, fps, currentIndex=0)¶
-
viewStopCine(view: ORSModel.ors.View)¶
-