C# Class Atspi.Registry

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

Private Properties

Свойство Type Description
DeregisterEventListener void
GetApplication Application
GetApplication Application
GetAtspiBus NDesk.DBus.Bus
GetElement Accessible
Iterate void
ProcessPendingCalls void
RegisterEventListener void
Registry System
RemoveApplication void
TerminateInternal void
XDefaultRootWindow System.IntPtr
XGetWindowProperty int
XInternAtom System.IntPtr
XOpenDisplay System.IntPtr

Méthodes publiques

Méthode Description
Initialize ( ) : void
Initialize ( bool startLoop ) : void
Terminate ( ) : void

Private Methods

Méthode Description
DeregisterEventListener ( string name ) : void
GetApplication ( string name ) : Application
GetApplication ( string name, bool create ) : Application
GetAtspiBus ( ) : NDesk.DBus.Bus
GetElement ( AccessiblePath ap, bool create ) : Accessible
Iterate ( ) : void
ProcessPendingCalls ( ) : void
RegisterEventListener ( string name ) : void
Registry ( bool startLoop ) : System
RemoveApplication ( string name ) : void
TerminateInternal ( ) : void
XDefaultRootWindow ( IntPtr display ) : IntPtr
XGetWindowProperty ( IntPtr display, IntPtr w, IntPtr property, IntPtr long_offset, IntPtr long_length, int delete, IntPtr req_type, IntPtr &actual_type_return, int &actual_format_return, IntPtr &nitems_return, IntPtr &bytes_after_return, string &prop_return ) : int
XInternAtom ( IntPtr display, string atom_name, int only_if_eists ) : IntPtr
XOpenDisplay ( string name ) : IntPtr

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( bool startLoop ) : void
startLoop bool
Résultat void

Terminate() public static méthode

public static Terminate ( ) : void
Résultat void