view Source/MyPlot.cpp @ 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.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)
{
    
};