Home
last modified time | relevance | path

Searched refs:GraphicsObject (Results 101 – 117 of 117) sorted by relevance

12345

/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DImageItem.py4 from .GraphicsObject import GraphicsObject
20 class ImageItem(GraphicsObject):
38 GraphicsObject.__init__(self)
H A DROI.py22 from .GraphicsObject import GraphicsObject
40 class ROI(GraphicsObject):
146 GraphicsObject.__init__(self, parent)
1545 GraphicsObject.viewTransformChanged(self)
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dmedium_object_promotion.cc79 GraphicsObject& obj = gs.GetObject(OBJ_BG, 0); in TEST_P()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/
H A D__init__.py196 from .graphicsItems.GraphicsObject import *
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/
H A Dplotutils.py35 class AnchorItem(pg.GraphicsObject):
39 self.setFlag(pg.GraphicsObject.ItemHasNoContents)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowviolinplot.py159 class ViolinItem(pg.GraphicsObject):
251 class BoxItem(pg.GraphicsObject):
332 class SelectionRect(pg.GraphicsObject):
H A Dowfreeviz.py321 class MoveIndicator(pg.GraphicsObject):
H A Dowradviz.py444 class MoveIndicator(pg.GraphicsObject):
H A Dowdistributions.py67 class DistributionBarItem(pg.GraphicsObject):
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/flowchart/
H A DFlowchart.py552 class FlowchartGraphicsItem(GraphicsObject):
555 GraphicsObject.__init__(self)
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/sdl/
H A Dtexture.cc601 void Texture::RenderToScreenAsObject(const GraphicsObject& go, in RenderToScreenAsObject()
H A Dsdl_surface.cc616 void SDLSurface::RenderToScreenAsObject(const GraphicsObject& rp, in RenderToScreenAsObject()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DProgram397 struct OSG_EXPORT ProgramObjects : public osg::GraphicsObject
H A DBufferObject163 class OSG_EXPORT GLBufferObject : public GraphicsObject
H A DTexture992 class OSG_EXPORT TextureObject : public GraphicsObject
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/
H A DCHANGELOG855 - Fixed PySide crash caused by emitting signal from GraphicsObject.itemChange
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dcore.pyi13186 class GraphicsObject(Object):
13219 # end of class GraphicsObject
13222 class GraphicsBitmap(GraphicsObject):
13253 class GraphicsBrush(GraphicsObject):
13260 class GraphicsFont(GraphicsObject):
13267 class GraphicsPen(GraphicsObject):
13274 class GraphicsContext(GraphicsObject):
13872 class GraphicsMatrix(GraphicsObject):
13965 class GraphicsPath(GraphicsObject):

12345