C# Class UiaAtkBridge.Monitor

Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
ApplicationStarts ( ) : void
CheckMainLoop ( ) : void
HandleKey ( Atk evnt ) : bool

Private Methods

Method Description
AddGlobalEventListener ( GLib listener, string eventType ) : uint
AddKeyEventListener ( Atk listener ) : uint
Dispose ( ) : void
GLibMainLoopThread ( ) : void
GetAssemblyName ( ) : string
GetAssemblyVersionNumber ( ) : string
GetProgramName ( ) : string
KeepListener ( GLib listener, string objType, string signalName ) : uint
LaunchAtkBridge ( ) : void
Monitor ( ) : System
PreventGailInitialization ( ) : void
RegisterSignal ( System type, string name ) : void
RegisterWindowSignals ( ) : void
ReturnTopLevel ( ) : Atk.Object
ShutdownAtkBridge ( ) : void
g_signal_new ( IntPtr signal_name, IntPtr itype, int signal_flags, uint class_offset, IntPtr accumulator, IntPtr accu_data, IntPtr c_marshaller, IntPtr return_type, uint n_params ) : void
gnome_accessibility_module_init ( ) : void
gnome_accessibility_module_shutdown ( ) : void
override_global_event_listener ( ) : void

Method Details

ApplicationStarts() public method

public ApplicationStarts ( ) : void
return void

CheckMainLoop() public method

public CheckMainLoop ( ) : void
return void

HandleKey() public method

public HandleKey ( Atk evnt ) : bool
evnt Atk
return bool