MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

FunctionGrid.cpp

Go to the documentation of this file.
00001 #include "../../include/FunctionGrid/FunctionGrid.h"
00002 
00003 
00004 FunctionGrid::FunctionGrid(wxWindow* parent,
00005               wxWindowID id,
00006               const wxPoint& pos ,
00007               const wxSize& size , long style,
00008               const wxString& name):wxWindow(parent,id,pos,size,style,name)
00009 
00010 
00011 
00012 {
00013 
00014 }

 

SourceForge Logo