Jive reference manual
List of all members | Public Member Functions | Protected Member Functions
jem::gl::DummyAttribs Class Reference

#include <jem/gl/DummyAttribs.h>

Inheritance diagram for jem::gl::DummyAttribs:
Inheritance graph

Public Member Functions

 DummyAttribs ()
 
virtual Ref< Objectclone () const
 
virtual int copyFrom (const Properties &props)
 
virtual void copyTo (const Properties &props, int fields) const
 
virtual void listProps (const Properties &props) const
 
virtual void setDefaults ()
 
virtual void setCurrent (int fields) const
 
virtual void getCurrent (int fields)
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () 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< Objectclone () const
 Returns a copy of this object. More...
 

Protected Member Functions

virtual ~DummyAttribs ()
 
- Protected Member Functions inherited from jem::gl::Attributes
virtual ~Attributes ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 
- Protected Member Functions inherited from jem::Clonable
virtual ~Clonable ()
 
virtual void emitVTable_ ()
 
- Protected Member Functions inherited from jem::Interface
virtual ~Interface ()
 Empty destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 
- Public Attributes inherited from jem::gl::Attributes
util::Event< int, Self & > newValuesEvent
 
- Static Public Attributes inherited from jem::gl::Attributes
static const int ALL_FIELDS
 

Constructor & Destructor Documentation

jem::gl::DummyAttribs::DummyAttribs ( )
virtual jem::gl::DummyAttribs::~DummyAttribs ( )
protectedvirtual

Member Function Documentation

virtual Ref<Object> jem::gl::DummyAttribs::clone ( ) const
virtual

Implements jem::Clonable.

virtual int jem::gl::DummyAttribs::copyFrom ( const Properties props)
virtual

Implements jem::gl::Attributes.

virtual void jem::gl::DummyAttribs::copyTo ( const Properties props,
int  fields 
) const
virtual

Implements jem::gl::Attributes.

virtual void jem::gl::DummyAttribs::listProps ( const Properties props) const
virtual

Implements jem::gl::Attributes.

virtual void jem::gl::DummyAttribs::setDefaults ( )
virtual

Implements jem::gl::Attributes.

virtual void jem::gl::DummyAttribs::setCurrent ( int  fields) const
virtual

Implements jem::gl::Attributes.

virtual void jem::gl::DummyAttribs::getCurrent ( int  fields)
virtual

Implements jem::gl::Attributes.