ClanLib  2.3.7
List of all members
CL_GUIWindowManagerTextureWindow Class Reference

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_GUIComponentget_toplevel_component () const
 Get Toplevel component. More...
 

Detailed Description

Texture window manager window.

Constructor & Destructor Documentation

CL_GUIWindowManagerTextureWindow::CL_GUIWindowManagerTextureWindow ( )
CL_GUIWindowManagerTextureWindow::CL_GUIWindowManagerTextureWindow ( CL_GUITopLevelWindow *  window,
const CL_Subtexture sub_texture,
const CL_Rect geometry 
)

Constructs a GUIWindowManagerTextureWindow.

Parameters
window= GUITop Level Window
sub_texture= Subtexture
geometry= Rect
CL_GUIWindowManagerTextureWindow::~CL_GUIWindowManagerTextureWindow ( )

Member Function Documentation

CL_Rect CL_GUIWindowManagerTextureWindow::get_geometry ( ) const

Get Geometry.

Returns
geometry
CL_Subtexture CL_GUIWindowManagerTextureWindow::get_texture ( ) const

Get Texture.

Returns
texture
CL_GUIComponent* CL_GUIWindowManagerTextureWindow::get_toplevel_component ( ) const

Get Toplevel component.

Returns
toplevel_component
CL_GUITopLevelWindow* CL_GUIWindowManagerTextureWindow::get_window ( ) const

Get Window.

Returns
window

The documentation for this class was generated from the following file: