Package glitter :: Package utils :: Module objects :: Class GLObject
[hide private]
[frames] | no frames]

Class GLObject

source code

object --+
         |
        GLObject
Known Subclasses:

Base class for objects that belong to an OpenGL context.

Instance Methods [hide private]
 
__init__(self, context=None)
Create a new GLObject.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
  _context
The parent context.
Properties [hide private]
  context

Inherited from object: __class__

Method Details [hide private]

__init__(self, context=None)
(Constructor)

source code 

Create a new GLObject.

Parameters:
  • context (Context) - The parent context. Uses the current context if context is None.
Overrides: object.__init__

Property Details [hide private]

context

Get Method:
unreachable.context(self)