| Trees | Index | Help |
|
|---|
| Package pyAA :: Module AA :: Class WinEvent |
|
object --+
|
WinEvent
| Method Summary | |
|---|---|
Initialize an instance | |
| AccessibleObject |
Return object associated with the event |
| string |
Return name of the event type |
| string |
Return name of the object type |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Property Summary | |
|---|---|
AccessibleObject | |
EventName | |
ObjectName | |
| Instance Variable Summary | |
|---|---|
| AccessibleObject | ao: Object associated with the event |
| integer | ChildID: Child object of a window that caused the event |
| integer | EventHandle: Handle of the event used for dispatch |
| integer | EventID: Type of event |
| integer | EventTime: Time at which the event occurred |
| integer | ObjectID: Type of object that caused the event |
| integer | ThreadID: Thread from which the event originated |
| integer | Window: Handle of the window from which the event originated |
| Method Details |
|---|
__init__(self,
event_handle,
event_id,
hwnd,
obj_id,
child_id,
thread_id,
event_time,
ao=None)
|
GetAccessibleObject(self)
|
GetEventName(self)
|
GetObjectName(self)
|
| Property Details |
|---|
AccessibleObject
|
EventName
|
ObjectName
|
| Instance Variable Details |
|---|
aoObject associated with the event
|
ChildIDChild object of a window that caused the event
|
EventHandleHandle of the event used for dispatch
|
EventIDType of event
|
EventTimeTime at which the event occurred
|
ObjectIDType of object that caused the event
|
ThreadIDThread from which the event originated
|
WindowHandle of the window from which the event originated
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Mar 10 23:08:34 2005 | http://epydoc.sf.net |