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

UWindow.UWindowLookAndFeel

Extends
UWindowBase

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowLookAndFeel

Direct Known Subclasses:

UDebugBlueLookAndFeel, UWindowWin95LookAndFeel

Constants Summary
Inherited Contants from UWindow.UWindowBase
F_Bold, F_Large, F_LargeBold, F_Normal

Variables Summary
UWindowLookAndFeel
TextureActive
TextureActiveS
RegionBevelUpArea
RegionBevelUpB
RegionBevelUpBL
RegionBevelUpBR
RegionBevelUpL
RegionBevelUpR
RegionBevelUpT
RegionBevelUpTL
RegionBevelUpTR
intColumnHeadingHeight
RegionComboBtnDisabled
RegionComboBtnDown
RegionComboBtnUp
intEditBoxBevel
ColorEditBoxTextColor
ColorFrameActiveTitleColor
RegionFrameB
RegionFrameBL
RegionFrameBR
ColorFrameInactiveTitleColor
RegionFrameL
RegionFrameR
RegionFrameT
intFrameTitleX
intFrameTitleY
RegionFrameTL
RegionFrameTR
ColorHeadingActiveTitleColor
ColorHeadingInActiveTitleColor
RegionHLine
TextureInactive
TextureInactiveS
TextureMisc
RegionMiscBevelArea[4]
RegionMiscBevelBL[4]
RegionMiscBevelBR[4]
RegionMiscBevelB[4]
RegionMiscBevelL[4]
RegionMiscBevelR[4]
RegionMiscBevelTL[4]
RegionMiscBevelTR[4]
RegionMiscBevelT[4]
floatPulldown_HBorder
floatPulldown_ItemHeight
floatPulldown_TextBorder
floatPulldown_VBorder
floatSize_MinScrollbarHeight
floatSize_ScrollbarButtonHeight
floatSize_ScrollbarWidth
floatSize_TabAreaHeight
floatSize_TabAreaOverhangHeight
floatSize_TabSpacing
floatSize_TabXOffset
RegionTabBackground
RegionTabSelectedL
RegionTabSelectedM
RegionTabSelectedR
RegionTabUnselectedL
RegionTabUnselectedM
RegionTabUnselectedR
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from UWindow.UWindowBase
FrameHitTest, MenuSound, MessageBoxButtons, MessageBoxResult, PropertyCondition, TextAlign

Structures Summary
Inherited Structures from UWindow.UWindowBase
HTMLStyle, Region, TexRegion

Functions Summary
function Button_DrawSmallButton (UWindowSmallButton B, Canvas C)
function Checkbox_Draw (UWindowCheckbox W, Canvas C)
function Checkbox_SetupSizes (UWindowCheckbox W, Canvas C)
function ComboList_DrawBackground (UWindowComboList W, Canvas C)
function ComboList_DrawItem (UWindowComboList Combo, Canvas C, float X, float Y, float W, float H, string Text, bool bSelected)
function Combo_Draw (UWindowComboControl W, Canvas C)
function Combo_GetButtonBitmaps (UWindowComboButton W)
function Combo_SetupLeftButton (UWindowComboLeftButton W)
function Combo_SetupRightButton (UWindowComboRightButton W)
function Combo_SetupSizes (UWindowComboControl W, Canvas C)
function ControlFrame_Draw (UWindowControlFrame W, Canvas C)
function ControlFrame_SetupSizes (UWindowControlFrame W, Canvas C)
function DrawClientArea (UWindowClientWindow W, Canvas C)
function Editbox_Draw (UWindowEditControl W, Canvas C)
function Editbox_SetupSizes (UWindowEditControl W, Canvas C)
function FW_DrawWindowFrame (UWindowFramedWindow W, Canvas C)
functionRegion FW_GetClientArea (UWindowFramedWindow W)
functionFrameHitTest FW_HitTest (UWindowFramedWindow W, float X, float Y)
function FW_SetupFrameButtons (UWindowFramedWindow W, Canvas C)
functionTexture GetTexture (UWindowFramedWindow W))
function Menu_DrawMenuBar (UWindowMenuBar W, Canvas C)
function Menu_DrawMenuBarItem (UWindowMenuBar B, UWindowMenuBarItem I, float X, float Y, float W, float H, Canvas C)
function Menu_DrawPulldownMenuBackground (UWindowPulldownMenu W, Canvas C)
function Menu_DrawPulldownMenuItem (UWindowPulldownMenu M, UWindowPulldownMenuItem Item, Canvas C, float X, float Y, float W, float H, bool bSelected)
function PlayMenuSound (UWindowWindow W, MenuSound S)
function SB_HDraw (UWindowHScrollbar W, Canvas C)
function SB_SetupDownButton (UWindowSBDownButton W)
function SB_SetupLeftButton (UWindowSBLeftButton W)
function SB_SetupRightButton (UWindowSBRightButton W)
function SB_SetupUpButton (UWindowSBUpButton W)
function SB_VDraw (UWindowVScrollbar W, Canvas C)
function Setup ()
function Tab_DrawTab (UWindowTabControlTabArea Tab, Canvas C, bool bActiveTab, bool bLeftmostTab, float X, float Y, float W, float H, string Text, bool bShowText)
function Tab_DrawTabPageArea (UWindowPageControl W, Canvas C, UWindowPageWindow P)
function Tab_GetTabSize (UWindowTabControlTabArea Tab, Canvas C, string Text, out float W, out float H)
function Tab_SetTabPageSize (UWindowPageControl W, UWindowPageWindow P)
function Tab_SetupLeftButton (UWindowTabControlLeftButton W)
function Tab_SetupRightButton (UWindowTabControlRightButton W)
Inherited Functions from UWindow.UWindowBase
BuildObjectWithProperties, GetRegion, InStrAfter, NewRegion, NewTexRegion
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen


Variables Detail

UWindowLookAndFeel

Active Source code

var(UWindowLookAndFeel) Texture Active;

ActiveS Source code

var(UWindowLookAndFeel) Texture ActiveS;

BevelUpArea Source code

var(UWindowLookAndFeel) Region BevelUpArea;

BevelUpB Source code

var(UWindowLookAndFeel) Region BevelUpB;

BevelUpBL Source code

var(UWindowLookAndFeel) Region BevelUpBL;

BevelUpBR Source code

var(UWindowLookAndFeel) Region BevelUpBR;

BevelUpL Source code

var(UWindowLookAndFeel) Region BevelUpL;

BevelUpR Source code

var(UWindowLookAndFeel) Region BevelUpR;

BevelUpT Source code

var(UWindowLookAndFeel) Region BevelUpT;

BevelUpTL Source code

var(UWindowLookAndFeel) Region BevelUpTL;

BevelUpTR Source code

var(UWindowLookAndFeel) Region BevelUpTR;

ColumnHeadingHeight Source code

var(UWindowLookAndFeel) int ColumnHeadingHeight;

ComboBtnDisabled Source code

var(UWindowLookAndFeel) Region ComboBtnDisabled;

ComboBtnDown Source code

var(UWindowLookAndFeel) Region ComboBtnDown;

ComboBtnUp Source code

var(UWindowLookAndFeel) Region ComboBtnUp;

EditBoxBevel Source code

var(UWindowLookAndFeel) int EditBoxBevel;

EditBoxTextColor Source code

var(UWindowLookAndFeel) Color EditBoxTextColor;

FrameActiveTitleColor Source code

var(UWindowLookAndFeel) Color FrameActiveTitleColor;

FrameB Source code

var(UWindowLookAndFeel) Region FrameB;

FrameBL Source code

var(UWindowLookAndFeel) Region FrameBL;

FrameBR Source code

var(UWindowLookAndFeel) Region FrameBR;

FrameInactiveTitleColor Source code

var(UWindowLookAndFeel) Color FrameInactiveTitleColor;

FrameL Source code

var(UWindowLookAndFeel) Region FrameL;

FrameR Source code

var(UWindowLookAndFeel) Region FrameR;

FrameT Source code

var(UWindowLookAndFeel) Region FrameT;

FrameTitleX Source code

var(UWindowLookAndFeel) int FrameTitleX;

FrameTitleY Source code

var(UWindowLookAndFeel) int FrameTitleY;

FrameTL Source code

var(UWindowLookAndFeel) Region FrameTL;

FrameTR Source code

var(UWindowLookAndFeel) Region FrameTR;

HeadingActiveTitleColor Source code

var(UWindowLookAndFeel) Color HeadingActiveTitleColor;

HeadingInActiveTitleColor Source code

var(UWindowLookAndFeel) Color HeadingInActiveTitleColor;

HLine Source code

var(UWindowLookAndFeel) Region HLine;

Inactive Source code

var(UWindowLookAndFeel) Texture Inactive;

InactiveS Source code

var(UWindowLookAndFeel) Texture InactiveS;

Misc Source code

var(UWindowLookAndFeel) Texture Misc;

MiscBevelArea[4] Source code

var(UWindowLookAndFeel) Region MiscBevelArea[4];

MiscBevelBL[4] Source code

var(UWindowLookAndFeel) Region MiscBevelBL[4];

MiscBevelBR[4] Source code

var(UWindowLookAndFeel) Region MiscBevelBR[4];

MiscBevelB[4] Source code

var(UWindowLookAndFeel) Region MiscBevelB[4];

MiscBevelL[4] Source code

var(UWindowLookAndFeel) Region MiscBevelL[4];

MiscBevelR[4] Source code

var(UWindowLookAndFeel) Region MiscBevelR[4];

MiscBevelTL[4] Source code

var(UWindowLookAndFeel) Region MiscBevelTL[4];

MiscBevelTR[4] Source code

var(UWindowLookAndFeel) Region MiscBevelTR[4];

MiscBevelT[4] Source code

var(UWindowLookAndFeel) Region MiscBevelT[4];

Pulldown_HBorder Source code

var(UWindowLookAndFeel) float Pulldown_HBorder;

Pulldown_ItemHeight Source code

var(UWindowLookAndFeel) float Pulldown_ItemHeight;

Pulldown_TextBorder Source code

var(UWindowLookAndFeel) float Pulldown_TextBorder;

Pulldown_VBorder Source code

var(UWindowLookAndFeel) float Pulldown_VBorder;

Size_MinScrollbarHeight Source code

var(UWindowLookAndFeel) float Size_MinScrollbarHeight;

Size_ScrollbarButtonHeight Source code

var(UWindowLookAndFeel) float Size_ScrollbarButtonHeight;

Size_ScrollbarWidth Source code

var(UWindowLookAndFeel) float Size_ScrollbarWidth;

Size_TabAreaHeight Source code

var(UWindowLookAndFeel) float Size_TabAreaHeight;

Size_TabAreaOverhangHeight Source code

var(UWindowLookAndFeel) float Size_TabAreaOverhangHeight;

Size_TabSpacing Source code

var(UWindowLookAndFeel) float Size_TabSpacing;

Size_TabXOffset Source code

var(UWindowLookAndFeel) float Size_TabXOffset;

TabBackground Source code

var(UWindowLookAndFeel) Region TabBackground;

TabSelectedL Source code

var(UWindowLookAndFeel) Region TabSelectedL;

TabSelectedM Source code

var(UWindowLookAndFeel) Region TabSelectedM;

TabSelectedR Source code

var(UWindowLookAndFeel) Region TabSelectedR;

TabUnselectedL Source code

var(UWindowLookAndFeel) Region TabUnselectedL;

TabUnselectedM Source code

var(UWindowLookAndFeel) Region TabUnselectedM;

TabUnselectedR Source code

var(UWindowLookAndFeel) Region TabUnselectedR;


Functions Detail

Button_DrawSmallButton Source code

function Button_DrawSmallButton ( UWindowSmallButton B, Canvas C )

Checkbox_Draw Source code

function Checkbox_Draw ( UWindowCheckbox W, Canvas C )

Checkbox_SetupSizes Source code

function Checkbox_SetupSizes ( UWindowCheckbox W, Canvas C )

ComboList_DrawBackground Source code

function ComboList_DrawBackground ( UWindowComboList W, Canvas C )

ComboList_DrawItem Source code

function ComboList_DrawItem ( UWindowComboList Combo, Canvas C, float X, float Y, float W, float H, string Text, bool bSelected )

Combo_Draw Source code

function Combo_Draw ( UWindowComboControl W, Canvas C )

Combo_GetButtonBitmaps Source code

function Combo_GetButtonBitmaps ( UWindowComboButton W )

Combo_SetupLeftButton Source code

function Combo_SetupLeftButton ( UWindowComboLeftButton W )

Combo_SetupRightButton Source code

function Combo_SetupRightButton ( UWindowComboRightButton W )

Combo_SetupSizes Source code

function Combo_SetupSizes ( UWindowComboControl W, Canvas C )

ControlFrame_Draw Source code

function ControlFrame_Draw ( UWindowControlFrame W, Canvas C )

ControlFrame_SetupSizes Source code

function ControlFrame_SetupSizes ( UWindowControlFrame W, Canvas C )

DrawClientArea Source code

function DrawClientArea ( UWindowClientWindow W, Canvas C )

Editbox_Draw Source code

function Editbox_Draw ( UWindowEditControl W, Canvas C )

Editbox_SetupSizes Source code

function Editbox_SetupSizes ( UWindowEditControl W, Canvas C )

FW_DrawWindowFrame Source code

function FW_DrawWindowFrame ( UWindowFramedWindow W, Canvas C )

FW_GetClientArea Source code

function Region FW_GetClientArea ( UWindowFramedWindow W )

FW_HitTest Source code

function FrameHitTest FW_HitTest ( UWindowFramedWindow W, float X, float Y )

FW_SetupFrameButtons Source code

function FW_SetupFrameButtons ( UWindowFramedWindow W, Canvas C )

GetTexture Source code

function Texture GetTexture ( UWindowFramedWindow W) )

Menu_DrawMenuBar Source code

function Menu_DrawMenuBar ( UWindowMenuBar W, Canvas C )

Menu_DrawMenuBarItem Source code

function Menu_DrawMenuBarItem ( UWindowMenuBar B, UWindowMenuBarItem I, float X, float Y, float W, float H, Canvas C )

Menu_DrawPulldownMenuBackground Source code

function Menu_DrawPulldownMenuBackground ( UWindowPulldownMenu W, Canvas C )

Menu_DrawPulldownMenuItem Source code

function Menu_DrawPulldownMenuItem ( UWindowPulldownMenu M, UWindowPulldownMenuItem Item, Canvas C, float X, float Y, float W, float H, bool bSelected )

PlayMenuSound Source code

function PlayMenuSound ( UWindowWindow W, MenuSound S )

SB_HDraw Source code

function SB_HDraw ( UWindowHScrollbar W, Canvas C )

SB_SetupDownButton Source code

function SB_SetupDownButton ( UWindowSBDownButton W )

SB_SetupLeftButton Source code

function SB_SetupLeftButton ( UWindowSBLeftButton W )

SB_SetupRightButton Source code

function SB_SetupRightButton ( UWindowSBRightButton W )

SB_SetupUpButton Source code

function SB_SetupUpButton ( UWindowSBUpButton W )

SB_VDraw Source code

function SB_VDraw ( UWindowVScrollbar W, Canvas C )

Setup Source code

function Setup ( )

Tab_DrawTab Source code

function Tab_DrawTab ( UWindowTabControlTabArea Tab, Canvas C, bool bActiveTab, bool bLeftmostTab, float X, float Y, float W, float H, string Text, bool bShowText )

Tab_DrawTabPageArea Source code

function Tab_DrawTabPageArea ( UWindowPageControl W, Canvas C, UWindowPageWindow P )

Tab_GetTabSize Source code

function Tab_GetTabSize ( UWindowTabControlTabArea Tab, Canvas C, string Text, out float W, out float H )

Tab_SetTabPageSize Source code

function Tab_SetTabPageSize ( UWindowPageControl W, UWindowPageWindow P )

Tab_SetupLeftButton Source code

function Tab_SetupLeftButton ( UWindowTabControlLeftButton W )

Tab_SetupRightButton Source code

function Tab_SetupRightButton ( UWindowTabControlRightButton W )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:38.519 - Created with UnCodeX