C# Class osu.Game.Screens.Select.FilterControl

Inheritance: osu.Framework.Graphics.Containers.Container
Afficher le fichier Open project: hornyyy/Osu-Toy Class Usage Examples

Méthodes publiques

Свойство Type Description
FilterChanged Action

Méthodes publiques

Méthode Description
Activate ( ) : void
CreateCriteria ( ) : osu.Game.Screens.Select.FilterCriteria
Deactivate ( ) : void
ReceivePositionalInputAt ( Vector2 screenSpacePos ) : bool

Méthodes protégées

Méthode Description
OnClick ( ClickEvent e ) : bool
OnHover ( HoverEvent e ) : bool

Private Methods

Méthode Description
load ( OsuColour colours, IBindable parentRuleset, OsuConfigManager config ) : void
updateCriteria ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

CreateCriteria() public méthode

public CreateCriteria ( ) : osu.Game.Screens.Select.FilterCriteria
Résultat osu.Game.Screens.Select.FilterCriteria

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

OnClick() protected méthode

protected OnClick ( ClickEvent e ) : bool
e ClickEvent
Résultat bool

OnHover() protected méthode

protected OnHover ( HoverEvent e ) : bool
e HoverEvent
Résultat bool

ReceivePositionalInputAt() public méthode

public ReceivePositionalInputAt ( Vector2 screenSpacePos ) : bool
screenSpacePos Vector2
Résultat bool

Property Details

FilterChanged public_oe property

public Action FilterChanged
Résultat Action