| 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.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.GUICustomPropertyPage
|
+-- GUI2K4.GUIArrayPropPage
|
+-- GUI2K4.GUIDynArrayPage
| Variables Summary | |
|---|---|
| GUIDynArrayPage | |
| array<ArrayControl> | ArrayButton |
| string | NewText |
| string | RemoveText |
| string | SizingCaption |
| Inherited Variables from GUI2K4.GUIArrayPropPage |
|---|
| bListInitialized, bReadOnly, ButtonStyle, Delim, lb_Values, li_Values, MOType, PropName, PropValue, sb_Bk1 |
| Inherited Variables from GUI2K4.GUICustomPropertyPage |
|---|
| Item, Owner |
| Structures Summary | ||
|---|---|---|
| ArrayControl b_New, b_Remove | ||
| Functions Summary | ||
|---|---|---|
![]() | ArrayControl | AddButton (int Index)) |
![]() | Clear ())) | |
![]() | bool | FloatingPreDraw (Canvas C)) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitializeList ())) | |
![]() | InternalOnAdjustTop (GUIComponent Sender)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | SetElementCaption (int ButtonArrayIndex, int ListElementIndex)) | |
![]() | SetElementState (int Index, bool bNewOn, bool bRemoveOn)) | |
![]() | UpdateButtons ())) | |
| Inherited Functions from GUI2K4.GUICustomPropertyPage |
|---|
| GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip |
| Variables Detail |
|---|
| Structures Detail |
|---|
var(GUIDynArrayPage) GUIButton b_New;};
var(GUIDynArrayPage) GUIButton b_Remove;
| Functions Detail |
|---|
AddButton Source code
Clear Source code
FloatingPreDraw Source code
InitComponent Source code
InitializeList Source code
InternalOnAdjustTop Source code
InternalOnClick Source code
SetElementCaption Source code
SetElementState Source code
UpdateButtons Source code| Defaultproperties |
|---|
defaultproperties
{
NewText="New"
RemoveText="Remove"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||