QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
qgisinterface.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  * qgisinterface.cpp
3  * Abstract base class for interfaces to functions in QgisApp
4  * -------------------
5  * begin : 2004-02-11
6  * copyright : (C) 2004 by Gary E.Sherman
7  * email : sherman at mrcc.com
8  * ***************************************************************************/
9 
10 /***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ****************************************************************************/
18 
19 #include "qgisinterface.h"
20 
22 {
23 
24 
25 }
26 
28 {
29 }
virtual ~QgisInterface()
Virtual destructor.
QgisInterface()
Constructor.