The Broadcast class represents a Scratch broadcast.
More...
#include <scratchcpp/broadcast.h>
The Broadcast class represents a Scratch broadcast.
◆ Broadcast() [1/2]
| Broadcast::Broadcast |
( |
const std::string & | id, |
|
|
const std::string & | name, |
|
|
bool | isBackdropBroadcast = false ) |
◆ Broadcast() [2/2]
| libscratchcpp::Broadcast::Broadcast |
( |
const Broadcast & | | ) |
|
|
delete |
◆ id()
| const std::string & Entity::id |
( |
| ) |
const |
|
inherited |
◆ isBackdropBroadcast()
| bool Broadcast::isBackdropBroadcast |
( |
| ) |
const |
Returns true if this broadcast belongs to a backdrop.
◆ name()
| const std::string & Broadcast::name |
( |
| ) |
const |
Returns the name of the broadcast.
◆ setId()
| void Entity::setId |
( |
const std::string & | newId | ) |
|
|
inherited |
◆ setName()
| void Broadcast::setName |
( |
const std::string & | newName | ) |
|
Sets the name of the broadcast.
The documentation for this class was generated from the following files: