![]() |
Gorgon Game Engine
|
This is the complete list of members for Layer, including all inherited members.
Add(Layer &layer) | Layer | |
Add(Layer *layer) | Layer | |
added(Layer &layer) | Layer | protectedvirtual |
begin() const | Layer | |
bounds | Layer | protected |
children | Layer | protected |
Children | Layer | |
Clear() override | Layer | virtual |
DisableClipping() | Layer | |
dotransformandclip(bool inverse=false) | Layer | protected |
Draw(const TextureSource &image, const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, RGBAf color=RGBAf(1.f)) override | Layer | virtual |
Draw(const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, RGBAf color=RGBAf(1.f)) override | Layer | virtual |
Draw(const TextureSource &image, const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, const Geometry::Pointf &tex1, const Geometry::Pointf &tex2, const Geometry::Pointf &tex3, const Geometry::Pointf &tex4, RGBAf color=RGBAf(1.f)) override | Layer | virtual |
Draw(const TextureSource &image, Tiling tiling, const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f)) override | Layer | virtual |
Draw(const TextureSource &image, const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, RGBAf color=RGBAf(1.f))=0 | Layer | |
Draw(const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, RGBAf color=RGBAf(1.f))=0 | Layer | |
Draw(float x, float y, const Geometry::Sizef &size, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(const Geometry::Pointf &location, float w, float h, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(float x, float y, float w, float h, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(int x, int y, int w, int h, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(const Geometry::Pointf &location, const Geometry::Sizef &size, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(RGBAf color=RGBAf(1.f)) | Layer | |
Draw(const TextureSource &image, const Geometry::Pointf &p1, const Geometry::Pointf &p2, const Geometry::Pointf &p3, const Geometry::Pointf &p4, const Geometry::Pointf &tex1, const Geometry::Pointf &tex2, const Geometry::Pointf &tex3, const Geometry::Pointf &tex4, RGBAf color=RGBAf(1.f))=0 | Layer | |
Draw(const TextureSource &image, const Geometry::Pointf &location, RGBAf color) | Layer | |
Draw(const TextureSource &image, const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f)) | Layer | |
Draw(const TextureSource &image, Tiling tiling, const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f))=0 | Layer | |
Gorgon::Graphics::TextureTarget::Draw(float x, float y, const Geometry::Sizef &size, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(const Geometry::Pointf &location, float w, float h, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(float x, float y, float w, float h, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(int x, int y, int w, int h, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(const Geometry::Pointf &location, const Geometry::Sizef &size, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(const TextureSource &image, const Geometry::Pointf &location, RGBAf color) | TextureTarget | virtual |
Gorgon::Graphics::TextureTarget::Draw(const TextureSource &image, const Geometry::Rectanglef &location, RGBAf color=RGBAf(1.f)) | TextureTarget | virtual |
DrawMode enum name | TextureTarget | |
EnableClipping() | Layer | |
end() const | Layer | |
EntireRegion | Layer | static |
First() const | Layer | |
FrameBuffer enum value | TextureTarget | |
GetBounds() const | Layer | |
GetCalculatedSize() const | Layer | |
GetColor() const | Layer | virtual |
GetDrawMode() const override | Layer | virtual |
GetEffectiveBounds() const | Layer | |
GetHeight() const | Layer | |
GetLeft() const | Layer | |
GetLocation() const | Layer | |
GetOrder() const | Layer | |
GetParent() const | Layer | virtual |
GetSize() const | Layer | |
GetTargetSize() const override | Layer | virtual |
GetTintColor() const | Layer | virtual |
GetTop() const | Layer | |
GetTopLevel() const | Layer | |
GetTopLevel() | Layer | |
GetWidth() const | Layer | |
HasParent() const | Layer | |
Hide() | Layer | virtual |
Initialize() | Layer | friend |
Insert(Layer &layer, long under) | Layer | |
Insert(Layer *layer, long under) | Layer | |
IsClippingEnabled() const | Layer | |
IsVisible() const | Layer | virtual |
isvisible | Layer | protected |
Last() const | Layer | |
Layer(const Geometry::Bounds &bounds) | Layer | |
Layer() | Layer | |
Layer(const Geometry::Point &location) | Layer | |
Layer(const Layer &)=delete | Layer | |
Layer(Layer &&other) | Layer | |
Gorgon::Layer::Layer(const Layer &)=delete | Layer | |
Gorgon::Layer::Layer(Layer &&other) | Layer | |
located(Layer *parent) | Layer | protectedvirtual |
Move(const Geometry::Point &location) | Layer | virtual |
Move(int x, int y) | Layer | virtual |
name | Layer | protected |
NewMask() override | Layer | virtual |
Normal enum value | TextureTarget | |
operator=(const Layer &)=delete | Layer | |
operator=(Layer &&other) | Layer | |
parent | Layer | protected |
PlaceBefore(int before) | Layer | |
PlaceToBottom() | Layer | |
PlaceToTop() | Layer | |
propagate_mouseevent(Input::Mouse::EventType evet, Geometry::Point location, Input::Mouse::Button button, float amount, MouseHandler &handlers) | Layer | virtual |
Remove(Layer &layer) | Layer | |
Remove(Layer *layer) | Layer | |
removed(Layer &layer) | Layer | protectedvirtual |
Render() override | Layer | virtual |
Resize(const Geometry::Size &size) | Layer | virtual |
Resize(int width, int height) | Layer | virtual |
reverttransformandclip() | Layer | protected |
SetBounds(const Geometry::Bounds &bounds) | Layer | |
SetColor(RGBAf value) | Layer | virtual |
SetDrawMode(DrawMode mode) override | Layer | virtual |
SetHeight(int height) | Layer | |
setname(std::string value) | Layer | |
SetTintColor(RGBAf value) | Layer | virtual |
SetWidth(int width) | Layer | |
Show() | Layer | virtual |
Swap(Layer &other) | Layer | |
Gorgon::Layer::Swap(Layer &other) | Layer | |
ToMask enum value | TextureTarget | |
TranslateToTopLevel(Geometry::Point location={0, 0}) const | Layer | virtual |
UseMask enum value | TextureTarget | |
~Layer() | Layer | virtual |