View Source wxGraphicsObject (wx v2.4.3)

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

It allows reference counting. Not instantiated by user code.

See:

wxWidgets docs: wxGraphicsObject

Summary

Functions

Destroys the object

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

Return: false if this object is valid, otherwise returns true.

Types

-type wxGraphicsObject() :: wx:wx_object().

Functions

-spec destroy(This :: wxGraphicsObject()) -> ok.

Destroys the object

-spec getRenderer(This) -> wxGraphicsRenderer:wxGraphicsRenderer() when This :: wxGraphicsObject().

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

-spec isNull(This) -> boolean() when This :: wxGraphicsObject().

Return: false if this object is valid, otherwise returns true.