C# Class Atspi.StateSet

Afficher le fichier Open project: mono/at-spi-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( StateType state ) : void
Contains ( StateType state ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Remove ( StateType state ) : void
StateSet ( ) : System
StateSet ( Accessible accessible, uint states ) : System
operator ( ) : bool

Method Details

Add() public méthode

public Add ( StateType state ) : void
state StateType
Résultat void

Contains() public méthode

public Contains ( StateType state ) : bool
state StateType
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Remove() public méthode

public Remove ( StateType state ) : void
state StateType
Résultat void

StateSet() public méthode

public StateSet ( ) : System
Résultat System

StateSet() public méthode

public StateSet ( Accessible accessible, uint states ) : System
accessible Accessible
states uint
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool