Jive reference manual
|
#include <jem/gl/GLSetup2D.h>
Public Types | |
typedef GLSetup2D | Self |
typedef StdGLSetup | Super |
![]() | |
typedef StdGLSetup | Self |
typedef GLSetup | Super |
![]() | |
typedef GLSetup | Self |
typedef Object | Super |
Public Member Functions | |
GLSetup2D () | |
virtual void | initGL () |
![]() | |
StdGLSetup () | |
virtual void | initView (const Rect &rect) |
![]() | |
virtual void | configure (const Properties &props) |
virtual void | getConfig (const Properties &props) const |
virtual void | listProps (const Properties &props) const |
![]() | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Protected Member Functions | |
virtual | ~GLSetup2D () |
![]() | |
virtual | ~StdGLSetup () |
![]() | |
virtual | ~GLSetup () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Additional Inherited Members | |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
util::Event< Self & > | changeEvent |
typedef GLSetup2D jem::gl::GLSetup2D::Self |
typedef StdGLSetup jem::gl::GLSetup2D::Super |
jem::gl::GLSetup2D::GLSetup2D | ( | ) |
|
protectedvirtual |
|
virtual |
Reimplemented from jem::gl::StdGLSetup.