#include <GradientFill.h>
Inheritance diagram for Teddy::PhysicalComponents::GradientFill:
Public Methods | |
GradientFill (const Color &left_top, const Color &right_top, const Color &right_bottom, const Color &left_bottom) | |
Default constructor. More... | |
virtual void | drawSelf () |
Rendering overlay window. More... | |
Protected Attributes | |
Color | left_top |
Color | right_top |
Color | right_bottom |
Color | left_bottom |
OpenGL displaylists not yet used
Definition at line 44 of file GradientFill.h.
|
Default constructor.
Definition at line 34 of file GradientFill.cpp. References left_bottom, left_top, right_bottom, and right_top. |
|
Rendering overlay window.
Reimplemented from Teddy::PhysicalComponents::Fill. Definition at line 44 of file GradientFill.cpp. References Teddy::Graphics::ViewClient::beginQuads, Teddy::Graphics::ViewClient::color, Teddy::PhysicalComponents::Area::drawVertex, Teddy::Graphics::ViewClient::end, left_bottom, left_top, right_bottom, right_top, Teddy::PhysicalComponents::Area::size, and Teddy::Graphics::ViewClient::view. |
|
Definition at line 54 of file GradientFill.h. Referenced by drawSelf, and GradientFill. |
|
Definition at line 51 of file GradientFill.h. Referenced by drawSelf, and GradientFill. |
|
Definition at line 53 of file GradientFill.h. Referenced by drawSelf, and GradientFill. |
|
Definition at line 52 of file GradientFill.h. Referenced by drawSelf, and GradientFill. |