Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::structure::scenes::Scene Class Reference
Inheritance diagram for zrythm::structure::scenes::Scene:
Collaboration diagram for zrythm::structure::scenes::Scene:

Public Member Functions

 Scene (arrangement::ArrangerObjectRegistry &object_registry, const tracks::TrackCollection &track_collection, QObject *parent=nullptr)
ClipSlotListclipSlots () const
QString name () const
void setName (const QString &name)
Q_SIGNAL void nameChanged (const QString &name)
QColor color () const
void setColor (const QColor &color)
Q_SIGNAL void colorChanged (const QColor &color)
auto & clip_slots () const

Properties

QString name
QColor color
zrythm::structure::scenes::ClipSlotListclipSlots

Detailed Description

Definition at line 15 of file scene.h.

Constructor & Destructor Documentation

◆ Scene()

zrythm::structure::scenes::Scene::Scene ( arrangement::ArrangerObjectRegistry & object_registry,
const tracks::TrackCollection & track_collection,
QObject * parent = nullptr )
inline

Definition at line 25 of file scene.h.

Member Function Documentation

◆ clip_slots()

auto & zrythm::structure::scenes::Scene::clip_slots ( ) const
inline

Definition at line 49 of file scene.h.

◆ clipSlots()

ClipSlotList * zrythm::structure::scenes::Scene::clipSlots ( ) const
inline

Definition at line 36 of file scene.h.

◆ color()

QColor zrythm::structure::scenes::Scene::color ( ) const
inline

Definition at line 44 of file scene.h.

◆ name()

QString zrythm::structure::scenes::Scene::name ( ) const
inline

Definition at line 39 of file scene.h.

Property Documentation

◆ clipSlots

zrythm::structure::scenes::ClipSlotList * zrythm::structure::scenes::Scene::clipSlots
read

Definition at line 20 of file scene.h.

◆ color

QColor zrythm::structure::scenes::Scene::color
readwrite

Definition at line 19 of file scene.h.

◆ name

QString zrythm::structure::scenes::Scene::name
readwrite

Definition at line 18 of file scene.h.


The documentation for this class was generated from the following file: