Subclasses of UIElement in quicktime.app.ui |
class |
PressActionButton
This class represents a normal button which fires the action event
when the button is pressed. |
class |
PressReleaseButton
This class represents a button which fires the action event
when the button is pressed and when it is released. |
class |
QTButton
This abstarct class provides the basic functionality for a QTButton which takes
care of the event handling of the button. |
class |
ReleaseButton
This class represents a normal button which fires the action event
when the button is released. |