Home
last modified time | relevance | path

Searched refs:ContentRepeat (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dactor.h317 enum ContentRepeat enum
326 inline ContentRepeat operator|(ContentRepeat lhs, ContentRepeat rhs)
330 inline ContentRepeat operator&(ContentRepeat lhs, ContentRepeat rhs)
334 inline ContentRepeat operator^(ContentRepeat lhs, ContentRepeat rhs)
338 inline ContentRepeat operator~(ContentRepeat flags)
342 inline ContentRepeat& operator|=(ContentRepeat& lhs, ContentRepeat rhs)
346 inline ContentRepeat& operator&=(ContentRepeat& lhs, ContentRepeat rhs)
350 inline ContentRepeat& operator^=(ContentRepeat& lhs, ContentRepeat rhs)
361 class Value<Clutter::ContentRepeat> : public Glib::Value_Flags<Clutter::ContentRepeat>
956 void set_content_repeat(ContentRepeat repeat);
[all …]
H A Dactor.cc1223 GType Glib::Value<Clutter::ContentRepeat>::value_type() in value_type()
2925 void Actor::set_content_repeat(ContentRepeat repeat) in set_content_repeat()
2930 ContentRepeat Actor::get_content_repeat() const in get_content_repeat()
2932 return ((ContentRepeat)(clutter_actor_get_content_repeat(const_cast<ClutterActor*>(gobj())))); in get_content_repeat()
4495 Glib::PropertyProxy< ContentRepeat > Actor::property_content_repeat() in property_content_repeat()
4497 return Glib::PropertyProxy< ContentRepeat >(this, "content-repeat"); in property_content_repeat()
4502 Glib::PropertyProxy_ReadOnly< ContentRepeat > Actor::property_content_repeat() const in property_content_repeat()
4504 return Glib::PropertyProxy_ReadOnly< ContentRepeat >(this, "content-repeat"); in property_content_repeat()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dactor.hg56 _WRAP_ENUM(ContentRepeat, ClutterContentRepeat)
121 _WRAP_METHOD(void set_content_repeat(ContentRepeat repeat), clutter_actor_set_content_repeat)
122 _WRAP_METHOD(ContentRepeat get_content_repeat() const, clutter_actor_get_content_repeat)
581 _WRAP_PROPERTY("content-repeat", ContentRepeat)
H A Dclutter_enums.defs1348 (define-flags-extended ContentRepeat
H A Dclutter_methods.defs1285 (define-flags ContentRepeat
/dports/graphics/cluttermm/cluttermm-1.17.3/codegen/m4/
H A Dconvert_clutter.m4193 _CONV_ENUM(Clutter,ContentRepeat)
/dports/lang/vala/vala-0.48.18/vapi/
H A Dclutter-1.0.vapi4787 public Clutter.ContentRepeat get_content_repeat ();
5036 public void set_content_repeat (Clutter.ContentRepeat repeat);
5181 public Clutter.ContentRepeat content_repeat { get; set; }
8507 public enum ContentRepeat {