Public Member Functions | Private Member Functions | Private Attributes | Friends
rve_render_client::ScreenRect Class Reference

#include <screen_rect.h>

List of all members.

Public Member Functions

const RectgetCorners ()
const rve_common::UUIDgetID ()
uint32_t getZOrder ()
void setColor (Color c)
void setCorners (float x0, float y0, float x1, float y1)
void setOpacity (float opacity)
void setTexture (const TexturePtr &tex)
void setTexture (const std::string &resource_path)
void setZOrder (uint32_t zorder)

Private Member Functions

void create (ClientContext *context)
void destroy (ClientContext *context)
rve_interfaces::ScreenRectProxy * getProxy ()
 ScreenRect (const rve_common::UUID &render_target_id, uint32_t zorder, float x0, float y0, float x1, float y1)
 ~ScreenRect ()

Private Attributes

Color color_
ClientContextcontext_
rve_common::UUID id_
float opacity_
InterfaceHandle proxy_handle_
Rect rect_
rve_common::UUID render_target_id_
TexturePtr texture_
std::string texture_resource_
uint32_t zorder_

Friends

class RenderTarget

Detailed Description

Definition at line 62 of file screen_rect.h.


Constructor & Destructor Documentation

rve_render_client::ScreenRect::ScreenRect ( const rve_common::UUID render_target_id,
uint32_t  zorder,
float  x0,
float  y0,
float  x1,
float  y1 
) [private]

Definition at line 43 of file screen_rect.cpp.

Definition at line 53 of file screen_rect.cpp.


Member Function Documentation

Definition at line 64 of file screen_rect.cpp.

Definition at line 87 of file screen_rect.cpp.

Definition at line 71 of file screen_rect.h.

Definition at line 65 of file screen_rect.h.

rve_interfaces::ScreenRectProxy * rve_render_client::ScreenRect::getProxy ( ) [private]

Definition at line 57 of file screen_rect.cpp.

Definition at line 68 of file screen_rect.h.

Definition at line 128 of file screen_rect.cpp.

void rve_render_client::ScreenRect::setCorners ( float  x0,
float  y0,
float  x1,
float  y1 
)

Definition at line 98 of file screen_rect.cpp.

Definition at line 118 of file screen_rect.cpp.

Definition at line 143 of file screen_rect.cpp.

void rve_render_client::ScreenRect::setTexture ( const std::string &  resource_path)

Definition at line 154 of file screen_rect.cpp.

void rve_render_client::ScreenRect::setZOrder ( uint32_t  zorder)

Definition at line 108 of file screen_rect.cpp.


Friends And Related Function Documentation

friend class RenderTarget [friend]

Definition at line 101 of file screen_rect.h.


Member Data Documentation

Definition at line 96 of file screen_rect.h.

Definition at line 93 of file screen_rect.h.

Definition at line 87 of file screen_rect.h.

Definition at line 99 of file screen_rect.h.

Definition at line 94 of file screen_rect.h.

Definition at line 91 of file screen_rect.h.

Definition at line 88 of file screen_rect.h.

Definition at line 97 of file screen_rect.h.

Definition at line 98 of file screen_rect.h.

Definition at line 90 of file screen_rect.h.


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


rve_render_client
Author(s): Josh Faust
autogenerated on Wed Dec 11 2013 14:31:32