 wx.lib.agw.peakmeter.PeakMeterData¶
 wx.lib.agw.peakmeter.PeakMeterData¶A simple class which holds data for our PeakMeterCtrl.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class PeakMeterData:
Inheritance diagram for class PeakMeterData:
 Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Returns whether 2 instances of  | |
| Returns whether one  | |
| Returns whether one  | 
 Class API¶
 Class API¶A simple class which holds data for our PeakMeterCtrl.
Default class constructor.
value – the current PeakMeterCtrl value;
falloff – the falloff effect. True to enable it, False to
disable it;
peak – the peak value.
Returns whether 2 instances of PeakMeterData are the same.
pm – another instance of PeakMeterData.
Returns whether one PeakMeterData is greater than another.
pm – another instance of PeakMeterData.
Returns whether one PeakMeterData is smaller than another.
pm – another instance of PeakMeterData.