cluttermm
1.17.3
|
Public Member Functions | |
virtual | ~ColorizeEffect () |
ClutterColorizeEffect* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterColorizeEffect* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterColorizeEffect* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
void | set_tint (const Color& tint) |
Sets the tint to be used when colorizing. More... | |
Color | get_tint () const |
Retrieves the tint used by effect. More... | |
Glib::PropertyProxy< Color > | property_tint () |
The tint to apply. More... | |
Glib::PropertyProxy_ReadOnly < Color > | property_tint () const |
The tint to apply. More... | |
![]() | |
virtual | ~OffscreenEffect () |
ClutterOffscreenEffect* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterOffscreenEffect* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterOffscreenEffect* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
CoglHandle | get_texture () |
Retrieves the texture used as a render target for the offscreen buffer created by effect. More... | |
CoglHandle | create_texture (float width, float height) |
Calls the create_texture() virtual function of the effect. More... | |
void | paint_target () |
Calls the paint_target() virtual function of the effect. More... | |
![]() | |
virtual | ~Effect () |
ClutterEffect* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterEffect* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterEffect* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
void | queue_repaint () |
Queues a repaint of the effect. More... | |
![]() | |
virtual | ~ActorMeta () |
ClutterActorMeta* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterActorMeta* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterActorMeta* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
void | set_name (const Glib::ustring& name) |
Sets the name of meta. More... | |
Glib::ustring | get_name () const |
Retrieves the name set using set_name() More... | |
void | set_enabled (bool is_enabled=true) |
Sets whether meta should be enabled or not. More... | |
bool | get_enabled () const |
Retrieves whether meta is enabled. More... | |
Glib::RefPtr< Actor > | get_actor () |
Retrieves a pointer to the Clutter::Actor that owns meta. More... | |
Glib::RefPtr< const Actor > | get_actor () const |
Retrieves a pointer to the Clutter::Actor that owns meta. More... | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
static Glib::RefPtr < ColorizeEffect > | create (const Color& tint) |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
Protected Member Functions | |
ColorizeEffect (const Color& tint) | |
![]() | |
OffscreenEffect () | |
![]() | |
Effect () | |
![]() | |
ActorMeta () | |
virtual void | set_actor_vfunc (const Glib::RefPtr< const Actor >& actor) |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Actor > > | property_actor () const |
The actor attached to the meta. More... | |
Glib::PropertyProxy< bool > | property_enabled () |
Whether the meta is enabled. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_enabled () const |
Whether the meta is enabled. More... | |
Glib::PropertyProxy < Glib::ustring > | property_name () |
The name of the meta. More... | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_name () const |
The name of the meta. More... | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Clutter::ColorizeEffect > | wrap (ClutterColorizeEffect* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr < Clutter::OffscreenEffect > | wrap (ClutterOffscreenEffect* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Clutter::Effect > | wrap (ClutterEffect* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Clutter::ActorMeta > | wrap (ClutterActorMeta* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
|
virtual |
|
explicitprotected |
|
static |
Color Clutter::ColorizeEffect::get_tint | ( | ) | const |
Retrieves the tint used by effect.
tint | Return location for the color used. |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
ClutterColorizeEffect* Clutter::ColorizeEffect::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::PropertyProxy< Color > Clutter::ColorizeEffect::property_tint | ( | ) |
The tint to apply.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Color > Clutter::ColorizeEffect::property_tint | ( | ) | const |
The tint to apply.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Clutter::ColorizeEffect::set_tint | ( | const Color& | tint | ) |
Sets the tint to be used when colorizing.
tint | The color to be used. |
|
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. |