Public Member Functions | |
InputRectangle () | |
InputRectangle (float left, float right, float bottom, float top) | |
InputRectangle (const InputRectangle &ir) | |
virtual | ~InputRectangle () |
void | set (float left, float right, float bottom, float top) |
float | left () const |
float | bottom () const |
float | width () const |
float | height () const |
Producer::RenderSurface::InputRectangle::InputRectangle | ( | ) | [inline] |
Producer::RenderSurface::InputRectangle::InputRectangle | ( | float | left, | |
float | right, | |||
float | bottom, | |||
float | top | |||
) | [inline] |
Producer::RenderSurface::InputRectangle::InputRectangle | ( | const InputRectangle & | ir | ) | [inline] |
virtual Producer::RenderSurface::InputRectangle::~InputRectangle | ( | ) | [inline, virtual] |
float Producer::RenderSurface::InputRectangle::bottom | ( | ) | const [inline] |
float Producer::RenderSurface::InputRectangle::height | ( | ) | const [inline] |
float Producer::RenderSurface::InputRectangle::left | ( | ) | const [inline] |
void Producer::RenderSurface::InputRectangle::set | ( | float | left, | |
float | right, | |||
float | bottom, | |||
float | top | |||
) | [inline] |
float Producer::RenderSurface::InputRectangle::width | ( | ) | const [inline] |