MCPcopy Create free account
hub / github.com/CasparCG/client / RundownModel

Method RundownModel

src/Core/Models/RundownModel.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "RundownModel.h"
2
3RundownModel::RundownModel(int id, const QString& page, const QString& name, const QString& deviceName, const QString& type)
4 : id(id), page(page), name(name), deviceName(deviceName), type(type)
5{
6}
7
8int RundownModel::getId() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected