Package arcjobtool :: Module ArcGuiThreads :: Class UpdateLogEvent
[hide private]
[frames] | no frames]

Class UpdateLogEvent

source code


Event sent by worker threads to update log.

Instance Methods [hide private]
 
__init__(self, etype, eid, output='update')
__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent
source code
 
getOutput(self) source code

Inherited from wx._core.PyCommandEvent: __del__, __swig_destroy__

Inherited from wx._core.PyCommandEvent (private): _GetSelf, _SetSelf

Inherited from wx._core.CommandEvent: Checked, Clone, GetClientData, GetClientObject, GetExtraLong, GetInt, GetSelection, GetString, IsChecked, IsSelection, SetClientData, SetClientObject, SetExtraLong, SetInt, SetString

Inherited from wx._core.Event: GetEventObject, GetEventType, GetId, GetSkipped, GetTimestamp, IsCommandEvent, ResumePropagation, SetEventObject, SetEventType, SetId, SetTimestamp, ShouldPropagate, Skip, StopPropagation

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  output

Inherited from wx._core.PyCommandEvent: thisown

Inherited from wx._core.CommandEvent: ClientData, ClientObject, ExtraLong, Int, Selection, String

Inherited from wx._core.Event: EventObject, EventType, Id, Skipped, Timestamp

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, etype, eid, output='update')
(Constructor)

source code 

__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

output

Get Method:
getOutput(self)