00001 /* 00002 * TValuePictButtonControl.h 00003 * AUStk 00004 * 00005 * Created by Airy AndrŽ on Sun Oct 20 2002. 00006 * Copyright (c) 2002 Airy AndrŽ. All rights reserved. 00007 * 00008 */ 00009 00010 #ifndef TValuePictButtonControl_H_ 00011 #define TValuePictButtonControl_H_ 00012 00013 #include "TValuePictControl.h" 00014 00015 class TValuePictButtonControl 00016 : public TValuePictControl 00017 { 00018 AUGUIDefineControl(TValuePictButtonControl, TViewNoCompositingCompatible, "pbutton"); 00019 protected: 00020 // Constructor/Destructor 00021 virtual ~TValuePictButtonControl(); 00022 TValuePictButtonControl(HIViewRef inControl); 00023 00024 virtual ControlKind GetKind(); 00025 virtual OSStatus StartTracking(TCarbonEvent&inEvent, HIPoint& from); 00026 virtual OSStatus StopTracking(TCarbonEvent&inEvent, HIPoint& from); 00027 }; 00028 00029 #endif //