OpenGUI::BrushImagery Class Reference

#include <OpenGUI_Brush.h>

List of all members.


Detailed Description

Provides methods for drawing Imagery covered rects.


Public Member Functions

void drawImage (const ImageryPtr &imageryPtr, const FRect &rect)
 Draws the given Imagery using the given rect.
void drawImage (const ImageryPtr &imageryPtr, const FVector2 &position, const FVector2 &size)
 Draws the given Imagery at the given position and size.
void drawImageUnscaled (const ImageryPtr &imageryPtr, const FVector2 &position)
 Draws the given Imagery at the given position at it's native pixel size.
void drawImageTiled (const ImageryPtr &imageryPtr, const FRect &rect, float x_tiles, float y_tiles)
 Draws the given Imagery filling the given rect using the given number of tiles.
void drawImageUnscaledAndTiled (const ImageryPtr &imageryPtr, const FRect &rect)
 Draws the given Imagery at the given position at it's native pixel size, tiling or clipping it as necessary to fill the area.
void drawFace (const FacePtr &facePtr, const FRect &rect)
 Draws the given Face, filling the given rect.
void drawFace (const FacePtr &facePtr, const FVector2 &position, const FVector2 &size)
 Draws the given Face, filling a rect constructed from the given position and size.


Member Function Documentation

void OpenGUI::BrushImagery::drawFace const FacePtr facePtr,
const FVector2 position,
const FVector2 size
 

Draws the given Face, filling a rect constructed from the given position and size.

void OpenGUI::BrushImagery::drawFace const FacePtr facePtr,
const FRect rect
 

Draws the given Face, filling the given rect.

void OpenGUI::BrushImagery::drawImage const ImageryPtr imageryPtr,
const FVector2 position,
const FVector2 size
 

Draws the given Imagery at the given position and size.

void OpenGUI::BrushImagery::drawImage const ImageryPtr imageryPtr,
const FRect rect
 

Draws the given Imagery using the given rect.

void OpenGUI::BrushImagery::drawImageTiled const ImageryPtr imageryPtr,
const FRect rect,
float  x_tiles,
float  y_tiles
 

Draws the given Imagery filling the given rect using the given number of tiles.

void OpenGUI::BrushImagery::drawImageUnscaled const ImageryPtr imageryPtr,
const FVector2 position
 

Draws the given Imagery at the given position at it's native pixel size.

void OpenGUI::BrushImagery::drawImageUnscaledAndTiled const ImageryPtr imageryPtr,
const FRect rect
 

Draws the given Imagery at the given position at it's native pixel size, tiling or clipping it as necessary to fill the area.


The documentation for this class was generated from the following files:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:21 2007