00001 /**************************************************************************** 00002 ** $Id: aextguid.h,v 1.2 2007/09/19 06:32:06 app Exp $ 00003 ** 00004 ** Header file of the Report Result Object of Ananas 00005 ** Designer and Engine applications 00006 ** 00007 ** Created : 20070819 00008 ** 00009 ** Copyright (C) 2005-2007 Grigory Panov <grigory.panov at gmail.com>, Moscow. 00010 ** Copyright (C) 2005-2007 Ananas Project. 00011 ** 00012 ** This file is part of the Library of the Ananas 00013 ** automation accounting system. 00014 ** 00015 ** This file may be distributed and/or modified under the terms of the 00016 ** GNU General Public License version 2 as published by the Free Software 00017 ** Foundation and appearing in the file LICENSE.GPL included in the 00018 ** packaging of this file. 00019 ** 00020 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00021 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00022 ** 00023 ** See http://www.leaderit.ru/page=ananas or email sales@leaderit.ru 00024 ** See http://www.leaderit.ru/gpl/ for GPL licensing information. 00025 ** 00026 ** Contact org@leaderit.ru if any conditions of this licensing are 00027 ** not clear to you. 00028 ** 00029 **********************************************************************/ 00030 #ifndef AEXTGUID_H 00031 #define AEXTGUID_H 00032 00033 #include "aextension.h" 00034 #include "aobject.h" 00035 00047 class ANANAS_EXPORT aExtGUID: public AExtension 00048 { 00049 Q_OBJECT 00050 public: 00051 aExtGUID(); 00052 ~aExtGUID(); 00053 00054 00055 public slots: 00056 QString Generate() const; 00057 }; 00058 00059 #endif