Dimension type that represents some dimension of a named Image. Implements BaseDim interface.
More...
List of all members.
Detailed Description
Dimension type that represents some dimension of a named Image. Implements BaseDim interface.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
imageset | String object holding the name of the imagseset which contains the image. |
image | String object holding the name of the image. |
dim | DimensionType value indicating which dimension of the described image that this ImageDim is to represent. |
Member Function Documentation
Sets the source dimension type for this ImageDim.
- Parameters:
-
dim | DimensionType value indicating which dimension of the described image that this ImageDim is to represent. |
- Returns:
- Nothing.
void CEGUI::ImageDim::setSourceImage |
( |
const String & |
imageset, |
|
|
const String & |
image |
|
) |
| |
Sets the source image information for this ImageDim.
- Parameters:
-
imageset | String object holding the name of the imagseset which contains the image. |
image | String object holding the name of the image. |
- Returns:
- Nothing.