Rose
|
This is the complete list of members for rose::gm::Context, including all inherited members.
Context()=default (defined in rose::gm::Context) | rose::gm::Context | |
Context(const Context &context)=delete (defined in rose::gm::Context) | rose::gm::Context | |
Context(Context &&context) noexcept=default (defined in rose::gm::Context) | rose::gm::Context | |
Context(SdlWindow &window, int index, Uint32 flags) (defined in rose::gm::Context) | rose::gm::Context | inlineexplicit |
copyFullTexture(Texture &source, Texture &destination) | rose::gm::Context | |
drawLine(const Position< int > &p0, const Position< int > &p1) (defined in rose::gm::Context) | rose::gm::Context | |
drawPoint(const Position< int > &p, const color::RGBA &color) | rose::gm::Context | |
fillRect(Rectangle rect, color::RGBA color) | rose::gm::Context | |
get() const | rose::gm::Context | inline |
mCurrentRenderTarget (defined in rose::gm::Context) | rose::gm::Context | protected |
mRenderer | rose::gm::Context | protected |
operator bool() const noexcept | rose::gm::Context | inlineexplicit |
operator=(const Context &context)=delete (defined in rose::gm::Context) | rose::gm::Context | |
operator=(Context &&context)=default (defined in rose::gm::Context) | rose::gm::Context | |
renderClear() | rose::gm::Context | inline |
renderCopy(const Texture &texture) | rose::gm::Context | |
renderCopy(const Texture &texture, Rectangle dst) | rose::gm::Context | |
renderCopy(const Texture &texture, Rectangle src, Rectangle dst) | rose::gm::Context | |
renderCopyEx(Texture &texture, Rectangle src, Rectangle dst, double angle, RenderFlip renderFlip, std::optional< Position< int >> point=std::nullopt) const | rose::gm::Context | |
RendererPtr typedef | rose::gm::Context | protected |
renderPresent() | rose::gm::Context | inline |
RenderTargetGuard (defined in rose::gm::Context) | rose::gm::Context | friend |
setDrawBlendMode(SDL_BlendMode blendMode) | rose::gm::Context | inline |
setDrawColor(color::RGBA color) | rose::gm::Context | |
setDrawColor(color::HSVA color) | rose::gm::Context | inline |