AGW Logo

agw_title KnobCtrlEvent

Represent details of the events that the KnobCtrl object sends.

hierarchy Inheritance Diagram

Inheritance diagram for: KnobCtrlEvent

Inheritance diagram of KnobCtrlEvent


method_summary Methods Summary

__init__Default class constructor.
GetOldValueReturns the old KnobCtrl value for this event.
GetValueReturns the new KnobCtrl value for this event.
SetOldValueSets the old KnobCtrl value for this event.
SetValueSets the new KnobCtrl value for this event.

API Class API

class KnobCtrlEvent(wx.PyCommandEvent)[source]

Represent details of the events that the KnobCtrl object sends.



__init__(eventType, eventId=1)[source]

Default class constructor. For internal use: do not call it in your code!

Parameters:
  • eventType – the event type;
  • eventId – the event identifier.


GetOldValue()[source]

Returns the old KnobCtrl value for this event.



GetValue()[source]

Returns the new KnobCtrl value for this event.



SetOldValue(oldValue)[source]

Sets the old KnobCtrl value for this event.

Parameters:oldValue – an integer representing the old value.


SetValue(value)[source]

Sets the new KnobCtrl value for this event.

Parameters:value – an integer representing the new value.
Tree

Table Of Contents

Previous topic

KnobCtrl

Next topic

SVN Revision 68362 For knobctrl