view Source/MyPlot.cpp @ 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.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(CRect& size, CControlListener* listener, int tag, CBitmap *Background, CPoint& offset)
    : CControl(size, listener, tag)
{
    
}


MyPlot::~MyPlot()
{
}


void MyPlot::draw(CDrawContext* context)
{


};