#include <TValuePictButtonControl.h>
Inheritance diagram for TValuePictButtonControl:
Protected Member Functions | |
virtual | ~TValuePictButtonControl () |
TValuePictButtonControl (HIViewRef inControl) | |
virtual ControlKind | GetKind () |
virtual OSStatus | StartTracking (TCarbonEvent &inEvent, HIPoint &from) |
Called at the beginning of tracking. | |
virtual OSStatus | StopTracking (TCarbonEvent &inEvent, HIPoint &from) |
Called at the end of tracking. |
|
|
|
|
|
Reimplemented from TValuePictControl. |
|
Called at the beginning of tracking.
Reimplemented from TViewNoCompositingCompatible. Reimplemented in TPushButton. |
|
Called at the end of tracking. Our default implementation calls the HitTest() method to determine which part of the control the mouse was over when the button was released. This part code is set in inEvent. Reimplemented from TViewNoCompositingCompatible. Reimplemented in TPushButton. |