#define GUI_FRAMEWORK_API_FUNCTION
Base class for composite windows.
GUI_FRAMEWORK_API_FUNCTION bool drawIconByIndex(const BaseWindow *window, const IconsHolder &holder, int x, int y, uint16_t index)
Draw single icon from holder. Multiple calls doesn't work. Better use BaseWindow drawing.
GUI_FRAMEWORK_API_FUNCTION bool drawImageByPath(const BaseWindow *window, const ImagesHolder &holder, int x, int y, const filesystem::path &pathToImage)
GUI_FRAMEWORK_API_FUNCTION bool drawIconByPath(const BaseWindow *window, const IconsHolder &holder, int x, int y, const filesystem::path &pathToImage)
GUI_FRAMEWORK_API_FUNCTION bool drawImageByIndex(const BaseWindow *window, const ImagesHolder &holder, int x, int y, uint16_t index)
Draw single image from holder. Multiple calls doesn't work. Better use BaseWindow drawing.