25 #ifndef __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_LAYERVIEWMENUMANAGER_H 
   26 #define __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_LAYERVIEWMENUMANAGER_H 
   28 #include "../../Config.h" 
   43     template<
typename T> 
struct QueueT;
 
  107         void addAction(LMENUACTIONS mnu, QAction* act, 
int pos = -1);
 
  115         bool eventFilter(QObject* watched, QEvent* event);
 
  135 #endif // __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_LAYERVIEWMENUMANAGER_H 
Struct that implements the generic queue.