My program doesn't have bugs. It just develops random features.

UE1:UWindowDialogControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
UWindow
Direct subclasses:
UWindowButton, UWindowComboControl, UWindowEditBox, UWindowEditControl, UWindowHSliderControl, UWindowLabelControl, UWindowListControl, UWindowTextAreaControl
This class in other games:
RTNP, UT

UWindowDialogControl - a control which notifies a dialog control group

[edit] Properties

[edit] Align

Type: UWindowBase.TextAlign


[edit] bAcceptExternalDragDrop

Type: bool


[edit] bHasKeyboardFocus

Type: bool


[edit] bNoKeyboard

Type: bool


[edit] Font

Type: int


[edit] HelpText

Type: string


[edit] MinHeight

Type: float

minimum heights for layout control

[edit] MinWidth

Type: float


[edit] NotifyWindow

Type: UWindowDialogClientWindow


[edit] TabNext

Type: UWindowDialogControl


[edit] TabPrev

Type: UWindowDialogControl


[edit] Text

Type: string


[edit] TextColor

Type: Object.Color


[edit] TextX

Type: float


[edit] TextY

Type: float

changed by BeforePaint functions

[edit] Instance functions

[edit] BeforePaint

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

Overrides: UWindowWindow.BeforePaint


[edit] CheckExternalDrag

function UWindowDialogControl CheckExternalDrag (float X, float Y)


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] ExternalDragOver

function bool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y)


[edit] KeyDown

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

Overrides: UWindowWindow.KeyDown


[edit] KeyFocusEnter

function KeyFocusEnter ()

Overrides: UWindowWindow.KeyFocusEnter


[edit] KeyFocusExit

function KeyFocusExit ()

Overrides: UWindowWindow.KeyFocusExit


[edit] MouseEnter

function MouseEnter ()

Overrides: UWindowWindow.MouseEnter


[edit] MouseLeave

function MouseLeave ()

Overrides: UWindowWindow.MouseLeave


[edit] MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


[edit] Notify

function Notify (byte E)


[edit] Register

function Register (UWindowDialogClientWindow W)


[edit] SetFont

function SetFont (int NewFont)


[edit] SetHelpText

function SetHelpText (string NewHelpText)


[edit] SetText

function SetText (string NewText)


[edit] SetTextColor

function SetTextColor (Object.Color NewColor)


Personal tools