UWindow.UWindowPageControl
- Extends
- UWindowTabControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowTabControl
|
+-- UWindow.UWindowPageControl
Direct Known Subclasses:
UMenuPageControl
Functions Summary |
| UWindowPageControlPage | AddPage (string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName))
|
| | BeforePaint (Canvas C, float X, float Y))
|
| | Close (optional bool bByParent))
|
| | DeletePage (UWindowPageControlPage P))
|
| UWindowPageControlPage | FirstPage ()))
|
| | GetDesiredDimensions (out float W, out float H))
|
| UWindowPageControlPage | GetPage (string Caption))
|
| | GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser))
|
| UWindowPageControlPage | InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass, optional name ObjectName))
|
| | NotifyAfterLevelChange ()))
|
| | NotifyBeforeLevelChange ()))
|
| | NotifyQuitUnreal ()))
|
| | Paint (Canvas C, float X, float Y))
|
| | ResolutionChanged (float W, float H))
|
function BeforePaint (
Canvas C,
float X,
float Y) )
function Close ( optional bool bByParent) )
function GetDesiredDimensions ( out float W, out float H) )
NotifyAfterLevelChange Source code
function NotifyAfterLevelChange ( ) )
NotifyBeforeLevelChange Source code
function NotifyBeforeLevelChange ( ) )
function NotifyQuitUnreal ( ) )
function Paint (
Canvas C,
float X,
float Y) )
function ResolutionChanged ( float W, float H) )
defaultproperties
{
ListClass=Class'UWindow.UWindowPageControlPage'
}
|
Creation time: Fr 7.6.2013 13:15:25.381 - Created with
UnCodeX