Mostly Harmless
UE1:UWindowGrid (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowGrid |
Contents
- Package:
- UWindow
- Direct subclasses:
- UBrowserPlayerGrid, UBrowserRulesGrid, UBrowserServerGrid
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UWindowGrid - a grid with sizable columns and clickable column headings.
Properties[edit]
bNoKeyboard[edit]
Type: bool
bShowHorizSB[edit]
Type: bool
bSizingColumn[edit]
Type: bool
ClientArea[edit]
Type: UWindowGridClient
FirstColumn[edit]
Type: UWindowGridColumn
HorizSB[edit]
Type: UWindowHScrollBar
LastColumn[edit]
Type: UWindowGridColumn
RowHeight[edit]
Type: float
Default value: 10.0
TopRow[edit]
Type: int
VertSB[edit]
Type: UWindowVScrollBar
Instance functions[edit]
AddColumn[edit]
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
DoubleClickRow[edit]
function DoubleClickRow (int Row)
KeyDown[edit]
Overrides: UWindowWindow.KeyDown
MouseLeaveColumn[edit]
function MouseLeaveColumn (UWindowGridColumn Column)
Paint[edit]
Overrides: UWindowWindow.Paint
PaintColumn[edit]
Resized[edit]
function Resized ()
Overrides: UWindowWindow.Resized
RightClickRow[edit]
RightClickRowDown[edit]
SelectRow[edit]
function SelectRow (int Row)
SortColumn[edit]
function SortColumn (UWindowGridColumn Column)