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

Method RotationCommand

src/Core/Commands/RotationCommand.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QtCore/QXmlStreamWriter>
4
5RotationCommand::RotationCommand(QObject* parent)
6 : AbstractCommand(parent)
7{
8}
9
10float RotationCommand::getRotation() const
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected