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

omgguid.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           guid.h  -  description
00003                              -------------------
00004     begin                : Oct 2006
00005     copyright            : (C) 2006 by Tim Sutton
00006     email                : tim@linfiniti.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef OMGGUID_H
00019 #define OMGGUID_H
00020 
00021 #include <QString>
00028 class OMG_LIB_EXPORT OmgGuid 
00029 {
00030 public:
00032   OmgGuid();
00034   virtual ~OmgGuid();
00036   QString guid() const;
00041   void setGuid(QString theGuid="");  
00042 private:
00044   QString mGuid;
00045 };
00046 
00047 #endif //OMGGUID_H
00048 

Generated on Mon Apr 28 15:08:40 2008 for openModellerDesktop by  doxygen 1.4.1-20050210