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

XInterface.GUILabel

Extends
GUIComponent
Modifiers
Native

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

Direct Known Subclasses:

GUISubtitleText

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
GUILabel
colorBackColor
boolbMultiLine
boolbTransparent
stringCaption
colorFocusedTextColor
colorHilightColor
floatHilightOffsetX
floatHilightOffsetY
colorShadowColor
floatShadowOffsetX
floatShadowOffsetY
eTextAlignTextAlign
colorTextColor
stringTextFont
EMenuRenderStyleTextStyle
eTextAlignVertAlign
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
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

GUILabel

BackColor Source code

var(GUILabel) color BackColor;

bMultiLine Source code

var(GUILabel) bool bMultiLine;

bTransparent Source code

var(GUILabel) bool bTransparent;

Caption Source code

var(GUILabel) localized string Caption;

FocusedTextColor Source code

var(GUILabel) color FocusedTextColor;

HilightColor Source code

var(GUILabel) color HilightColor;

HilightOffsetX Source code

var(GUILabel) float HilightOffsetX;

HilightOffsetY Source code

var(GUILabel) float HilightOffsetY;

ShadowColor Source code

var(GUILabel) color ShadowColor;

ShadowOffsetX Source code

var(GUILabel) float ShadowOffsetX;

ShadowOffsetY Source code

var(GUILabel) float ShadowOffsetY;

TextAlign Source code

var(GUILabel) eTextAlign TextAlign;

TextColor Source code

var(GUILabel) color TextColor;

TextFont Source code

var(GUILabel) string TextFont;

TextStyle Source code

var(GUILabel) EMenuRenderStyle TextStyle;

VertAlign Source code

var(GUILabel) eTextAlign VertAlign;


Defaultproperties

defaultproperties
{
    TextAlign=TXTA_Left
    TextColor=(R=0,G=0,B=64,A=255)
    FocusedTextColor=(R=32,G=32,B=80,A=255)
    TextStyle=MSTY_Normal
    TextFont="UT2MenuFont"
    bTransparent=true
    BackColor=(R=0,G=0,B=0,A=255)
    RenderWeight=0.4
    WinHeight=0.06
    VertAlign=TXTA_Left
    ShadowColor=(R=0,G=0,B=0,A=196)
    ShadowOffsetX=0
    ShadowOffsetY=0
    HilightColor=(R=255,G=255,B=255,A=196)
    HilightOffsetX=0
    HilightOffsetY=0
}

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