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

UWindow.UWindowBase

Extends
Object

Core.Object
|   
+-- UWindow.UWindowBase

Direct Known Subclasses:

UWindowLayoutBase, UWindowLayoutCell, UWindowLookAndFeel, UWindowWindow

Constants Summary
F_Normal=0
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
MenuSound
MS_MenuPullDown, MS_MenuCloseUp, MS_MenuItem, MS_WindowOpen, MS_WindowClose, MS_ChangeTab
TextAlign
TA_Left, TA_Right, TA_Center
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Region
X, Y, W, H
TexRegion
X, Y, W, H, T
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
functionRegion GetRegion (TexRegion T)
functionRegion NewRegion (float X, float Y, float W, float H)
functionTexRegion 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, ^, ^^, |, ||, ~, ~=


Constants Detail

F_Normal Source code

const F_Normal = 0;


Enumerations Detail

FrameHitTest Source code

enum FrameHitTest
{
HT_NW, HT_N, HT_NE, HT_W, HT_E, HT_SW, HT_S, HT_SE, HT_TitleBar, HT_DragHandle, HT_None
};

MenuSound Source code

enum MenuSound
{
MS_MenuPullDown, MS_MenuCloseUp, MS_MenuItem, MS_WindowOpen, MS_WindowClose, MS_ChangeTab
};

TextAlign Source code

enum TextAlign
{
TA_Left, TA_Right, TA_Center
};


Structures Detail

Region Source code

struct Region
{
var(UWindowBase) int H;
var(UWindowBase) int W;
var(UWindowBase) int X;
var(UWindowBase) int Y;
};


TexRegion Source code

struct TexRegion
{
var(UWindowBase) int H;
var(UWindowBase) Texture T;
var(UWindowBase) int W;
var(UWindowBase) int X;
var(UWindowBase) int Y;
};



Functions Detail

GetRegion Source code

function Region GetRegion ( TexRegion T )

NewRegion Source code

function Region NewRegion ( float X, float Y, float W, float H )

NewTexRegion Source code

function TexRegion NewTexRegion ( float X, float Y, float W, float H, Texture T )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:22.828 - Created with UnCodeX