ApplicationController.cpp File Reference

The base API for controllers of TerraLib applications. More...

#include "../../common/Exception.h"
#include "../../common/TerraLib.h"
#include "../../common/SystemApplicationSettings.h"
#include "../../common/UserApplicationSettings.h"
#include "../../common/Version.h"
#include "../../core/logger/Logger.h"
#include "../../core/plugin.h"
#include "../../core/translator/Translator.h"
#include "../../core/utils/Platform.h"
#include "../../dataaccess/serialization/xml/Serializer.h"
#include "../../srs/Config.h"
#include "../widgets/help/AssistantHelpManagerImpl.h"
#include "../widgets/help/HelpManager.h"
#include "../widgets/Utils.h"
#include "../widgets/utils/ScopedCursor.h"
#include "events/ApplicationEvents.h"
#include "ApplicationController.h"
#include "Exception.h"
#include "SplashScreenManager.h"
#include "Utils.h"
#include "XMLFormatter.h"
#include <QApplication>
#include <QDesktopServices>
#include <QDir>
#include <QIcon>
#include <QMenu>
#include <QMessageBox>
#include <QResource>
#include <QLibraryInfo>
#include <QTranslator>
#include <QWidget>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/format.hpp>
#include <algorithm>

Go to the source code of this file.

Functions

std::vector< std::string > GetPluginsDirectories (boost::property_tree::ptree doc)
 

Detailed Description

The base API for controllers of TerraLib applications.

Definition in file ApplicationController.cpp.

Function Documentation

std::vector<std::string> GetPluginsDirectories ( boost::property_tree::ptree  doc)