diplomat.wx_gui.fpe_editor.MultiScoreDisplay

class diplomat.wx_gui.fpe_editor.MultiScoreDisplay(*args: Any, **kwargs: Any)[source]

Bases: Panel

Internal-ish Class.

A MultiScoreDisplay. Is simply a scrollable list of ScoreEngineDisplayer. Convenience class used by the FBEditor class.

__init__(parent, score_engines: List[ScoreEngine], poses: Pose, progress_bar: ProgressBar, w_id=wx.ID_ANY, **kwargs)[source]

Construct a new MultiScoreDisplay.

Parameters:
  • parent – Parent WX Window…

  • bp_names – A list of strings, being the names of the body parts.

  • data – A list of 1D numpy arrays, being the probabilities for each body part.

  • w_id – The WX window ID, defaults to wx.ID_ANY.

  • kwargs – All other arguments are passed to the wx.Panel parent class constructor….

Methods

__init__(parent, score_engines, poses, ...)

Construct a new MultiScoreDisplay.

Attributes

MAX_HEIGHT_IN_WIDGETS