QGIS API Documentation
2.6.0-Brighton
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
qgisgui.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgisgui.h - Constants used throughout the QGIS GUI.
3
--------------------------------------
4
Date : 11-Jan-2006
5
Copyright : (C) 2006 by Tom Elwertowski
6
Email : telwertowski at users dot sourceforge dot net
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
#ifndef QGISGUI_H
16
#define QGISGUI_H
17
18
#include <Qt>
19
#include <QPair>
20
21
class
QStringList;
22
27
namespace
QgisGui
28
{
29
47
static
const
Qt::WindowFlags
ModalDialogFlags
= 0;
48
72
bool
GUI_EXPORT
openFilesRememberingFilter
( QString
const
&filterName,
73
QString
const
&filters, QStringList & selectedFiles, QString& enc, QString &title,
74
bool
cancelAll =
false
);
75
84
QPair<QString, QString> GUI_EXPORT
getSaveAsImageName
( QWidget * theParent, QString theMessage, QString defaultFilename = QString::null );
85
94
QString
createFileFilter_
( QString
const
&longName, QString
const
&glob );
95
}
96
97
#endif
Generated on Fri Oct 31 2014 15:49:46 for QGIS API Documentation by
1.8.1.2