There is no spoon

UE1:UWindowLookAndFeel (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowLookAndFeel

Contents

Package: 
UWindow
Direct subclass:
UWindowWin95LookAndFeel
This class in other games:
RTNP, UT

null

[edit] Properties

[edit] Property group 'UWindowLookAndFeel'

[edit] Active

Type: Texture

Active widgets, window frames, etc.

[edit] ActiveS

Type: Texture


[edit] BevelUpArea

Type: UWindowBase.Region


[edit] BevelUpB

Type: UWindowBase.Region


[edit] BevelUpBL

Type: UWindowBase.Region


[edit] BevelUpBR

Type: UWindowBase.Region


[edit] BevelUpL

Type: UWindowBase.Region


[edit] BevelUpR

Type: UWindowBase.Region


[edit] BevelUpT

Type: UWindowBase.Region


[edit] BevelUpTL

Type: UWindowBase.Region


[edit] BevelUpTR

Type: UWindowBase.Region


[edit] ColumnHeadingHeight

Type: int


[edit] ComboBtnDisabled

Type: UWindowBase.Region


[edit] ComboBtnDown

Type: UWindowBase.Region


[edit] ComboBtnUp

Type: UWindowBase.Region


[edit] EditBoxBevel

Type: int


[edit] EditBoxTextColor

Type: Object.Color


[edit] FrameActiveTitleColor

Type: Object.Color


[edit] FrameB

Type: UWindowBase.Region


[edit] FrameBL

Type: UWindowBase.Region


[edit] FrameBR

Type: UWindowBase.Region


[edit] FrameInactiveTitleColor

Type: Object.Color


[edit] FrameL

Type: UWindowBase.Region


[edit] FrameR

Type: UWindowBase.Region


[edit] FrameT

Type: UWindowBase.Region


[edit] FrameTitleX

Type: int


[edit] FrameTitleY

Type: int


[edit] FrameTL

Type: UWindowBase.Region


[edit] FrameTR

Type: UWindowBase.Region


[edit] HeadingActiveTitleColor

Type: Object.Color


[edit] HeadingInActiveTitleColor

Type: Object.Color


[edit] HLine

Type: UWindowBase.Region


[edit] Inactive

Type: Texture

Inactive Widgets, window frames, etc.

[edit] InactiveS

Type: Texture


[edit] Misc

Type: Texture

Miscellaneous: backgrounds, bevels, etc.

[edit] MiscBevelArea

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelB

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelBL

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelBR

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelL

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelR

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelT

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelTL

Type: UWindowBase.Region

Array size: 4


[edit] MiscBevelTR

Type: UWindowBase.Region

Array size: 4


[edit] Size_MinScrollbarHeight

Type: float


[edit] Size_ScrollbarButtonHeight

Type: float

Interchange W and H for horizontal SB's

[edit] Size_ScrollbarWidth

Type: float


[edit] Size_TabAreaHeight

Type: float

The height of the clickable tab area

[edit] Size_TabAreaOverhangHeight

Type: float

The height of the tab area overhang

[edit] Size_TabSpacing

Type: float


[edit] Size_TabXOffset

Type: float


[edit] TabBackground

Type: UWindowBase.Region


[edit] TabSelectedL

Type: UWindowBase.Region


[edit] TabSelectedM

Type: UWindowBase.Region


[edit] TabSelectedR

Type: UWindowBase.Region


[edit] TabUnselectedL

Type: UWindowBase.Region


[edit] TabUnselectedM

Type: UWindowBase.Region


[edit] TabUnselectedR

Type: UWindowBase.Region


[edit] Instance functions

[edit] Checkbox_Draw

function Checkbox_Draw (UWindowCheckbox W, Canvas C)


[edit] Checkbox_SetupSizes

function Checkbox_SetupSizes (UWindowCheckbox W, Canvas C)


[edit] Combo_Draw

function Combo_Draw (UWindowComboControl W, Canvas C)


[edit] Combo_GetButtonBitmaps

function Combo_GetButtonBitmaps (UWindowComboButton W)


[edit] Combo_SetupSizes

function Combo_SetupSizes (UWindowComboControl W, Canvas C)


[edit] DrawClientArea

function DrawClientArea (UWindowClientWindow W, Canvas C)


[edit] Editbox_Draw

function Editbox_Draw (UWindowEditControl W, Canvas C)


[edit] Editbox_SetupSizes

function Editbox_SetupSizes (UWindowEditControl W, Canvas C)


[edit] FW_DrawWindowFrame

function FW_DrawWindowFrame (UWindowFramedWindow W, Canvas C)


[edit] FW_GetClientArea

function UWindowBase.Region FW_GetClientArea (UWindowFramedWindow W)


[edit] FW_HitTest

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


[edit] FW_SetupFrameButtons

function FW_SetupFrameButtons (UWindowFramedWindow W, Canvas C)


[edit] GetTexture

function Texture GetTexture (UWindowFramedWindow W)


[edit] Menu_DrawMenuBar

function Menu_DrawMenuBar (UWindowMenuBar W, Canvas C)


[edit] PlayMenuSound

function PlayMenuSound (UWindowWindow W, UWindowBase.MenuSound S)


[edit] SB_HDraw

function SB_HDraw (UWindowHScrollBar W, Canvas C)


[edit] SB_SetupDownButton

function SB_SetupDownButton (UWindowSBDownButton W)


[edit] SB_SetupLeftButton

function SB_SetupLeftButton (UWindowSBLeftButton W)


[edit] SB_SetupRightButton

function SB_SetupRightButton (UWindowSBRightButton W)


[edit] SB_SetupUpButton

function SB_SetupUpButton (UWindowSBUpButton W)


[edit] SB_VDraw

function SB_VDraw (UWindowVScrollBar W, Canvas C)


[edit] Setup

function Setup ()


[edit] Tab_DrawTab

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


[edit] Tab_DrawTabPageArea

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


[edit] Tab_GetTabSize

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


[edit] Tab_SetTabPageSize

function Tab_SetTabPageSize (UWindowPageControl W, UWindowPageWindow P)


[edit] Tab_SetupLeftButton

function Tab_SetupLeftButton (UWindowTabControlLeftButton W)


[edit] Tab_SetupRightButton

function Tab_SetupRightButton (UWindowTabControlRightButton W)


Personal tools