class GmObject

The base class for all GLAM object is the GmObject class.

Inheritance:


Public Methods

[more] GmObject ()
Standard constructor
[more]unsigned short getObjectId ()
Gets the object ID of this GLAM object.
[more]virtual ~GmObject ()
Standard destructor

Protected Fields

[more]The object ID is used to uniquely identify each GmObject unsigned short mObjectId


Documentation

The base class for all GLAM object is the GmObject class. It encapsulates general functionality for all GLAM objects.
oThe object ID is used to uniquely identify each GmObject unsigned short mObjectId

o GmObject()
Standard constructor

ovirtual ~GmObject()
Standard destructor

ounsigned short getObjectId()
Gets the object ID of this GLAM object. The object ID is useful for unique identification and is also used internally for OpenGL picking.

Returns:
the object id of the given GLAM object


Direct child classes:
GmDrawable

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.