26 #ifndef __TERRALIB_QT_AF_INTERNAL_APPLICATIONDOCKER_H
27 #define __TERRALIB_QT_AF_INTERNAL_APPLICATIONDOCKER_H
37 #include <QMainWindow>
The base API for docker controllers of TerraLib applications.
bool hasDockWidget(QDockWidget *dock)
void computeMinimumSize()
ApplicationDocker(QWidget *parent, Qt::ToolBarArea area)
Constructor.
void resizeEvent(QResizeEvent *event)
void dockSelected(QString dockName)
QSize minimumSizeHint() const
void removeDock(QDockWidget *dock)
bool eventFilter(QObject *watched, QEvent *e)
void addDock(const ApplicationDockerInfo &dockInfo, Qt::DockWidgetArea area)
QAction * m_currentAction
void onDockActionVisibilityChanged(bool state)
int computeGlobalMinSize()
std::map< QAction *, ApplicationDockerInfo > m_dockInfoActionMap
void takeDock(ApplicationDockerInfo &dockInfo)
~ApplicationDocker()
Destructor.
void raiseDockWidget(QDockWidget *dock)
QDockWidget * m_dockWidget
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).