Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TValuePictButtonControl.h

Go to the documentation of this file.
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 friend class TViewNoCompositingCompatible; 00019 public: 00020 static CFStringRef GetControlName() { return CFSTR("pbutton");}; 00021 protected: 00022 // Contstructor/Destructor 00023 virtual ~TValuePictButtonControl(); 00024 TValuePictButtonControl(HIViewRef inControl); 00025 00026 // We don't use tracking in this control. 00027 virtual bool UseNonblockingTracking() { return false; } 00028 00029 virtual ControlKind GetKind(); 00030 virtual OSStatus StillTracking(TCarbonEvent&inEvent, HIPoint& from); 00031 00032 virtual OSStatus ControlHit( 00033 ControlPartCode inPart, 00034 UInt32 inModifiers ); 00035 }; 00036 00037 #endif //





Generated on Sun May 23 19:32:00 2004 for AUGUI Framework by doxygen1.3.7

hosted on SourceForge.net Logo