MxDeformBowTie

MxDeformBowTie

Functions

Properties

gboolean flip-back Read / Write
gdouble period Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── ClutterActor
            ╰── MxWidget
                ╰── MxDeformTexture
                    ╰── MxDeformBowTie

Implemented Interfaces

MxDeformBowTie implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.

Description

Functions

mx_deform_bow_tie_new ()

ClutterActor *
mx_deform_bow_tie_new (void);

mx_deform_bow_tie_get_period ()

gdouble
mx_deform_bow_tie_get_period (MxDeformBowTie *bow_tie);

mx_deform_bow_tie_set_period ()

void
mx_deform_bow_tie_set_period (MxDeformBowTie *bow_tie,
                              gdouble period);

mx_deform_bow_tie_get_flip_back ()

gboolean
mx_deform_bow_tie_get_flip_back (MxDeformBowTie *bow_tie);

mx_deform_bow_tie_set_flip_back ()

void
mx_deform_bow_tie_set_flip_back (MxDeformBowTie *bow_tie,
                                 gboolean flip_back);

Types and Values

struct MxDeformBowTie

struct MxDeformBowTie;

The contents of this structure is private and should only be accessed using the provided API.


struct MxDeformBowTieClass

struct MxDeformBowTieClass {
  MxDeformTextureClass parent_class;

  /* padding for future expansion */
  void (*_padding_0) (void);
  void (*_padding_1) (void);
  void (*_padding_2) (void);
  void (*_padding_3) (void);
  void (*_padding_4) (void);
};

Property Details

The “flip-back” property

  “flip-back”                gboolean

Apply a vertical flip transformation to the back face.

Flags: Read / Write

Default value: TRUE


The “period” property

  “period”                   gdouble

Effect period.

Flags: Read / Write

Allowed values: [0,1]

Default value: 0