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

XInterface.GUIImage

Extends
GUIComponent
Modifiers
Native

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

Direct Known Subclasses:

BackgroundImage, FloatingImage, GUIImageList, GUISectionBackground

Constants Summary
Inherited Contants from XInterface.GUI
Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel

Variables Summary
GUIImage
floatBorderOffsets[4]
MaterialDropShadow
intDropShadowX
intDropShadowY
MaterialImage
eImgAlignImageAlign
colorImageColor
EMenuRenderStyleImageRenderStyle
eImgStyleImageStyle
intX1
intX2
floatX3
intY1
intY2
floatY3
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
Inherited Variables from XInterface.GUI
Controller, SaveColor, SaveFont, SaveModulation, SaveStyle, SaveX, SaveY

Enumerations Summary
Inherited Enumerations from XInterface.GUIComponent
EClickSound, EParentScaleType
Inherited Enumerations from XInterface.GUI
EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase

Structures Summary
Inherited Structures from XInterface.GUI
APackInfo, AutoLoginInfo, GUIListElem, GUITabItem, GUITreeNode, ImageListElem, MultiSelectListElem

Functions Summary
eventstring 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
Inherited Functions from XInterface.GUI
GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile


Variables Detail

GUIImage

BorderOffsets[4] Source code

var(GUIImage) float BorderOffsets[4];

DropShadow Source code

var(GUIImage) Material DropShadow;

DropShadowX Source code

var(GUIImage) int DropShadowX;

DropShadowY Source code

var(GUIImage) int DropShadowY;

Image Source code

var(GUIImage) Material Image;

ImageAlign Source code

var(GUIImage) eImgAlign ImageAlign;

ImageColor Source code

var(GUIImage) color ImageColor;

ImageRenderStyle Source code

var(GUIImage) EMenuRenderStyle ImageRenderStyle;

ImageStyle Source code

var(GUIImage) eImgStyle ImageStyle;

X1 Source code

var(GUIImage) int X1;

X2 Source code

var(GUIImage) int X2;

X3 Source code

var(GUIImage) float X3;

Y1 Source code

var(GUIImage) int Y1;

Y2 Source code

var(GUIImage) int Y2;

Y3 Source code

var(GUIImage) float Y3;


Functions Detail

AdditionalDebugString Source code

event string AdditionalDebugString ( ) )


Defaultproperties

defaultproperties
{
	ImageColor=(R=255,G=255,B=255,A=255)
	ImageStyle=ISTY_Normal
	ImageRenderStyle=MSTY_Alpha
	ImageAlign=IMGA_TopLeft
	X1=-1
	X2=-1
	X3=-1
	Y1=-1
	Y2=-1
	Y3=-1
    RenderWeight=0.1
    DropShadowX=0
    DropShadowY=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:07.789 - Created with UnCodeX