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)
function BeforePaint (Canvas C, float X, float Y)
function Close (optional bool bByParent)
function DeletePage (UWindowPageControlPage P)
function GetDesiredDimensions (out float W, out float H)
functionUWindowPageControlPage GetPage (string Caption)
function GotoTab (UWindowTabControlItem NewSelected)
functionUWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass)
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 )

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 )

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 )

InsertPage Source code

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

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 12:49:34.593 - Created with UnCodeX