#include <alpha.hh>
Inheritance diagram for anoid::plugin::Alpha:


Public Methods | |
| virtual double | getAlpha () |
| virtual void | setAlpha (const double a) |
| Alpha () | |
| virtual void | init (config::Configuration &c) |
| virtual void | redraw () |
Protected Attributes | |
| double | alpha |
Definition at line 13 of file alpha.hh.
|
|
|
|
|
Definition at line 20 of file alpha.cc. References alpha. |
|
|
This is the real initialiser. It should take it's parameters from the provided configuration
Reimplemented from anoid::base::Ability. Definition at line 10 of file alpha.cc. References alpha, and anoid::base::Ability::registerName(). |
|
|
Called just after update has been called on the entire world. This should draw the objects (using OpenGL). Reimplemented from anoid::base::Object. Definition at line 31 of file alpha.cc. References alpha. |
|
|
Definition at line 24 of file alpha.cc. References alpha. |
|
|
Definition at line 15 of file alpha.hh. Referenced by getAlpha(), init(), redraw(), and setAlpha(). |