umbrello API Documentation

pascalimport.h

00001 /***************************************************************************
00002  *                                                                         *
00003  *   This program is free software; you can redistribute it and/or modify  *
00004  *   it under the terms of the GNU General Public License as published by  *
00005  *   the Free Software Foundation; either version 2 of the License, or     *
00006  *   (at your option) any later version.                                   *
00007  *                                                                         *
00008  *  copyright (C) 2006                                                     *
00009  *  Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                   *
00010  ***************************************************************************/
00011 
00012 #ifndef PASCALIMPORT_H
00013 #define PASCALIMPORT_H
00014 
00015 #include "nativeimportbase.h"
00016 
00022 class PascalImport : public NativeImportBase {
00023 public:
00024     PascalImport();
00025     virtual ~PascalImport();
00026 
00027 protected:
00031     void initVars();
00032 
00036     bool parseStmt();
00037 
00041     void fillSource(const QString& word);
00042 
00050     void checkModifiers(bool& isVirtual, bool& isAbstract);
00051 
00055     bool m_inInterface;
00056 
00057     enum Section_Type { sect_NONE, sect_LABEL, sect_CONST, sect_RESOURCESTRING,
00058                         sect_TYPE, sect_VAR, sect_THREADVAR };
00062     Section_Type m_section;
00063 };
00064 
00065 #endif
00066 
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:59 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003