#include <alpha.h>

Public Types | |
| typedef sigc::slot< guint32, const Glib::RefPtr< Alpha > & > | SlotAlphaFunc |
| For instance, guint32 on_alpha(const Glib::RefPtr<Alpha>& alpha);. | |
Public Member Functions | |
| virtual | ~Alpha () |
| ClutterAlpha * | gobj () |
| Provides access to the underlying C GObject. | |
| const ClutterAlpha * | gobj () const |
| Provides access to the underlying C GObject. | |
| ClutterAlpha * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| void | set_timeline (const Glib::RefPtr< Timeline > &timeline) |
| Binds alpha to timeline. | |
| Glib::RefPtr< Timeline > | get_timeline () const |
| Gets the Clutter::Timeline bound to alpha. | |
| guint32 | get_alpha () const |
| Query the current alpha value. | |
| void | set_func (const SlotAlphaFunc &slot) |
Static Public Member Functions | |
| static Glib::RefPtr< Alpha > | create () |
| static Glib::RefPtr< Alpha > | create (const Glib::RefPtr< Timeline > &timeline, const SlotAlphaFunc &slot) |
| static Glib::RefPtr< Alpha > | create (const Glib::RefPtr< Timeline > &timeline, ClutterAlphaFunc callback) |
Protected Member Functions | |
| Alpha () | |
| Alpha (const Glib::RefPtr< Timeline > &timeline, const SlotAlphaFunc &slot) | |
| Creates a new Alpha instance and sets the timeline and the alpha function. | |
| Alpha (const Glib::RefPtr< Timeline > &timeline, ClutterAlphaFunc callback) | |
| Creates a new Alpha instance and sets the timeline and the alpha function. | |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< Clutter::Alpha > | wrap (ClutterAlpha *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
Pre-defined Alpha functions | |
| Alpha::SlotAlphaFunc | ALPHA_RAMP_INC |
| Alpha::SlotAlphaFunc | ALPHA_RAMP_DEC |
| Alpha::SlotAlphaFunc | ALPHA_RAMP |
| Alpha::SlotAlphaFunc | ALPHA_SINE |
| Alpha::SlotAlphaFunc | ALPHA_SINE_INC |
| Alpha::SlotAlphaFunc | ALPHA_SINE_DEC |
| Alpha::SlotAlphaFunc | ALPHA_SINE_HALF |
| Alpha::SlotAlphaFunc | ALPHA_SQUARE |
| Alpha::SlotAlphaFunc | ALPHA_SMOOTHSTEP_INC |
| Alpha::SlotAlphaFunc | ALPHA_SMOOTHSTEP_DEC |
| Alpha::SlotAlphaFunc | ALPHA_EXP_INC |
| Alpha::SlotAlphaFunc | ALPHA_EXP_DEC |
| typedef sigc::slot<guint32, const Glib::RefPtr<Alpha>& > Clutter::Alpha::SlotAlphaFunc |
For instance, guint32 on_alpha(const Glib::RefPtr<Alpha>& alpha);.
| virtual Clutter::Alpha::~Alpha | ( | ) | [virtual] |
| Clutter::Alpha::Alpha | ( | ) | [protected] |
| Clutter::Alpha::Alpha | ( | const Glib::RefPtr< Timeline > & | timeline, | |
| const SlotAlphaFunc & | slot | |||
| ) | [protected] |
| Clutter::Alpha::Alpha | ( | const Glib::RefPtr< Timeline > & | timeline, | |
| ClutterAlphaFunc | callback | |||
| ) | [protected] |
| ClutterAlpha* Clutter::Alpha::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
| const ClutterAlpha* Clutter::Alpha::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
| ClutterAlpha* Clutter::Alpha::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
| static Glib::RefPtr<Alpha> Clutter::Alpha::create | ( | ) | [static] |
| static Glib::RefPtr<Alpha> Clutter::Alpha::create | ( | const Glib::RefPtr< Timeline > & | timeline, | |
| const SlotAlphaFunc & | slot | |||
| ) | [static] |
| static Glib::RefPtr<Alpha> Clutter::Alpha::create | ( | const Glib::RefPtr< Timeline > & | timeline, | |
| ClutterAlphaFunc | callback | |||
| ) | [static] |
| void Clutter::Alpha::set_timeline | ( | const Glib::RefPtr< Timeline > & | timeline | ) |
| Glib::RefPtr<Timeline> Clutter::Alpha::get_timeline | ( | ) | const |
| guint32 Clutter::Alpha::get_alpha | ( | ) | const |
Query the current alpha value.
| void Clutter::Alpha::set_func | ( | const SlotAlphaFunc & | slot | ) |
Alpha::SlotAlphaFunc ALPHA_RAMP_INC [related] |
Alpha::SlotAlphaFunc ALPHA_RAMP_DEC [related] |
Alpha::SlotAlphaFunc ALPHA_RAMP [related] |
Alpha::SlotAlphaFunc ALPHA_SINE [related] |
Alpha::SlotAlphaFunc ALPHA_SINE_INC [related] |
Alpha::SlotAlphaFunc ALPHA_SINE_DEC [related] |
Alpha::SlotAlphaFunc ALPHA_SINE_HALF [related] |
Alpha::SlotAlphaFunc ALPHA_SQUARE [related] |
Alpha::SlotAlphaFunc ALPHA_SMOOTHSTEP_INC [related] |
Alpha::SlotAlphaFunc ALPHA_SMOOTHSTEP_DEC [related] |
Alpha::SlotAlphaFunc ALPHA_EXP_INC [related] |
Alpha::SlotAlphaFunc ALPHA_EXP_DEC [related] |
| Glib::RefPtr< Clutter::Alpha > wrap | ( | ClutterAlpha * | object, | |
| bool | take_copy = false | |||
| ) | [related] |
A Glib::wrap() method for this object.
| object | The C instance. | |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
1.5.5