Home

Download

Features

Screenshots

Handbook

Browse Source

Authors

SourceForge.net Logo
Hosted by SourceForge.net

OSI Certified


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Search  

loader.h

00001 #include <fstream>
00002 
00003 #include <qwidget.h>
00004 #include <qstring.h>
00005 
00006 class CommonGraphMain;
00007 
00008 class Loader
00009 {
00010     public:
00011         Loader(){};
00012         static CommonGraphMain* load(const QString &, const char *, std::ifstream &, QWidget *parent);
00013 };
00014