GUI2K4.BrowserFilters
- Extends
- Object
- Modifiers
- Within UT2K4ServerBrowser DependsOn ( CustomFilter ) Config ( User )
Core.Object
|
+-- GUI2K4.BrowserFilters
Direct Known Subclasses:
PlayInfoFilter
Inherited Structures from Core.Object |
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary |
| bool | ActivateFilter (int Index, bool Enable)
|
| bool | AddCustomFilter (out string NewFilterName)
|
| int | AddFilter (CustomFilter Filter)
|
| bool | CopyFilter (int Index, out string NewFilterName)
|
| int | Count ()
|
| CustomFilter | CreateFilter (string FilterName)
|
| int | FindFilterIndex (string FilterName)
|
| array<CustomFilter.CurrentFilter> | GetFilterARules (int Index)
|
| string | GetFilterName (int Index)
|
| array<string> | GetFilterNames (optional bool bActiveOnly)
|
| array<CustomFilter.AFilterRule> | GetFilterRules (int Index)
|
| bool | HasFilterNamed (string FilterName)
|
| | InitCustomFilters ()
|
| bool | IsActive (CustomFilter Test)
|
| bool | IsActiveAt (int Index)
|
| | LoadSettings (int FilterIndex)
|
| | PostEdit (int Index, string NewTitle, array<CustomFilter.AFilterRule> NewRules)
|
| bool | RemoveFilter (string FilterName)
|
| bool | RemoveFilterAt (int Index)
|
| bool | RenameFilter (int Index, string NewName)
|
| | ResetFilters ()
|
| | SaveFilters ()
|
| | SetRule (int FilterIndex, int RuleIndex, string RuleTag, string RuleItem, string RuleValue, string DataType, string QueryType, optional string ExtraData)
|
| bool | ValidIndex (int Index)
|
| bool | ValidName (string Test)
|
Inherited Functions from Core.Object |
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var bool bInvalidFilterClass;
BrowserFilters
function bool ActivateFilter ( int Index, bool Enable )
function bool AddCustomFilter ( out string NewFilterName )
function bool CopyFilter ( int Index, out string NewFilterName )
function int Count ( )
protected function CustomFilter CreateFilter (
string FilterName )
function int FindFilterIndex ( string FilterName )
function array<
CustomFilter.CurrentFilter> GetFilterARules (
int Index )
function string GetFilterName ( int Index )
function array<string> GetFilterNames ( optional bool bActiveOnly )
function array<
CustomFilter.AFilterRule> GetFilterRules (
int Index )
protected function bool HasFilterNamed ( string FilterName )
function InitCustomFilters ( )
function bool IsActiveAt ( int Index )
function LoadSettings ( int FilterIndex )
function PostEdit (
int Index,
string NewTitle,
array<
CustomFilter.AFilterRule> NewRules )
function bool RemoveFilter ( string FilterName )
function bool RemoveFilterAt ( int Index )
function bool RenameFilter ( int Index, string NewName )
function ResetFilters ( )
function SaveFilters ( )
function SetRule ( int FilterIndex, int RuleIndex, string RuleTag, string RuleItem, string RuleValue, string DataType, string QueryType, optional string ExtraData )
protected function bool ValidIndex ( int Index )
protected function bool ValidName ( string Test )
defaultproperties
{
CustomFilterClass="GUI2K4.CustomFilter"
}
|
Creation time: Wed 7/2/2007 19:15:52.562 - Created with
UnCodeX