view Source/MyPlot.h @ 1:e85bd6381a58

Broken XCode project.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Thu, 06 Sep 2012 10:01:08 +0100
parents 2fa9c10568d1
children 503cbcdd0b2a
line wrap: on
line source
//
//  MyPlot.h
//  SoundField
//
//  Created by Martin Morrell on 25/06/2012.
//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

//#ifndef SoundField_MyPlot_h
//#define SoundField_MyPlot_h


// include VSTGUI
#ifndef __vstgui__
#include "vstgui.h"
#endif




class MyPlot : public CControl
{
public:
//	MyPlot(CRect& size, CControlListener* listener, int tag,
//           CBitmap *Background, CPoint& offset);
	//MyPlot();
    virtual ~MyPlot();
    
public:
	void draw(CDrawContext* context);
};