Searched refs:GLObject (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/glteapot/
H A DGLObject.h42 class GLObject { class
44 GLObject(ObjectView* ov);
45 virtual ~GLObject();
69 class TriangleObject : public GLObject {
H A DGLObject.cpp20 #include "GLObject.h"
80 GLObject::GLObject(ObjectView* ov) function in class:GLObject
96 GLObject::~GLObject()
102 GLObject::MenuInvoked(BPoint point)
151 GLObject::Solidity() const
159 GLObject::SpinIt()
172 GLObject::Spin(float rx, float ry)
180 GLObject
[all...]
H A DObjectView.h43 class GLObject;
51 GLObject *pickedObject;
H A DObjectView.cpp28 #include "GLObject.h"
427 reinterpret_cast<GLObject*>(fObjects.ItemAt(i))->Draw(true, idColor);
446 GLObject* object = NULL;
450 object = reinterpret_cast<GLObject*>(fObjects.ItemAt(ObjectAtPoint(point)));
759 bool hack = reinterpret_cast<GLObject*>(fObjects.ItemAt(i))->SpinIt();
775 GLObject *object = reinterpret_cast<GLObject*>(fObjects.ItemAt(i));
781 GLObject *object = reinterpret_cast<GLObject*>(fObjects.ItemAt(i));

Completed in 43 milliseconds