ClanLib
2.3.7
|
Texture window manager window. More...
#include <gui_window_manager_texture_window.h>
Public Member Functions | |
Construction | |
CL_GUIWindowManagerTextureWindow () | |
CL_GUIWindowManagerTextureWindow (CL_GUITopLevelWindow *window, const CL_Subtexture &sub_texture, const CL_Rect &geometry) | |
Constructs a GUIWindowManagerTextureWindow. More... | |
~CL_GUIWindowManagerTextureWindow () | |
Attributes | |
CL_Subtexture | get_texture () const |
Get Texture. More... | |
CL_Rect | get_geometry () const |
Get Geometry. More... | |
CL_GUITopLevelWindow * | get_window () const |
Get Window. More... | |
CL_GUIComponent * | get_toplevel_component () const |
Get Toplevel component. More... | |
Texture window manager window.
CL_GUIWindowManagerTextureWindow::CL_GUIWindowManagerTextureWindow | ( | ) |
CL_GUIWindowManagerTextureWindow::CL_GUIWindowManagerTextureWindow | ( | CL_GUITopLevelWindow * | window, |
const CL_Subtexture & | sub_texture, | ||
const CL_Rect & | geometry | ||
) |
Constructs a GUIWindowManagerTextureWindow.
window | = GUITop Level Window |
sub_texture | = Subtexture |
geometry | = Rect |
CL_GUIWindowManagerTextureWindow::~CL_GUIWindowManagerTextureWindow | ( | ) |
CL_Rect CL_GUIWindowManagerTextureWindow::get_geometry | ( | ) | const |
Get Geometry.
CL_Subtexture CL_GUIWindowManagerTextureWindow::get_texture | ( | ) | const |
Get Texture.
CL_GUIComponent* CL_GUIWindowManagerTextureWindow::get_toplevel_component | ( | ) | const |
Get Toplevel component.
CL_GUITopLevelWindow* CL_GUIWindowManagerTextureWindow::get_window | ( | ) | const |
Get Window.