#include <RendererBackground.h>
Inheritance diagram for LUVis::RendererBackground:

Public Member Functions | |
| RendererBackground (TabPage^Object, Viewer^_viewer) | |
| ~RendererBackground (void) | |
| virtual void | Render () override |
| render Methode | |
| virtual void | Resize (GLsizei width, GLsizei height) override |
| resize methode | |
| void | LoadTexture (System::String^fname) |
| loads an Image to a texture | |
| virtual void | Update (System::Object^arg0) override |
| update Methode | |
| Drawing::Color | GetColor () |
Private Attributes | |
| String | filename |
| filename of the BackgroundImage | |
| Drawing::Color | color |
| Background Color. | |
| Texture2D | texImage |
| Texture of the BackgroundImage. | |
| Viewer | viewer |
| Pointer to the Viewer. | |
| RendererBackground::RendererBackground | ( | TabPage^ | Object, | |
| Viewer^ | _viewer | |||
| ) |
| RendererBackground::~RendererBackground | ( | void | ) |
| Drawing::Color RendererBackground::GetColor | ( | ) |
| void RendererBackground::LoadTexture | ( | System::String^ | fname | ) |
loads an Image to a texture
| void RendererBackground::Render | ( | ) | [virtual] |
| void RendererBackground::Resize | ( | GLsizei | width, | |
| GLsizei | height | |||
| ) | [virtual] |
| void RendererBackground::Update | ( | System::Object^ | arg0 | ) | [virtual] |
Drawing::Color LUVis::RendererBackground::color [private] |
Background Color.
String LUVis::RendererBackground::filename [private] |
filename of the BackgroundImage
Texture2D LUVis::RendererBackground::texImage [private] |
Texture of the BackgroundImage.
Viewer LUVis::RendererBackground::viewer [private] |
Pointer to the Viewer.
1.4.7