Library qtcanvas
Overview
This library is undocumented
Non-class functions
Here you will find the list of all functions, which are defined outside the scope of a class.
Class QtCanvas
Here you will find the class functions of 'QtCanvas' defined in the library 'qtcanvas'.
- QtCanvas():QtCanvas
- Creates a new empty QtCanvas instance
- addCoordinates(canvas:QtCanvas,position:QPointF,range:QRectF):void
- Adds a coordinate axis to the canvas
- addImage(canvas:QtCanvas,image:,position:QPointF):void
- Adds an image observer to the canvas
- add(canvas:QtCanvas,image:QImage,position:QPointF):void
- Adds an image to the canvas
- add(canvas:QtCanvas,container:Container2D):void
- Adds primitives to the canvas
- lines(canvas:QtCanvas):Container2D
- Returns the lines of the canvas
- points(canvas:QtCanvas):Container2D
- Returns the points of the canvas
- remove(canvas:QtCanvas,type:int):void
- Removes primitives from the canvas
- setRange(canvas:QtCanvas,range:QRectF):void
- Sets the range of the canvas
- update(canvas:QtCanvas):void
- Updates the canvas