ApplicationController.h File Reference

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

#include "../../common/Singleton.h"
#include "Config.h"
#include <map>
#include <set>
#include <vector>
#include <QObject>
#include <QStringList>
#include <QSettings>
#include <QColor>

Go to the source code of this file.

Classes

class  te::qt::af::AppCtrlSingleton
 
class  te::qt::af::ApplicationController
 The base API for TerraLib applications. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::af
 Namespace for the Qt Application Framework module of TerraLib.
 
 te::qt::af::evt
 

Enumerations

enum  te::qt::af::ListenerType { te::qt::af::SENDER, te::qt::af::RECEIVER, te::qt::af::BOTH }
 

Detailed Description

The base API for controllers of TerraLib applications.

Definition in file ApplicationController.h.