Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
+ Inheritance diagram for Fire:
+ Collaboration diagram for Fire:

Public Member Functions

virtual void action ()
 Method that contains the thread's program code. More...
 
void ignite ()
 
void burn ()
 
- Public Member Functions inherited from Thread

Static Public Attributes

static const unsigned max_height = 400
 
static const unsigned max_width = 1920
 
- Static Public Attributes inherited from Thread

Additional Inherited Members

- Public Attributes inherited from Thread
- Static Protected Member Functions inherited from Thread
- Protected Attributes inherited from Thread

Member Function Documentation

◆ action()

void Fire::action ( )
virtual

Method that contains the thread's program code.

Derived classes are meant to override this method to provide meaningful code to be run in this thread.

Implements Thread.


The documentation for this class was generated from the following files:
  • user/graphics/fire.h
  • user/graphics/fire.cc