Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasparCG/client
/ TweenModel
Method
TweenModel
src/Core/Models/TweenModel.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"TweenModel.h"
2
3
TweenModel::TweenModel(int id, const QString& value)
4
: id(id), value(value)
5
{
6
}
7
8
int TweenModel::getId() const
9
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected