#include <OpenGUI_FaceDef.h>
Public Member Functions | |
| SliceDef (ImageryPtr imagery=0, bool tileImage=false, float width=0.0f, float height=0.0f, bool growWidth=false, bool growHeight=false, unsigned short colSpan=0, unsigned short rowSpan=0) | |
| Constructor allows you to define increasing detail, or nothing at all. | |
Public Attributes | |
| float | Width |
| The minimum width the slice should cover. | |
| bool | GrowWidth |
Set to true if you want this slice to volunteer to widen to fill left over space. | |
| float | Height |
| The minimum height the slice should cover. | |
| bool | GrowHeight |
Set to true if you want this slice to volunteer to heighten to fill left over space. | |
| ImageryPtr | Imagery |
| The imagery this slice will use for display. | |
| bool | Tile |
Set to true to display imagery using native pixel size with tiling, otherwise it will be stretched to fit the slice area. | |
| unsigned short | ColSpan |
| Number of additional columns this slice spans across. | |
| unsigned short | RowSpan |
| Number of additional rows this slice spans across. | |
|
||||||||||||||||||||||||||||||||||||
|
Constructor allows you to define increasing detail, or nothing at all.
|
|
|
Number of additional columns this slice spans across.
|
|
|
Set to
|
|
|
Set to
|
|
|
The minimum height the slice should cover.
|
|
|
The imagery this slice will use for display.
|
|
|
Number of additional rows this slice spans across.
|
|
|
Set to
|
|
|
The minimum width the slice should cover.
|