![]() |
Lysa
0.0
Lysa 3D Engine
|
This is the complete list of members for Image, including all inherited members.
| Image(const std::shared_ptr< vireo::Image > &image, const std::string &name) | Image | |
| Object() = default | Object | default |
| Resource(const std::string &name) | Resource | |
| connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
| connect(const Signal::signal &name, const std::function< void ()> &handler) | Object | |
| create(const void *data, uint32 width, uint32 height, vireo::ImageFormat imageFormat=vireo::ImageFormat::R8G8B8A8_SRGB, const std::string &name="Image") | Image | static |
| duplicate() const | Resource | virtual |
| emit(const Signal::signal &name, void *params=nullptr) | Object | |
| getHeight() const | Image | inline |
| getId() const | Resource | inline |
| getImage() const | Image | inline |
| getIndex() const | Image | inline |
| getName() const | Resource | inline |
| getSize() const | Image | inline |
| getWidth() const | Image | inline |
| image | Image | protected |
| index | Image | protected |
| load(const std::string &filepath, vireo::ImageFormat imageFormat=vireo::ImageFormat::R8G8B8A8_SRGB) | Image | static |
| operator<(const Resource &other) const | Resource | inline |
| operator==(const Resource &other) const | Resource | inline |
| operator>(const Resource &other) const | Resource | inline |
| save(const std::string &filepath) const | Image | |
| save(const std::string &filepath, const std::shared_ptr< vireo::Image > &image) | Image | static |
| toString() const | Object | inlinevirtual |
| ~Image() override = default | Image | overridedefault |
| ~Object() = default | Object | virtualdefault |