Table of Contents

Class FilterDialog

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class FilterDialog : Dialog, CheckBox.IOwnCheckBox
Inheritance
FilterDialog
Implements
Inherited Members

Constructors

public FilterDialog(ProcessManager manager, ChallengeSelectPage owner)

Parameters

manager ProcessManager
owner ChallengeSelectPage

Fields

public SimpleButton cancelButton

Field Value

SimpleButton
public List<MenuLabel> challengeTypes

Field Value

List<MenuLabel>
public List<CheckBox> checkBoxes

Field Value

List<CheckBox>
public bool closing

Field Value

bool
public int counter

Field Value

int
public float currentAlpha

Field Value

float
public MenuLabel description

Field Value

MenuLabel
public List<FSprite> dividers

Field Value

List<FSprite>
public bool doubleClick

Field Value

bool
public MenuLabel heading

Field Value

MenuLabel
public float lastAlpha

Field Value

float
public int lastSelectedCheck

Field Value

int
public float leftAnchor

Field Value

float
public MenuLabel localizedSubtitle

Field Value

MenuLabel
public float movementCounter

Field Value

float
public bool opening

Field Value

bool
public ChallengeSelectPage owner

Field Value

ChallengeSelectPage
public FSprite pageTitle

Field Value

FSprite
public float rightAnchor

Field Value

float
public int solo

Field Value

int
public float targetAlpha

Field Value

float
public float uAlpha

Field Value

float

Methods

public bool GetChecked(CheckBox box)

Parameters

box CheckBox

Returns

bool
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public void SetChecked(CheckBox box, bool c)

Parameters

box CheckBox
c bool
public override void Singal(MenuObject sender, string message)

Parameters

sender MenuObject
message string
public override void Update()