#include <QBitmap>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QFont>
#include <QMessageBox>
#include <QPixmap>
#include <QLocale>
#include <QSettings>
#include <QSplashScreen>
#include <QString>
#include <QStringList>
#include <QStyle>
#include <QPlastiqueStyle>
#include <QTranslator>
#include <QImageReader>
#include <cstdio>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include "qgisapp.h"
#include "qgsapplication.h"
#include <qgsconfig.h>
#include <qgssvnversion.h>
#include "qgsexception.h"
#include "qgsproject.h"
#include "qgsrect.h"
#include "qgslogger.h"
Include dependency graph for main.cpp:

Go to the source code of this file.
Functions | |
| void | usage (std::string const &appName) |
| print usage text | |
| bool | bundleclicked (int argc, char *argv[]) |
| void | myMessageOutput (QtMsgType type, const char *msg) |
| int | main (int argc, char *argv[]) |
Variables | |
| static const char *const | ident_ = "$Id: main.cpp 9150 2008-08-24 14:07:06Z jef $" |
| static QString | myProjectFileName = "" |
| static QStringList | myFileList |
| bool bundleclicked | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 233 of file main.cpp.
References bundleclicked(), QgsApplication::i18nPath(), myFileList, myMessageOutput(), myProjectFileName, name(), QgisApp::openLayer(), QgisApp::openProject(), QgsDebugMsg, QgisApp::saveMapAsImage(), QgisApp::setExtent(), QgsApplication::splashPath(), and usage().
| void myMessageOutput | ( | QtMsgType | type, | |
| const char * | msg | |||
| ) |
| void usage | ( | std::string const & | appName | ) |
const char* const ident_ = "$Id: main.cpp 9150 2008-08-24 14:07:06Z jef $" [static] |
QStringList myFileList [static] |
QString myProjectFileName = "" [static] |
1.5.1