Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.ProgressStatus_Observer Class Reference
Inheritance diagram for manufacturingtoolkit.CadExMTK.ProgressStatus_Observer:

Public Member Functions

 __init__ (self)
 Constructor.
 
 ChangedValue (self, theStatus)
 A callback called when the progress status has changed its value.
 
 Completed (self, theStatus)
 A callback called when the progress status object is being destructed.
 
 Canceled (self, theStatus)
 
 SetNotifyingThread (self, *args)
 Overload 1: Sets the current thread as the only thread sending notifications.
 
 SetAllNotifyingThreads (self)
 Enables sending notifications from any thread.
 
 CanBeNotifiedFromThisThread (self)
 Returns true if notifications can be send from the current thread.
 
 __disown__ (self)
 

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.__init__ ( self)

Constructor.

Default constructor.

Member Function Documentation

◆ ChangedValue()

manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.ChangedValue ( self,
theStatus )

A callback called when the progress status has changed its value.

Subclasses must redefine this method to process this event.

◆ Completed()

manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.Completed ( self,
theStatus )

A callback called when the progress status object is being destructed.

Subclasses must redefine this method to process this event.

◆ SetNotifyingThread()

manufacturingtoolkit.CadExMTK.ProgressStatus_Observer.SetNotifyingThread ( self,
* args )

Overload 1: Sets the current thread as the only thread sending notifications.

|

Overload 2: Sets the same notification thread as used by theOther observer.


The documentation for this class was generated from the following file:
  • CadExMTK.py