Mercurial > hg > ambi-plugin
view Source/MyPlot.cpp @ 2:93bfd9ede8e2
New and Working!
author | martinm_home <martin.morrell@eecs.qmul.ac.uk> |
---|---|
date | Thu, 06 Sep 2012 11:33:45 +0100 |
parents | 2fa9c10568d1 |
children | 503cbcdd0b2a |
line wrap: on
line source
// // MyPlot.cpp // SoundField // // Created by Martin Morrell on 25/06/2012. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #include "MyPlot.h" //MyPlot::MyPlot(CRect& size, CControlListener* listener, int tag, CBitmap* Background, CPoint &offset) //: CControl(size, listener, tag) //{ //} MyPlot::~MyPlot() { } void MyPlot::draw(CDrawContext* context) { };