Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:UWindowLookAndFeel (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowLookAndFeel

Contents

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

null

Properties

Property group 'UWindowLookAndFeel'

Active

Type: Texture

Active widgets, window frames, etc.

ActiveS

Type: Texture


BevelUpArea

Type: UWindowBase.Region


BevelUpB

Type: UWindowBase.Region


BevelUpBL

Type: UWindowBase.Region


BevelUpBR

Type: UWindowBase.Region


BevelUpL

Type: UWindowBase.Region


BevelUpR

Type: UWindowBase.Region


BevelUpT

Type: UWindowBase.Region


BevelUpTL

Type: UWindowBase.Region


BevelUpTR

Type: UWindowBase.Region


ColumnHeadingHeight

Type: int


ComboBtnDisabled

Type: UWindowBase.Region


ComboBtnDown

Type: UWindowBase.Region


ComboBtnUp

Type: UWindowBase.Region


EditBoxBevel

Type: int


EditBoxTextColor

Type: Object.Color


FrameActiveTitleColor

Type: Object.Color


FrameB

Type: UWindowBase.Region


FrameBL

Type: UWindowBase.Region


FrameBR

Type: UWindowBase.Region


FrameInactiveTitleColor

Type: Object.Color


FrameL

Type: UWindowBase.Region


FrameR

Type: UWindowBase.Region


FrameT

Type: UWindowBase.Region


FrameTitleX

Type: int


FrameTitleY

Type: int


FrameTL

Type: UWindowBase.Region


FrameTR

Type: UWindowBase.Region


HeadingActiveTitleColor

Type: Object.Color


HeadingInActiveTitleColor

Type: Object.Color


HLine

Type: UWindowBase.Region


Inactive

Type: Texture

Inactive Widgets, window frames, etc.

InactiveS

Type: Texture


Misc

Type: Texture

Miscellaneous: backgrounds, bevels, etc.

MiscBevelArea

Type: UWindowBase.Region

Array size: 4


MiscBevelB

Type: UWindowBase.Region

Array size: 4


MiscBevelBL

Type: UWindowBase.Region

Array size: 4


MiscBevelBR

Type: UWindowBase.Region

Array size: 4


MiscBevelL

Type: UWindowBase.Region

Array size: 4


MiscBevelR

Type: UWindowBase.Region

Array size: 4


MiscBevelT

Type: UWindowBase.Region

Array size: 4


MiscBevelTL

Type: UWindowBase.Region

Array size: 4


MiscBevelTR

Type: UWindowBase.Region

Array size: 4


Size_MinScrollbarHeight

Type: float


Size_ScrollbarButtonHeight

Type: float

Interchange W and H for horizontal SB's

Size_ScrollbarWidth

Type: float


Size_TabAreaHeight

Type: float

The height of the clickable tab area

Size_TabAreaOverhangHeight

Type: float

The height of the tab area overhang

Size_TabSpacing

Type: float


Size_TabXOffset

Type: float


TabBackground

Type: UWindowBase.Region


TabSelectedL

Type: UWindowBase.Region


TabSelectedM

Type: UWindowBase.Region


TabSelectedR

Type: UWindowBase.Region


TabUnselectedL

Type: UWindowBase.Region


TabUnselectedM

Type: UWindowBase.Region


TabUnselectedR

Type: UWindowBase.Region


Instance functions

Checkbox_Draw

function Checkbox_Draw (UWindowCheckbox W, Canvas C)


Checkbox_SetupSizes

function Checkbox_SetupSizes (UWindowCheckbox W, Canvas C)


Combo_Draw

function Combo_Draw (UWindowComboControl W, Canvas C)


Combo_GetButtonBitmaps

function Combo_GetButtonBitmaps (UWindowComboButton W)


Combo_SetupSizes

function Combo_SetupSizes (UWindowComboControl W, Canvas C)


DrawClientArea

function DrawClientArea (UWindowClientWindow W, Canvas C)


Editbox_Draw

function Editbox_Draw (UWindowEditControl W, Canvas C)


Editbox_SetupSizes

function Editbox_SetupSizes (UWindowEditControl W, Canvas C)


FW_DrawWindowFrame

function FW_DrawWindowFrame (UWindowFramedWindow W, Canvas C)


FW_GetClientArea

function UWindowBase.Region FW_GetClientArea (UWindowFramedWindow W)


FW_HitTest

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


FW_SetupFrameButtons

function FW_SetupFrameButtons (UWindowFramedWindow W, Canvas C)


GetTexture

function Texture GetTexture (UWindowFramedWindow W)


Menu_DrawMenuBar

function Menu_DrawMenuBar (UWindowMenuBar W, Canvas C)


PlayMenuSound

function PlayMenuSound (UWindowWindow W, UWindowBase.MenuSound S)


SB_HDraw

function SB_HDraw (UWindowHScrollBar W, Canvas C)


SB_SetupDownButton

function SB_SetupDownButton (UWindowSBDownButton W)


SB_SetupLeftButton

function SB_SetupLeftButton (UWindowSBLeftButton W)


SB_SetupRightButton

function SB_SetupRightButton (UWindowSBRightButton W)


SB_SetupUpButton

function SB_SetupUpButton (UWindowSBUpButton W)


SB_VDraw

function SB_VDraw (UWindowVScrollBar W, Canvas C)


Setup

function Setup ()


Tab_DrawTab

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


Tab_DrawTabPageArea

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


Tab_GetTabSize

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


Tab_SetTabPageSize

function Tab_SetTabPageSize (UWindowPageControl W, UWindowPageWindow P)


Tab_SetupLeftButton

function Tab_SetupLeftButton (UWindowTabControlLeftButton W)


Tab_SetupRightButton

function Tab_SetupRightButton (UWindowTabControlRightButton W)