Efl.Composite_Model.index

Description

Position of this object in the parent model.

It can only be set before the object is finalized but after the Model it composes is set (and only if that Model does not provide an index already). It can only be retrieved after the object has been finalized.

Since 1.23

Values

  • index - Index of the object in the parent model. The index is unique and starts from zero.

Signature

@property index {
    get {}
    set {}
    values {
        index: uint;
    }
}

C signature

unsigned int efl_composite_model_index_get(const Eo *obj);
void efl_composite_model_index_set(Eo *obj, unsigned int index);

Implemented by