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

UWindow.UWindowScrollingDialogClient

Extends
UWindowPageWindow

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowWindow
            |   
            +-- UWindow.UWindowClientWindow
               |   
               +-- UWindow.UWindowDialogClientWindow
                  |   
                  +-- UWindow.UWindowPageWindow
                     |   
                     +-- UWindow.UWindowScrollingDialogClient

Variables Summary
UWindowBitmapBRBitmap
boolbShowHorizSB
boolbShowVertSB
UWindowDialogClientWindowClientArea
class<UWindowDialogClientWindow>ClientClass
UWindowDialogClientWindowFixedArea
class<UWindowDialogClientWindow>FixedAreaClass
UWindowHScrollBarHorizSB
UWindowVScrollBarVertSB
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function GetDesiredDimensions (out float W, out float H))
function Paint (Canvas C, float X, float Y))
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

BRBitmap Source code

var UWindowBitmap BRBitmap;

bShowHorizSB Source code

var bool bShowHorizSB;

bShowVertSB Source code

var bool bShowVertSB;

ClientArea Source code

var UWindowDialogClientWindow ClientArea;

ClientClass Source code

var class<UWindowDialogClientWindow> ClientClass;

FixedArea Source code

var UWindowDialogClientWindow FixedArea;

FixedAreaClass Source code

var class<UWindowDialogClientWindow> FixedAreaClass;

HorizSB Source code

var UWindowHScrollBar HorizSB;

VertSB Source code

var UWindowVScrollBar VertSB;


Functions Detail

BeforePaint Source code

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

Created Source code

function Created ( ) )

GetDesiredDimensions Source code

function GetDesiredDimensions ( out float W, out float H) )

Paint Source code

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


Defaultproperties

defaultproperties
{
	ClientClass=class'UWindowDialogClientWindow'
	FixedAreaClass=None
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:38.672 - Created with UnCodeX