Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTMenu.MatchButton

Extends
UWindowButton

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowButton
            |   
            +-- UTMenu.MatchButton

Variables Summary
boolbUnknown
floatLabelHeight
floatLabelWidth
Class<Ladder>Ladder
UTLadderLadderWindow
intMatchIndex
fontMyFont
textureOldOverTexture
textureOtherTexture
colorTextColor
stringUnknownText
Inherited Variables from UWindow.UWindowButton
bDisabled, bStretched, bUseRegion, DisabledRegion, DisabledTexture, DownRegion, DownSound, DownTexture, ImageX, ImageY, OverRegion, OverSound, OverTexture, RegionScale, ToolTipString, UpRegion, UpTexture
Inherited Variables from UWindow.UWindowDialogControl
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY

Functions Summary
functionbool CheckMousePassThrough (float X, float Y))
function Notify (byte E))
function Paint (Canvas C, float X, float Y))
function SetLadder (Class<Ladder> NewLadder))
function SetMatchIndex (int NewIndex))
function SetTextColor (color NewColor))
Inherited Functions from UWindow.UWindowButton
BeforePaint, Click, Created, DoubleClick, KeyDown, MClick, MouseEnter, MouseLeave, Paint, RClick
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor


Variables Detail

bUnknown Source code

var bool bUnknown;

LabelHeight Source code

var float LabelHeight;

LabelWidth Source code

var float LabelWidth;

Ladder Source code

var Class<Ladder> Ladder;

LadderWindow Source code

var UTLadder LadderWindow;

MatchIndex Source code

var int MatchIndex;

MyFont Source code

var font MyFont;

OldOverTexture Source code

var texture OldOverTexture;

OtherTexture Source code

var texture OtherTexture;

TextColor Source code

var color TextColor;

UnknownText Source code

var localized string UnknownText;


Functions Detail

CheckMousePassThrough Source code

function bool CheckMousePassThrough ( float X, float Y) )

Notify Source code

function Notify ( byte E) )

Paint Source code

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

SetLadder Source code

function SetLadder ( Class<Ladder> NewLadder) )

SetMatchIndex Source code

function SetMatchIndex ( int NewIndex) )

SetTextColor Source code

function SetTextColor ( color NewColor) )


Defaultproperties

defaultproperties
{
     UnknownText="? Unknown ?"
     bIgnoreLDoubleClick=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:38.375 - Created with UnCodeX