Ags.Cursor

g Ags.Cursor Ags.Cursor GObject.GInterface GObject.GInterface GObject.GInterface->Ags.Cursor

Implementations:

None

Methods

get_bpm ()

get_current ()

get_current_copy ()

get_default_offset ()

get_delay ()

get_delay_counter ()

get_duration ()

get_next ()

get_offset ()

get_prev ()

get_rate ()

get_tact ()

Virtual Methods

do_get_bpm ()

do_get_current ()

do_get_current_copy ()

do_get_default_offset ()

do_get_delay ()

do_get_delay_counter ()

do_get_duration ()

do_get_next ()

do_get_offset ()

do_get_prev ()

do_get_rate ()

do_get_tact ()

Properties

None

Signals

None

Fields

None

Class Details

class Ags.Cursor
Bases:

GObject.GInterface

Structure:

Ags.CursorInterface

get_bpm()
Returns:

the BPM

Return type:

float

Get BPM.

New in version 3.0.0.

get_current()
Returns:

the GLib.List-struct pointing to current

Return type:

[GObject.Object]

Get current.

New in version 3.0.0.

get_current_copy()
Returns:

the GLib.List-struct of current as copy

Return type:

[GObject.Object]

Get current as copy.

New in version 3.0.0.

get_default_offset()
Returns:

the default offset

Return type:

float

Get the default offset.

New in version 3.0.0.

get_delay()
Returns:

the delay

Return type:

float

Get delay.

New in version 3.0.0.

get_delay_counter()
Returns:

the delay counter

Return type:

float

Get delay counter.

New in version 3.0.0.

get_duration()
Returns:

the duration

Return type:

int

Get duration.

New in version 3.0.0.

get_next()
Returns:

the GLib.List-struct pointing to next

Return type:

[GObject.Object]

Get next.

New in version 3.0.0.

get_offset()
Returns:

the offset

Return type:

int

Get offset.

New in version 3.0.0.

get_prev()
Returns:

the GLib.List-struct pointing to previous

Return type:

[GObject.Object]

Get prev.

New in version 3.0.0.

get_rate()
Return type:

int

Get offset counter rate.

New in version 3.0.0.

get_tact()
Returns:

the tact

Return type:

float

Get the tact.

New in version 3.0.0.

do_get_bpm() virtual
Returns:

the BPM

Return type:

float

Get BPM.

New in version 3.0.0.

do_get_current() virtual
Returns:

the GLib.List-struct pointing to current

Return type:

[GObject.Object]

Get current.

New in version 3.0.0.

do_get_current_copy() virtual
Returns:

the GLib.List-struct of current as copy

Return type:

[GObject.Object]

Get current as copy.

New in version 3.0.0.

do_get_default_offset() virtual
Returns:

the default offset

Return type:

float

Get the default offset.

New in version 3.0.0.

do_get_delay() virtual
Returns:

the delay

Return type:

float

Get delay.

New in version 3.0.0.

do_get_delay_counter() virtual
Returns:

the delay counter

Return type:

float

Get delay counter.

New in version 3.0.0.

do_get_duration() virtual
Returns:

the duration

Return type:

int

Get duration.

New in version 3.0.0.

do_get_next() virtual
Returns:

the GLib.List-struct pointing to next

Return type:

[GObject.Object]

Get next.

New in version 3.0.0.

do_get_offset() virtual
Returns:

the offset

Return type:

int

Get offset.

New in version 3.0.0.

do_get_prev() virtual
Returns:

the GLib.List-struct pointing to previous

Return type:

[GObject.Object]

Get prev.

New in version 3.0.0.

do_get_rate() virtual
Return type:

int

Get offset counter rate.

New in version 3.0.0.

do_get_tact() virtual
Returns:

the tact

Return type:

float

Get the tact.

New in version 3.0.0.