![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
This is the complete list of members for ga::Image, including all inherited members.
| bounds2D | ga::Image | |
| Component()=default | ga::Component | |
| Component(const Component &other) | ga::Component | inline |
| crop | ga::Image | |
| draw() | ga::Image | inlinevirtual |
| fitMode | ga::Image | |
| getDrawBounds() | ga::Image | inline |
| getNode() const | ga::Component | inline |
| horzAlign | ga::Image | |
| Image()=default | ga::Image | |
| Image(const std::string &texName, const ga::Rect &bounds, const ga::FitMode &fit, const HorzAlign &hAlign=HorzAlign::LEFT, const VertAlign &vAlign=VertAlign::TOP, const bool &bCrop=false) | ga::Image | inline |
| m_node | ga::Component | protected |
| operator=(const Component &other) | ga::Component | inline |
| setNode(std::shared_ptr< Node > node) | ga::Component | inlineprotectedvirtual |
| setScene(std::shared_ptr< Scene > scene) | ga::Component | inlineprotectedvirtual |
| textureName | ga::Image | |
| update() | ga::Component | inlineprotectedvirtual |
| vertAlign | ga::Image | |
| ~Component()=default | ga::Component | virtual |