Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

alpha.hh

Go to the documentation of this file.
00001 #ifndef _alpha_hh_
00002 #define _alpha_hh_
00003 
00004 #include "ability.hh"
00005 
00006 namespace anoid {
00007     namespace plugin {
00008 
00013         class Alpha: public base::Ability {
00014             protected:
00015                 double alpha;
00016             public:
00017                 virtual double getAlpha();
00018                 virtual void setAlpha(const double a);
00019                 Alpha();
00020                 virtual void init(config::Configuration &c);
00021                 virtual void redraw();
00022         };
00023 
00024     };
00025 };
00026 
00027 #endif

Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen