hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
taurusdmslabel.TaurusDmsLabelController Class Reference

Controller class for custom TaurusDmsLabel. More...

Inheritance diagram for taurusdmslabel.TaurusDmsLabelController:

Public Member Functions

def __init__ (self, widget)
 Constructor.
 

Protected Member Functions

def _updateBackground (self, widget)
 Invoke the updateLabelBackground() base method and then the parent's colors propagation function.
 
def _updateForeground (self, widget)
 Used to handled the new value events from subscription or polling.
 

Detailed Description

Controller class for custom TaurusDmsLabel.

Used to specify the TaurusBaseController _updateBackground() and _updateForeground() implementations

Constructor & Destructor Documentation

◆ __init__()

def taurusdmslabel.TaurusDmsLabelController.__init__ (   self,
  widget 
)

Constructor.

Member Function Documentation

◆ _updateBackground()

def taurusdmslabel.TaurusDmsLabelController._updateBackground (   self,
  widget 
)
protected

Invoke the updateLabelBackground() base method and then the parent's colors propagation function.

◆ _updateForeground()

def taurusdmslabel.TaurusDmsLabelController._updateForeground (   self,
  widget 
)
protected

Used to handled the new value events from subscription or polling.

Display the correct value with the correspondent model index.


The documentation for this class was generated from the following file: