26#ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_DOCKEREVENTS_H
27#define __TERRALIB_QT_AF_EVENTS_INTERNAL_DOCKEREVENTS_H
63 AddDock(QDockWidget* dock, Qt::DockWidgetArea area,
const QIcon& icon,
const QString& dockName,
bool isCloseable) :
Event(
ADD_DOCK),
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
Enumerations for the TerraLib Application Framework.
Default events used with application framework.
QDockWidget * m_dockWidget
Qt::DockWidgetArea m_area
AddDock(QDockWidget *dock, Qt::DockWidgetArea area, const QIcon &icon, const QString &dockName, bool isCloseable)
Constructor.
Event(const int &id)
Constructor.
QDockWidget * m_dockWidget
RaiseDock(QDockWidget *dock)
Constructor.