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

UWindow.UWindowPageControl

Extends
UWindowTabControl

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowTabControl
               |   
               +-- UWindow.UWindowPageControl

Variables Summary
Inherited Variables from UWindow.UWindowTabControl
LeftButton, RightButton, SelectedTab, TabArea
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
functionUWindowPageControlPage AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
function BeforePaint (Canvas C, float X, float Y)
function Close (optional bool bByParent)
function DeletePage (UWindowPageControlPage P)
functionUWindowPageControlPage FirstPage ()
function GetDesiredDimensions (out float W, out float H)
functionUWindowPageControlPage GetPage (string Caption)
function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
functionUWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName)
function Paint (Canvas C, float X, float Y)
function ResolutionChanged (float W, float H)
Inherited Functions from UWindow.UWindowTabControl
AddTab, BeforePaint, Created, DeleteTab, GetTab, GotoTab, InsertTab, Paint
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Functions Detail

AddPage Source code

function UWindowPageControlPage AddPage ( string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName )

BeforePaint Source code

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

Close Source code

function Close ( optional bool bByParent )

DeletePage Source code

function DeletePage ( UWindowPageControlPage P )

FirstPage Source code

function UWindowPageControlPage FirstPage ( )

GetDesiredDimensions Source code

function GetDesiredDimensions ( out float W, out float H )

GetPage Source code

function UWindowPageControlPage GetPage ( string Caption )

GotoTab Source code

function GotoTab ( UWindowTabControlItem NewSelected, optional bool bByUser )

InsertPage Source code

function UWindowPageControlPage InsertPage ( UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName )

Paint Source code

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

ResolutionChanged Source code

function ResolutionChanged ( float W, float H )


Defaultproperties

defaultproperties
{
     ListClass=Class'UWindow.UWindowPageControlPage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:29.546 - Created with UnCodeX