Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.GUIImageList

Extends
GUIImage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIImage
         |   
         +-- XInterface.GUIImageList

Variables Summary
GUIImageList
boolbWrap
intCurIndex
array<Material>Materials
array<string>MatNames
Inherited Variables from XInterface.GUIImage
BorderOffsets[4], DropShadow, DropShadowX, DropShadowY, Image, ImageAlign, ImageColor, ImageRenderStyle, ImageStyle, X1, X2, X3, Y1, Y2, Y3
Inherited Variables from XInterface.GUIComponent
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth

Enumerations Summary
Inherited Enumerations from XInterface.GUIComponent
EClickSound, EParentScaleType

Functions Summary
function AddMaterial (string MatName, out Material Mat)
function FirstImage ()
functionstring GetCurMatName ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool internalKeyEvent (out byte Key, out byte State, float delta)
function LastImage ()
function NextImage ()
function PrevImage ()
function SetIndex (int index)
Inherited Functions from XInterface.GUIImage
AdditionalDebugString
Inherited Functions from XInterface.GUIComponent
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset


Variables Detail

GUIImageList

bWrap Source code

var(GUIImageList) bool bWrap;

CurIndex Source code

var(GUIImageList) editconst int CurIndex;

Materials Source code

var(GUIImageList) array<Material> Materials;

MatNames Source code

var(GUIImageList) editinline array<string> MatNames;


Functions Detail

AddMaterial Source code

function AddMaterial ( string MatName, out Material Mat )

FirstImage Source code

function FirstImage ( )

GetCurMatName Source code

function string GetCurMatName ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

internalKeyEvent Source code

function bool internalKeyEvent ( out byte Key, out byte State, float delta )

LastImage Source code

function LastImage ( )

NextImage Source code

function NextImage ( )

PrevImage Source code

function PrevImage ( )

SetIndex Source code

function SetIndex ( int index )


Defaultproperties

defaultproperties
{
     StyleName="NoBackground"
     bTabStop=True
     bAcceptsInput=True
     bCaptureMouse=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:00.921 - Created with UnCodeX