Quantum GIS API Documentation  1.7.4
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 /* $Id$ */
00019 
00020 #include "qgisinterface.h"
00021 
00022 QgisInterface::QgisInterface()
00023 {
00024 
00025 
00026 }
00027 
00028 QgisInterface::~QgisInterface()
00029 {
00030 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines