view Source/MyPlot.h @ 6:503cbcdd0b2a

Working now.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Mon, 10 Sep 2012 14:03:14 +0100
parents 2fa9c10568d1
children f7ec6d983ec0
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* piccy);
};