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