Quantum GIS API Documentation  1.8
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 
00017 #include "qgslegendinterface.h"
00018 
00019 QgsLegendInterface::QgsLegendInterface()
00020 {
00021 }
00022 
00023 QgsLegendInterface::~QgsLegendInterface()
00024 {
00025 }
00026 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines