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

UE1:UWindowGrid (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowGrid

Contents

Package: 
UWindow
Direct subclasses:
UBrowserPlayerGrid, UBrowserRulesGrid, UBrowserServerGrid
This class in other games:
RTNP, UT

UWindowGrid - a grid with sizable columns and clickable column headings.

[edit] Properties

[edit] bShowHorizSB

Type: bool


[edit] bSizingColumn

Type: bool


[edit] ClientArea

Type: UWindowGridClient


[edit] FirstColumn

Type: UWindowGridColumn


[edit] HorizSB

Type: UWindowHScrollBar


[edit] LastColumn

Type: UWindowGridColumn


[edit] RowHeight

Type: float


Default value: 10.0

[edit] TopRow

Type: int


[edit] VertSB

Type: UWindowVScrollBar


[edit] Instance functions

[edit] AddColumn

function UWindowGridColumn AddColumn (string ColumnHeading, float DefaultWidth)


[edit] BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] DoubleClickRow

function DoubleClickRow (int Row)


[edit] KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowWindow.KeyDown


[edit] MouseLeaveColumn

function MouseLeaveColumn (UWindowGridColumn Column)


[edit] Paint

function Paint (Canvas C, float MouseX, float MouseY)

Overrides: UWindowWindow.Paint


[edit] PaintColumn

function PaintColumn (Canvas C, UWindowGridColumn Column, float MouseX, float MouseY)


[edit] Resized

function Resized ()

Overrides: UWindowWindow.Resized


[edit] RightClickRow

function RightClickRow (int Row, float X, float Y)


[edit] SelectRow

function SelectRow (int Row)


[edit] SortColumn

function SortColumn (UWindowGridColumn Column)