cppimport.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef CPPIMPORT_H
00013 #define CPPIMPORT_H
00014
00015 #include <qstring.h>
00016 #include "classimport.h"
00017
00018 class CppDriver;
00019
00026 class CppImport : public ClassImport {
00027 public:
00028 CppImport();
00029 virtual ~CppImport();
00030
00031 protected:
00035 void initialize();
00036
00042 void parseFile(const QString& filename);
00043
00044 private:
00052 void feedTheModel(const QString& fileName);
00053
00054 static CppDriver * ms_driver;
00055 static QStringList ms_seenFiles;
00056
00057 };
00058
00059 #endif
This file is part of the documentation for umbrello Version 3.1.0.