Table Of Contents

Previous topic

GraphicsMatrix

Next topic

GraphicsPath

This Page

phoenix_title GraphicsObject

This class is the superclass of native graphics objects like pens etc.

It allows reference counting. Not instantiated by user code.


class_hierarchy Inheritance Diagram

Inheritance diagram for class GraphicsObject

Inheritance diagram of GraphicsObject


method_summary Methods Summary

GetRenderer Returns the renderer that was used to create this instance, or None if it has not been initialized yet.
IsNull  
IsOk  
__nonzero__  

property_summary Properties Summary

Renderer See GetRenderer

api Class API



class GraphicsObject(Object)

This class is the superclass of native graphics objects like pens etc.


Methods



GetRenderer(self)

Returns the renderer that was used to create this instance, or None if it has not been initialized yet.

Return type: GraphicsRenderer


IsNull(self)
Return type:bool
Returns:False if this object is valid, otherwise returns True.


IsOk(self)
Return type:bool


__nonzero__(self)
Return type:int

Properties



Renderer

See GetRenderer