|
libscratchcpp
A library for C++ based Scratch project players
|
This is the complete list of members for libscratchcpp::Asset, including all inherited members.
| Asset(const std::string &name, const std::string &id, const std::string &format) | libscratchcpp::Asset | |
| Asset(const Asset &)=delete | libscratchcpp::Asset | |
| data() const | libscratchcpp::Asset | |
| dataFormat() const | libscratchcpp::Asset | |
| dataSize() const | libscratchcpp::Asset | |
| Entity(const std::string &id) | libscratchcpp::Entity | |
| Entity(const Entity &)=delete | libscratchcpp::Entity | |
| fileName() const | libscratchcpp::Asset | |
| id() const | libscratchcpp::Entity | |
| isClone() const | libscratchcpp::Asset | inlineprotectedvirtual |
| name() const | libscratchcpp::Asset | |
| processData(unsigned int size, void *data) | libscratchcpp::Asset | inlineprotectedvirtual |
| setData(unsigned int size, void *data) | libscratchcpp::Asset | |
| setId(const std::string &id) | libscratchcpp::Asset | |
| setTarget(Target *target) | libscratchcpp::Asset | |
| target() const | libscratchcpp::Asset | |
| ~Asset() | libscratchcpp::Asset | virtual |
| ~Entity() | libscratchcpp::Entity | inlinevirtual |