| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UWindow.UWindowPageWindow
|
+-- UBrowser.UBrowserServerListWindow
UBrowserFavoriteServers
| Variables Summary | |
|---|---|
| int | AutoRefreshTime |
| bool | bPingResume |
| bool | bPingResumeIntial |
| bool | bPingSuspend |
| bool | bSuspendPingOnClose |
| UBrowserServerListFactory | Factories[10] |
| UBrowserServerGrid | Grid |
| string | GridClass |
| UBrowserServerList | List |
| string | ListFactories[10] |
| int | QueryDone[10] |
| UBrowserSubsetList | SubsetList |
| UBrowserSupersetList | SupersetList |
| float | TimeElapsed |
| string | URLAppend |
| Inherited Variables from UWindow.UWindowDialogClientWindow |
|---|
| DesiredHeight, DesiredWidth, TabLast |
| Functions Summary | ||
|---|---|---|
![]() | AddFavorite (UBrowserServerList Server) | |
![]() | AddSubset (UBrowserSubsetFact Subset) | |
![]() | AddSuperSet (UBrowserServerListWindow Superset) | |
![]() | Created () | |
![]() | CreateFactories () | |
![]() | Paint (Canvas C, float X, float Y) | |
![]() | Query (optional bool bBySuperset, optional bool bInitial) | |
![]() | QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg) | |
![]() | Refresh (optional bool bBySuperset, optional bool bInitial) | |
![]() | RemoveSubset (UBrowserSubsetFact Subset) | |
![]() | RemoveSuperset (UBrowserServerListWindow Superset) | |
![]() | Resized () | |
![]() | ResumePinging () | |
![]() | ShutdownFactories (optional bool bBySuperset) | |
![]() | SuspendPinging () | |
![]() | Tick (float Delta) | |
![]() | WindowHidden () | |
![]() | WindowShown () | |
| Inherited Functions from UWindow.UWindowDialogClientWindow |
|---|
| CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddFavorite Source code
AddSubset Source code
AddSuperSet Source code
Created Source code
CreateFactories Source code
Paint Source code
Query Source code
QueryFinished Source code
Refresh Source code
RemoveSubset Source code
RemoveSuperset Source code
Resized Source code
ResumePinging Source code
ShutdownFactories Source code
SuspendPinging Source code
Tick Source code
WindowHidden Source code
WindowShown Source code| Defaultproperties |
|---|
defaultproperties { GridClass="UBrowser.UBrowserServerGrid" bSuspendPingOnClose=True } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||