#include <Program.h>
◆ State
Enumerator |
---|
Draft | |
Published | |
◆ Type
Enumerator |
---|
Macro | |
Main | |
Beat | |
Detail | |
◆ Program()
◆ parseState()
Parse the Program State enum value from a string
- Parameters
-
- Returns
- The Program State enum value
◆ parseType()
Parse the Program Type enum value from a string
- Parameters
-
- Returns
- The Program Type enum value
◆ toString() [1/2]
std::string Program::toString |
( |
const State & |
state | ) |
|
|
static |
Convert a Program State enum value to a string
- Parameters
-
- Returns
- The string representation of the Program State
◆ toString() [2/2]
std::string Program::toString |
( |
const Type & |
type | ) |
|
|
static |
Convert a Program Type enum value to a string
- Parameters
-
- Returns
- The string representation of the Program Type
◆ config
◆ isDeleted
bool XJ::Program::isDeleted {} |
◆ key
std::string XJ::Program::key |
◆ libraryId
UUID XJ::Program::libraryId |
◆ name
std::string XJ::Program::name |
◆ state
State XJ::Program::state {} |
◆ tempo
float XJ::Program::tempo {} |
◆ type
Type XJ::Program::type {} |
◆ updatedAt
The documentation for this class was generated from the following files:
- /home/runner/work/xjmusic/xjmusic/engine/include/xjmusic/content/Program.h
- /home/runner/work/xjmusic/xjmusic/engine/src/content/Program.cpp