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

XInterface.GUI

Extends
Object
Modifiers
abstract instanced native editinlinenew config ( User )

Core.Object
|   
+-- XInterface.GUI

Direct Known Subclasses:

GUIComponent, GUIFont, GUIStyles, GUIUserKeyBinding, GUIUserModInfo

Constants Summary
Counter=0
QBTN_Abort=64
QBTN_AbortRetry=68
QBTN_Cancel=2
QBTN_Continue=8
QBTN_Ignore=128
QBTN_No=32
QBTN_Ok=1
QBTN_OkCancel=3
QBTN_Retry=4
QBTN_Yes=16
QBTN_YesNo=48
QBTN_YesNoCancel=50
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
GUIControllerController
colorSaveColor
fontSaveFont
planeSaveModulation
byteSaveStyle
floatSaveX
floatSaveY
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
EAnimationType
AT_Position, AT_Dimension,
eCellStyle
CELL_FixedSize, CELL_FixedCount
eDrawDirection
DRD_LeftToRight, DRD_RightToLeft, DRD_TopToBottom, DRD_BottomToTop,
eDropState
DRP_None, DRP_Source, DRP_Target, DRP_Accept, DRP_Reject
eEditMask
EDM_None, EDM_Alpha, EDM_Numeric,
eFontScale
FNS_Small, FNS_Medium, FNS_Large
eIconPosition
ICP_Normal, ICP_Center, ICP_Scaled, ICP_Stretched, ICP_Bound,
eImgAlign
IMGA_TopLeft, IMGA_Center, IMGA_BottomRight,
eImgStyle
ISTY_Normal, ISTY_Stretched, ISTY_Scaled, ISTY_Bound, ISTY_Justified, ISTY_PartialScaled, ISTY_Tiled,
EMenuRenderStyle
MSTY_None, MSTY_Normal, MSTY_Masked, MSTY_Translucent, MSTY_Modulated, MSTY_Alpha, MSTY_Additive, MSTY_Subtractive, MSTY_Particle, MSTY_AlphaZ,
eMenuState
MSAT_Blurry, MSAT_Watched, MSAT_Focused, MSAT_Pressed, MSAT_Disabled,
EOrientation
ORIENT_Vertical, ORIENT_Horizontal
ePageAlign
PGA_None, PGA_Client, PGA_Left, PGA_Right, PGA_Top, PGA_Bottom,
eTextAlign
TXTA_Left, TXTA_Center, TXTA_Right,
eTextCase
TXTC_None, TXTC_Upper, TXTC_Lower,
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
APackInfo
PackageName, Description
AutoLoginInfo
IP, Port, Username, Password, bAutologin
GUIListElem
Item, ExtraData, ExtraStrData, bSection
GUITabItem
ClassName, Caption, Hint
GUITreeNode
Caption, Value, ParentCaption, ExtraInfo, Level, bEnabled
ImageListElem
Item, Image, Locked
MultiSelectListElem
Item, ExtraData, ExtraStrData, bSelected, SelectionIndex, bSection
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
function GetModList (out array<string> ModDirs, out array<string> ModTitles)
functionmaterial GetModLogo (string ModDir)
functionstring GetModValue (string ModDir, string ModKey)
functionbool IsDigit (string Test, optional bool bAllowDecimal ))
functionstring JoinArray (array<string> StringArray, optional string delim, optional bool bIgnoreBlanks))
function Profile (string ProfileName)
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Constants Detail

Counter Source code

const Counter = 0;

QBTN_Abort Source code

const QBTN_Abort = 64;

QBTN_AbortRetry Source code

const QBTN_AbortRetry = 68;

QBTN_Cancel Source code

const QBTN_Cancel = 2;

QBTN_Continue Source code

const QBTN_Continue = 8;

QBTN_Ignore Source code

const QBTN_Ignore = 128;

QBTN_No Source code

const QBTN_No = 32;

QBTN_Ok Source code

const QBTN_Ok = 1;

QBTN_OkCancel Source code

const QBTN_OkCancel = 3;

QBTN_Retry Source code

const QBTN_Retry = 4;

QBTN_Yes Source code

const QBTN_Yes = 16;

QBTN_YesNo Source code

const QBTN_YesNo = 48;

QBTN_YesNoCancel Source code

const QBTN_YesNoCancel = 50;


Variables Detail

Controller Source code

var noexport GUIController Controller;

SaveColor Source code

var noexport color SaveColor;

SaveFont Source code

var noexport font SaveFont;

SaveModulation Source code

var noexport plane SaveModulation;

SaveStyle Source code

var noexport byte SaveStyle;

SaveX Source code

var noexport float SaveX;

SaveY Source code

var noexport float SaveY;


Enumerations Detail

EAnimationType Source code

enum EAnimationType
{
AT_Position, AT_Dimension,
};

eCellStyle Source code

enum eCellStyle
{
CELL_FixedSize, CELL_FixedCount
};

eDrawDirection Source code

enum eDrawDirection
{
DRD_LeftToRight, DRD_RightToLeft, DRD_TopToBottom, DRD_BottomToTop,
};

eDropState Source code

enum eDropState
{
DRP_None, DRP_Source, DRP_Target, DRP_Accept, DRP_Reject
};

eEditMask Source code

enum eEditMask
{
EDM_None, EDM_Alpha, EDM_Numeric,
};

eFontScale Source code

enum eFontScale
{
FNS_Small, FNS_Medium, FNS_Large
};

eIconPosition Source code

enum eIconPosition
{
ICP_Normal, ICP_Center, ICP_Scaled, ICP_Stretched, ICP_Bound,
};

eImgAlign Source code

enum eImgAlign
{
IMGA_TopLeft, IMGA_Center, IMGA_BottomRight,
};

eImgStyle Source code

enum eImgStyle
{
ISTY_Normal, ISTY_Stretched, ISTY_Scaled, ISTY_Bound, ISTY_Justified, ISTY_PartialScaled, ISTY_Tiled,
};

EMenuRenderStyle Source code

enum EMenuRenderStyle
{
MSTY_None, MSTY_Normal, MSTY_Masked, MSTY_Translucent, MSTY_Modulated, MSTY_Alpha, MSTY_Additive, MSTY_Subtractive, MSTY_Particle, MSTY_AlphaZ,
};

eMenuState Source code

enum eMenuState
{
MSAT_Blurry, MSAT_Watched, MSAT_Focused, MSAT_Pressed, MSAT_Disabled,
};

EOrientation Source code

enum EOrientation
{
ORIENT_Vertical, ORIENT_Horizontal
};

ePageAlign Source code

enum ePageAlign
{
PGA_None, PGA_Client, PGA_Left, PGA_Right, PGA_Top, PGA_Bottom,
};

eTextAlign Source code

enum eTextAlign
{
TXTA_Left, TXTA_Center, TXTA_Right,
};

eTextCase Source code

enum eTextCase
{
TXTC_None, TXTC_Upper, TXTC_Lower,
};


Structures Detail

APackInfo Source code

struct APackInfo
{
var localized string Description;
var string PackageName;
};


AutoLoginInfo Source code

struct AutoLoginInfo
{
var(GUI) bool bAutologin;
var(GUI) string IP;
var(GUI) string Password;
var(GUI) string Port;
var(GUI) string Username;
};


GUIListElem Source code

struct native GUIListElem
{
var bool bSection;
var object ExtraData;
var string ExtraStrData;
var string Item;
};


GUITabItem Source code

struct GUITabItem
{
var(GUI) localized string Caption;
var(GUI) string ClassName;
var(GUI) localized string Hint;
};


GUITreeNode Source code

struct native GUITreeNode
{
var(GUI) bool bEnabled;
var(GUI) string Caption;
var(GUI) string ExtraInfo;
var(GUI) int Level;
var(GUI) string ParentCaption;
var(GUI) string Value;
};


ImageListElem Source code

struct native ImageListElem
{
var Material Image;
var int Item;
var int Locked;
};


MultiSelectListElem Source code

struct native MultiSelectListElem
{
var bool bSection;
var bool bSelected;
var object ExtraData;
var string ExtraStrData;
var string Item;
var int SelectionIndex;
};



Functions Detail

GetModList Source code

native function GetModList ( out array<string> ModDirs, out array<string> ModTitles )

GetModLogo Source code

native function material GetModLogo ( string ModDir )

GetModValue Source code

native function string GetModValue ( string ModDir, string ModKey )

IsDigit Source code

static function bool IsDigit ( string Test, optional bool bAllowDecimal ) )

JoinArray Source code

static final function string JoinArray ( array<string> StringArray, optional string delim, optional bool bIgnoreBlanks) )

Profile Source code

native function Profile ( string ProfileName )



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