This class is a animation view. More...
#include <AnimationView.h>
  
 Signals | |
| void | animationDragEnterEvent (QDragEnterEvent *) | 
| void | animationDropEvent (QDropEvent *) | 
Public Member Functions | |
| AnimationView (te::qt::widgets::MapDisplay *md) | |
| Constructor It constructs a AnimationView.  More... | |
| void | dragEnterEvent (QDragEnterEvent *) | 
| void | dragLeaveEvent (QDragLeaveEvent *) | 
| void | dragMoveEvent (QDragMoveEvent *) | 
| void | dropEvent (QDropEvent *) | 
| void | enterEvent (QEvent *) | 
| void | keyPressEvent (QKeyEvent *) | 
| void | keyReleaseEvent (QKeyEvent *) | 
| void | leaveEvent (QEvent *) | 
| void | mouseDoubleClickEvent (QMouseEvent *) | 
| void | mouseMoveEvent (QMouseEvent *) | 
| void | mousePressEvent (QMouseEvent *) | 
| void | mouseReleaseEvent (QMouseEvent *) | 
| void | resizeEvent (QResizeEvent *) | 
| virtual | ~AnimationView () | 
| Destructor It destructs a Animation.  More... | |
Public Attributes | |
| bool | m_dragDropAccepted | 
Private Attributes | |
| MapDisplay * | m_display | 
This class is a animation view.
Definition at line 45 of file AnimationView.h.
| te::qt::widgets::AnimationView::AnimationView | ( | te::qt::widgets::MapDisplay * | md | ) | 
Constructor It constructs a AnimationView.
| parent | Parent of this object. | 
Definition at line 10 of file AnimationView.cpp.
      
  | 
  virtual | 
Destructor It destructs a Animation.
Definition at line 24 of file AnimationView.cpp.
      
  | 
  signal | 
      
  | 
  signal | 
| void te::qt::widgets::AnimationView::dragEnterEvent | ( | QDragEnterEvent * | e | ) | 
Definition at line 92 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::dragLeaveEvent | ( | QDragLeaveEvent * | e | ) | 
Definition at line 97 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::dragMoveEvent | ( | QDragMoveEvent * | e | ) | 
Definition at line 103 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::dropEvent | ( | QDropEvent * | e | ) | 
Definition at line 108 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::enterEvent | ( | QEvent * | e | ) | 
Definition at line 48 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::keyPressEvent | ( | QKeyEvent * | e | ) | 
Definition at line 53 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::keyReleaseEvent | ( | QKeyEvent * | e | ) | 
Definition at line 58 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::leaveEvent | ( | QEvent * | e | ) | 
Definition at line 63 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::mouseDoubleClickEvent | ( | QMouseEvent * | e | ) | 
Definition at line 43 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::mouseMoveEvent | ( | QMouseEvent * | e | ) | 
Definition at line 33 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::mousePressEvent | ( | QMouseEvent * | e | ) | 
Definition at line 28 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::mouseReleaseEvent | ( | QMouseEvent * | e | ) | 
Definition at line 38 of file AnimationView.cpp.
| void te::qt::widgets::AnimationView::resizeEvent | ( | QResizeEvent * | e | ) | 
Definition at line 68 of file AnimationView.cpp.
      
  | 
  private | 
Definition at line 86 of file AnimationView.h.
| bool te::qt::widgets::AnimationView::m_dragDropAccepted | 
Definition at line 89 of file AnimationView.h.
Referenced by te::qt::widgets::TimeSliderWidget::onAnimationDragEnterEvent().