00001 /* 00002 * TMeterPartialControl.h 00003 * AU303 00004 * 00005 * Created by Airy on Tue Apr 15 2003. 00006 * Copyright (c) 2003 Airy ANDRE. All rights reserved. 00007 * 00008 */ 00009 #pragma once 00010 00011 #include <TMeterControl.h> 00012 00014 class TMeterPartialControl : public TMeterControl 00015 { 00016 friend class TViewNoCompositingCompatible; 00017 public: 00018 static CFStringRef GetControlName() { return CFSTR("meterp"); } 00019 protected: 00020 // Contstructor/Destructor 00021 TMeterPartialControl(HIViewRef inControl); 00022 virtual ~TMeterPartialControl(); 00023 00024 virtual void CompatibleDraw(RgnHandle inLimitRgn, CGContextRef inContext, bool inCompositing); 00025 };