Quantum GIS API Documentation  1.7.4
src/gui/qgslegendinterface.cpp
Go to the documentation of this file.
00001 /***************************************************************************
00002     qgslegendinterface.cpp
00003      --------------------------------------
00004     Date                 : 19-Nov-2009
00005     Copyright            : (C) 2009 by Andres Manz
00006     Email                : manz dot andres at gmail dot com
00007 ****************************************************************************/
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 /* $Id$ */
00017 
00018 #include "qgslegendinterface.h"
00019 
00020 QgsLegendInterface::QgsLegendInterface()
00021 {
00022 }
00023 
00024 QgsLegendInterface::~QgsLegendInterface()
00025 {
00026 }
00027 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines