Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- UWindow.UWindowBase
UWindowLayoutBase, UWindowLayoutCell, UWindowLookAndFeel, UWindowWindow
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient |
Variables Summary |
---|
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[6], Outer |
Enumerations Summary | ||
---|---|---|
FrameHitTest HT_NW, HT_N, HT_NE, HT_W, HT_E, HT_SW, HT_S, HT_SE, HT_TitleBar, HT_DragHandle, HT_None | ||
TextAlign TA_Left, TA_Right, TA_Center |
Inherited Enumerations from Core.Object |
---|
ESheerAxis |
Structures Summary | ||
---|---|---|
Region H, W, X, Y | ||
TexRegion H, T, W, X, Y |
Inherited Structures from Core.Object |
---|
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector |
Functions Summary | ||
---|---|---|
![]() | Region | GetRegion (TexRegion T) |
![]() | Region | NewRegion (float X, float Y, float W, float H) |
![]() | TexRegion | NewTexRegion (float X, float Y, float W, float H, Texture T) |
Inherited Functions from Core.Object |
---|
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
Enumerations Detail |
---|
HT_NW, HT_N, HT_NE, HT_W, HT_E, HT_SW, HT_S, HT_SE, HT_TitleBar, HT_DragHandle, HT_None};
Structures Detail |
---|
var(UWindowBase) int H;};
var(UWindowBase) int W;
var(UWindowBase) int X;
var(UWindowBase) int Y;
var(UWindowBase) int H;};
var(UWindowBase) Texture T;
var(UWindowBase) int W;
var(UWindowBase) int X;
var(UWindowBase) int Y;
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties
{
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |