C# Class Atspi.StateSet

Datei anzeigen Open project: mono/at-spi-sharp Class Usage Examples

Public Methods

Method 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 method

public Add ( StateType state ) : void
state StateType
return void

Contains() public method

public Contains ( StateType state ) : bool
state StateType
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Remove() public method

public Remove ( StateType state ) : void
state StateType
return void

StateSet() public method

public StateSet ( ) : System
return System

StateSet() public method

public StateSet ( Accessible accessible, uint states ) : System
accessible Accessible
states uint
return System

operator() public static method

public static operator ( ) : bool
return bool