Struct flo_anim_sqlite::SqliteAnimation [] [src]

pub struct SqliteAnimation { /* fields omitted */ }

Animation that uses a SQLite database as a backing store

Methods

impl SqliteAnimation
[src]

[src]

Creates a new in-memory animation

[src]

Creates an animation in a file

[src]

Takes an existing SQLite connection and creates a new animation in it

[src]

Uses an existing SQLite connection with an animation in it to create an animation object

impl SqliteAnimation
[src]

[src]

If there has been an error, retrieves what it is and clears the condition

[src]

Panics if this animation has reached an error condition

[src]

Convenience method that performs some edits on this animation

Trait Implementations

impl Animation for SqliteAnimation
[src]

[src]

Retrieves the frame size of this animation Read more

[src]

Retrieves the IDs of the layers in this object Read more

[src]

Retrieves the length of this animation Read more

[src]

Retrieves the duration of a single frame Read more

[src]

Retrieves the layer with the specified ID from this animation Read more

[src]

Retrieves the log for this animation Read more

[src]

Retrieves an edit log that can be used to alter this animation Read more

[src]

Retrieves an edit log that can be used to edit a layer in this animation Read more

Auto Trait Implementations