Quantum GIS API Documentation  1.8
src/gui/qgisinterface.cpp
Go to the documentation of this file.
00001 /***************************************************************************
00002  *                           qgisinterface.cpp
00003  *                            Abstract base class for interfaces to functions in QgisApp
00004  *                           -------------------
00005  *      begin                : 2004-02-11
00006  *      copyright            : (C) 2004 by Gary E.Sherman
00007  *      email                : sherman at mrcc.com
00008  * ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   (at your option) any later version.                                   *
00016  *                                                                         *
00017  ****************************************************************************/
00018 
00019 #include "qgisinterface.h"
00020 
00021 QgisInterface::QgisInterface()
00022 {
00023 
00024 
00025 }
00026 
00027 QgisInterface::~QgisInterface()
00028 {
00029 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines