| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUITabControl
| Variables Summary | |
|---|---|
| GUITabControl | |
| sTabButtonPair | ActiveTab |
| bool | bAlwaysUseInitialTabWhenShown |
| sTabButtonPair | InitialTab |
| array<sTabButtonPair> | MyTabs |
| Inherited Variables from GUI.GUIMultiComponent |
|---|
| Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility |
| Enumerations Summary |
|---|
| Inherited Enumerations from GUI.GUIComponent |
|---|
| EClickSound |
| Structures Summary | ||
|---|---|---|
| sTabButtonPair TabHeader, TabPanel | ||
| Inherited Structures from GUI.GUIComponent |
|---|
| sDynamicPositionSpec, sTransitionSpec |
| Delegates Summary | ||
|---|---|---|
![]() | function | bool () |
| Functions Summary | ||
|---|---|---|
![]() | Activate ())) | |
![]() | AddTab (string PanelClassName, string PanelName, string ButtonClassName, string ButtonName, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AddTab (int index, sTabButtonPair NewPair, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AddTab (sTabButtonPair NewPair, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AddTab (GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AddTab (int index, string PanelClassName, string PanelName, string ButtonClassName, string ButtonName, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AddTab (int index, GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | AlignTabs (eProgressDirection AlignDirection, bool ButtonsAlignedTopLeft, int MaxButtonsPerRow, float RowSize, float RowSpacing, float ButtonSpacing )) | |
![]() | Clear ())) | |
![]() | sTabButtonPair | CreateNewPair (string PanelClassName, string PanelName, string ButtonClassName, string ButtonName )) |
![]() | DeActivate ())) | |
![]() | sTabButtonPair | GetTab (int index )) |
![]() | sTabButtonPair | GetTabByHeader (GUIButton Header )) |
![]() | sTabButtonPair | GetTabByPanel (GUIPanel Panel )) |
![]() | int | GetTabIndexByHeader (GUIButton Header )) |
![]() | int | GetTabIndexByHeaderCaption (String HeaderCaption )) |
![]() | int | GetTabIndexByPanel (GUIPanel Panel )) |
![]() | Hide ())) | |
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | InternalAddTab (int index, GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton )) | |
![]() | InternalOpenTabPair (sTabButtonPair theTab )) | |
![]() | bool | IsEmpty ())) |
![]() | int | Num ())) |
![]() | OpenTab (int index )) | |
![]() | OpenTab (GUIPanel Tab )) | |
![]() | OpenTab (GUIButton Header )) | |
![]() | RemoveTab (GUIPanel Panel )) | |
![]() | RemoveTab (int index )) | |
![]() | RemoveTab (String HeaderCaption )) | |
![]() | RemoveTab (GUIButton Header )) | |
![]() | SetTabEnabled (GUIPanel Tab, bool bEnabled )) | |
![]() | Show ())) | |
![]() | TabHeaderClick (GUIComponent Sender)) | |
| Variables Detail |
|---|
The active tab for this tab control
If true, will set the active tab to the initial tab every time this is shown
The initial tab for this tab control
The tabs for this tab control
| Structures Detail |
|---|
var(GUITabControl) config Editinline GUIButton TabHeader;};
var(GUITabControl) config Editinline GUIPanel TabPanel;
TabHeader:The header button for this tabTabPanel:The tab
| Delegates Detail |
|---|
bool Source code| Functions Detail |
|---|
Activate Source code
AddTab Source code
AddTab Source code
AddTab Source code
AddTab Source code
AddTab Source code
AddTab Source code
AlignTabs Source code
Clear Source code
CreateNewPair Source code
DeActivate Source code
GetTab Source code
GetTabByHeader Source code
GetTabByPanel Source code
GetTabIndexByHeader Source code
GetTabIndexByHeaderCaption Source code
GetTabIndexByPanel Source code
Hide Source code
InitComponent Source code
InternalAddTab Source code
InternalOpenTabPair Source code
IsEmpty Source code
Num Source code
OpenTab Source code
OpenTab Source code
OpenTab Source code
RemoveTab Source code
RemoveTab Source code
RemoveTab Source code
RemoveTab Source code
SetTabEnabled Source code
Show Source code
TabHeaderClick Source code| Defaultproperties |
|---|
defaultproperties
{
PropagateVisibility=false
PropagateActivity=false
PropagateState=false
RenderWeight=0.2
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||