QGIS API Documentation  2.14.0-Essen
Namespaces | Functions
qgisgui.cpp File Reference
#include "qgisgui.h"
#include <QSettings>
#include <QImageWriter>
#include "qgsencodingfiledialog.h"
#include "qgslogger.h"
#include <QFontDialog>
Include dependency graph for qgisgui.cpp:

Go to the source code of this file.

Namespaces

 QgisGui
 /namespace QgisGui The QgisGui namespace contains constants and helper functions used throughout the QGIS GUI.
 

Functions

QString QgisGui::createFileFilter_ (QString const &longName, QString const &glob)
 Convenience function for readily creating file filters. More...
 
QString QgisGui::createFileFilter_ (QString const &format)
 Create file filters suitable for use with QFileDialog. More...
 
QFont QgisGui::getFont (bool &ok, const QFont &initial, const QString &title=QString())
 Show font selection dialog. More...
 
QPair< QString, QString > GUI_EXPORT QgisGui::getSaveAsImageName (QWidget *theParent, const QString &theMessage, const QString &defaultFilename=QString::null)
 A helper function to get an image name from the user. More...
 
bool GUI_EXPORT QgisGui::openFilesRememberingFilter (QString const &filterName, QString const &filters, QStringList &selectedFiles, QString &enc, QString &title, bool cancelAll=false)
 Open files, preferring to have the default file selector be the last one used, if any; also, prefer to start in the last directory associated with filterName. More...