- Deprecated:
- Use the "progress-mode" property of Clutter::Timeline, or the Clutter::Timeline::set_progress_func() method instead.
For instance, double on_alpha(const Glib::RefPtr<Alpha>& alpha);.
virtual Clutter::Alpha::~Alpha |
( |
| ) |
|
|
virtual |
Clutter::Alpha::Alpha |
( |
| ) |
|
|
protected |
Creates a new Alpha instance and sets the timeline and the alpha function.
- Parameters
-
double Clutter::Alpha::get_alpha |
( |
| ) |
const |
Query the current alpha value.
- Since cluttermm 0.2:
Deprecated: 1.12
- Returns
- The current alpha value for the alpha.
gulong Clutter::Alpha::get_mode |
( |
| ) |
const |
static GType Clutter::Alpha::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
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.
Alpha value as computed by the alpha.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
Timeline used by the alpha.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
Timeline used by the alpha.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
void Clutter::Alpha::set_mode |
( |
gulong |
mode | ) |
|
Sets the progress function of alpha using the symbolic value of mode, as taken by the Clutter::AnimationMode enumeration or using the value returned by register_func().
- Since cluttermm 1.0:
Deprecated: 1.12
- Parameters
-
A Glib::wrap() method for this object.
- Parameters
-
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. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: