class Pageable : public Walkable, public Paintable, public Reinitable, public Keyable, public Activable

Interface (Java meaning) : an inherited object can be managed by a PageableContainer (walk like a thread, paint easily, reinit, send key evenement, activate)

Inheritance:


Public Methods

Pageable(int slow) throw()

Inherited from Walkable:

Public Methods

int walk() throw(Exception)
int getSlow() const throw()
virtual void setSlow(int slow) throw()

Protected Fields

int s
int t
int returnWalk

Protected Methods

int virtual virtualWalk() throw(Exception)

Inherited from Paintable:

Public Methods

void virtual paint(WindowPipe& windowPipe) throw()

Inherited from Reinitable:

Public Methods

void virtual reinit() throw()

Inherited from Keyable:

Public Methods

void virtual keyAction(const Key& key) throw()

Inherited from Activable:

Public Methods

void virtual activate() throw()
void virtual unactivate() throw()
bool virtual isActive() const throw()

Protected Fields

bool active

Documentation

Interface (Java meaning) : an inherited object can be managed by a PageableContainer (walk like a thread, paint easily, reinit, send key evenement, activate)
Pageable(int slow) throw()


Direct child classes:
Strip
PageableContainer
MultiAnim
Anim
Author:
David FAUTHOUX
See Also:
PageableContainer

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de