| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUITabControl
| Variables Summary | |
|---|---|
| GUITabControl | |
| GUITabButton | ActiveTab |
| Material | BackgroundImage |
| GUIStyles | BackgroundStyle |
| string | BackgroundStyleName |
| bool | bDockPanels |
| bool | bDrawTabAbove |
| bool | bFillBackground |
| bool | bFillSpace |
| float | FadeInTime |
| color | FillColor |
| GUIBorder | MyFooter |
| GUITabButton | PendingTab |
| float | TabHeight |
| array<GUITabButton> | TabStack |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Enumerations Summary |
|---|
| Inherited Enumerations from XInterface.GUIComponent |
|---|
| EClickSound, EParentScaleType |
| Functions Summary | ||
|---|---|---|
![]() | bool | ActivateTab (GUITabButton Who, bool bFocusPanel)) |
![]() | bool | ActivateTabByName (string tabname, bool bFocusPanel)) |
![]() | bool | ActivateTabByPanel (GUITabPanel Panel, bool bFocusPanel )) |
![]() | GUITabPanel | AddTab (string InCaption, string PanelClass, optional GUITabPanel ExistingPanel, optional string InHint, optional bool bForceActive)) |
![]() | GUITabPanel | AddTabItem (GUITabItem Item )) |
![]() | GUITabPanel | BorrowPanel (string Caption)) |
![]() | CenterMouse ())) | |
![]() | Closed (GUIComponent Sender, bool bCancelled )) | |
![]() | GUITabPanel | FindPanelClass (class |
![]() | bool | FocusFirst (GUIComponent Sender)) |
![]() | bool | FocusLast (GUIComponent Sender)) |
![]() | Free ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | GUITabPanel | InsertTab (int Pos, string Caption, string PanelClass, optional GUITabPanel ExistingPanel, optional string InHint, optional bool bForceActive)) |
![]() | InternalOnActivate ())) | |
![]() | bool | InternalOnKeyEvent (out byte Key, out byte State, float delta)) |
![]() | bool | InternalTabClick (GUIComponent Sender)) |
![]() | LevelChanged ())) | |
![]() | bool | LostActiveTab ())) |
![]() | MakeTabActive (GUITabButton Who)) | |
![]() | bool | NextControl (GUIComponent Sender)) |
![]() | bool | NextPage ())) |
![]() | Opened (GUIComponent Sender )) | |
![]() | bool | PrevControl (GUIComponent Sender)) |
![]() | bool | PrevPage ())) |
![]() | RemoveTab (optional string Caption, optional GUITabButton who)) | |
![]() | GUITabPanel | ReplaceTab (GUITabButton Which, string Caption, string PanelClass, optional GUITabPanel ExistingPanel, optional string InHint, optional bool bForceActive)) |
![]() | SetVisibility (bool bIsVisible)) | |
![]() | int | TabIndex (string TabName)) |
| Variables Detail |
|---|
| Functions Detail |
|---|
ActivateTab Source code
ActivateTabByName Source code
ActivateTabByPanel Source code
AddTab Source code
AddTabItem Source code
BorrowPanel Source code
CenterMouse Source code
Closed Source code
FindPanelClass Source code
FocusFirst Source code
FocusLast Source code
Free Source code
InitComponent Source code
InsertTab Source code
InternalOnActivate Source code
InternalOnKeyEvent Source code
InternalTabClick Source code
LevelChanged Source code
LostActiveTab Source code
MakeTabActive Source code
NextControl Source code
NextPage Source code
Opened Source code
PrevControl Source code
PrevPage Source code
RemoveTab Source code
ReplaceTab Source code
SetVisibility Source code
TabIndex Source code| Defaultproperties |
|---|
defaultproperties
{
bDrawTabAbove=True
TabHeight=0.080000
OnActivate=GUITabControl.InternalOnActivate
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||