Jive reference manual
List of all members | Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
jem::gl::Attributes Class Referenceabstract

#include <jem/gl/Attributes.h>

Inheritance diagram for jem::gl::Attributes:
Inheritance graph

Public Member Functions

virtual int copyFrom (const Properties &props)=0
 
virtual void copyTo (const Properties &props, int fields) const =0
 
virtual void listProps (const Properties &props) const =0
 
virtual void setDefaults ()=0
 
virtual void setCurrent (int fields) const =0
 
virtual void getCurrent (int fields)=0
 
- 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...
 

Public Attributes

util::Event< int, Self & > newValuesEvent
 

Static Public Attributes

static const int ALL_FIELDS
 

Protected Member Functions

virtual ~Attributes ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Constructor & Destructor Documentation

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

Member Function Documentation

virtual int jem::gl::Attributes::copyFrom ( const Properties props)
pure virtual
virtual void jem::gl::Attributes::copyTo ( const Properties props,
int  fields 
) const
pure virtual
virtual void jem::gl::Attributes::listProps ( const Properties props) const
pure virtual
virtual void jem::gl::Attributes::setDefaults ( )
pure virtual
virtual void jem::gl::Attributes::setCurrent ( int  fields) const
pure virtual
virtual void jem::gl::Attributes::getCurrent ( int  fields)
pure virtual

Member Data Documentation

const int jem::gl::Attributes::ALL_FIELDS
static
util::Event< int, Self& > jem::gl::Attributes::newValuesEvent