view Source/MyPlot.h @ 0:2fa9c10568d1

Initial setup.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Tue, 14 Aug 2012 09:34:15 +0100
parents
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);
};