I love the smell of UnrealEd crashing in the morning. – tarquin

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

Properties[edit]

Property group 'UWindowLookAndFeel'[edit]

Active[edit]

Type: Texture

Active widgets, window frames, etc.

ActiveS[edit]

Type: Texture


BevelUpArea[edit]

Type: UWindowBase.Region


BevelUpB[edit]

Type: UWindowBase.Region


BevelUpBL[edit]

Type: UWindowBase.Region


BevelUpBR[edit]

Type: UWindowBase.Region


BevelUpL[edit]

Type: UWindowBase.Region


BevelUpR[edit]

Type: UWindowBase.Region


BevelUpT[edit]

Type: UWindowBase.Region


BevelUpTL[edit]

Type: UWindowBase.Region


BevelUpTR[edit]

Type: UWindowBase.Region


ColumnHeadingHeight[edit]

Type: int


ComboBtnDisabled[edit]

Type: UWindowBase.Region


ComboBtnDown[edit]

Type: UWindowBase.Region


ComboBtnUp[edit]

Type: UWindowBase.Region


EditBoxBevel[edit]

Type: int


EditBoxTextColor[edit]

Type: Object.Color


FrameActiveTitleColor[edit]

Type: Object.Color


FrameB[edit]

Type: UWindowBase.Region


FrameBL[edit]

Type: UWindowBase.Region


FrameBR[edit]

Type: UWindowBase.Region


FrameInactiveTitleColor[edit]

Type: Object.Color


FrameL[edit]

Type: UWindowBase.Region


FrameR[edit]

Type: UWindowBase.Region


FrameT[edit]

Type: UWindowBase.Region


FrameTitleX[edit]

Type: int


FrameTitleY[edit]

Type: int


FrameTL[edit]

Type: UWindowBase.Region


FrameTR[edit]

Type: UWindowBase.Region


HeadingActiveTitleColor[edit]

Type: Object.Color


HeadingInActiveTitleColor[edit]

Type: Object.Color


HLine[edit]

Type: UWindowBase.Region


Inactive[edit]

Type: Texture

Inactive Widgets, window frames, etc.

InactiveS[edit]

Type: Texture


Misc[edit]

Type: Texture

Miscellaneous: backgrounds, bevels, etc.

MiscBevelArea[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelB[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelBL[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelBR[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelL[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelR[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelT[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelTL[edit]

Type: UWindowBase.Region

Array size: 4


MiscBevelTR[edit]

Type: UWindowBase.Region

Array size: 4


Size_MinScrollbarHeight[edit]

Type: float


Size_ScrollbarButtonHeight[edit]

Type: float

Interchange W and H for horizontal SB's

Size_ScrollbarWidth[edit]

Type: float


Size_TabAreaHeight[edit]

Type: float

The height of the clickable tab area

Size_TabAreaOverhangHeight[edit]

Type: float

The height of the tab area overhang

Size_TabSpacing[edit]

Type: float


Size_TabXOffset[edit]

Type: float


TabBackground[edit]

Type: UWindowBase.Region


TabSelectedL[edit]

Type: UWindowBase.Region


TabSelectedM[edit]

Type: UWindowBase.Region


TabSelectedR[edit]

Type: UWindowBase.Region


TabUnselectedL[edit]

Type: UWindowBase.Region


TabUnselectedM[edit]

Type: UWindowBase.Region


TabUnselectedR[edit]

Type: UWindowBase.Region


Instance functions[edit]

Checkbox_Draw[edit]

function Checkbox_Draw (UWindowCheckbox W, Canvas C)


Checkbox_SetupSizes[edit]

function Checkbox_SetupSizes (UWindowCheckbox W, Canvas C)


Combo_Draw[edit]

function Combo_Draw (UWindowComboControl W, Canvas C)


Combo_GetButtonBitmaps[edit]

function Combo_GetButtonBitmaps (UWindowComboButton W)


Combo_SetupSizes[edit]

function Combo_SetupSizes (UWindowComboControl W, Canvas C)


DrawClientArea[edit]

function DrawClientArea (UWindowClientWindow W, Canvas C)


Editbox_Draw[edit]

function Editbox_Draw (UWindowEditControl W, Canvas C)


Editbox_SetupSizes[edit]

function Editbox_SetupSizes (UWindowEditControl W, Canvas C)


FW_DrawWindowFrame[edit]

function FW_DrawWindowFrame (UWindowFramedWindow W, Canvas C)


FW_GetClientArea[edit]

function UWindowBase.Region FW_GetClientArea (UWindowFramedWindow W)


FW_HitTest[edit]

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


FW_SetupFrameButtons[edit]

function FW_SetupFrameButtons (UWindowFramedWindow W, Canvas C)


GetTexture[edit]

function Texture GetTexture (UWindowFramedWindow W)


Menu_DrawMenuBar[edit]

function Menu_DrawMenuBar (UWindowMenuBar W, Canvas C)


PlayMenuSound[edit]

function PlayMenuSound (UWindowWindow W, UWindowBase.MenuSound S)


SB_HDraw[edit]

function SB_HDraw (UWindowHScrollBar W, Canvas C)


SB_SetupDownButton[edit]

function SB_SetupDownButton (UWindowSBDownButton W)


SB_SetupLeftButton[edit]

function SB_SetupLeftButton (UWindowSBLeftButton W)


SB_SetupRightButton[edit]

function SB_SetupRightButton (UWindowSBRightButton W)


SB_SetupUpButton[edit]

function SB_SetupUpButton (UWindowSBUpButton W)


SB_VDraw[edit]

function SB_VDraw (UWindowVScrollBar W, Canvas C)


Setup[edit]

function Setup ()


Tab_DrawTab[edit]

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


Tab_DrawTabPageArea[edit]

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


Tab_GetTabSize[edit]

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


Tab_SetTabPageSize[edit]

function Tab_SetTabPageSize (UWindowPageControl W, UWindowPageWindow P)


Tab_SetupLeftButton[edit]

function Tab_SetupLeftButton (UWindowTabControlLeftButton W)


Tab_SetupRightButton[edit]

function Tab_SetupRightButton (UWindowTabControlRightButton W)