Deluge Firmware 1.3.0
Build date: 2025.08.14
Loading...
Searching...
No Matches
AllClips Class Reference
Inheritance diagram for AllClips:
Collaboration diagram for AllClips:

Public Member Functions

ClipIterator< Clipbegin ()
ClipIterator< Clipend ()

Static Public Member Functions

static AllClips everywhere (Song *song)
static AllClips inSession (Song *song)
static AllClips inArrangementOnly (Song *song)

Private Member Functions

 ClipSet (ClipArray *first_, ClipArray *second_)
Private Member Functions inherited from ClipSet
 ClipSet (ClipArray *first_, ClipArray *second_)

Additional Inherited Members

Private Attributes inherited from ClipSet
ClipArrayfirst
ClipArraysecond

Member Function Documentation

◆ everywhere()

AllClips AllClips::everywhere ( Song * song)
static

Constructs an iterable for all Clips in session and arranger.

◆ inArrangementOnly()

AllClips AllClips::inArrangementOnly ( Song * song)
static

Constructs an iterable for all Clips in arranger only.

◆ inSession()

AllClips AllClips::inSession ( Song * song)
static

Constructs an iterable for all Clips in session.


The documentation for this class was generated from the following files:
  • src/deluge/model/song/clip_iterators.h
  • src/deluge/model/song/clip_iterators.cpp