This class allows to add multiple trajectories and temporal image.  
 More...
#include <AnimationScene.h>
This class allows to add multiple trajectories and temporal image. 
Definition at line 50 of file AnimationScene.h.
 
◆ AnimationScene()
Constructor It constructs a animation Scene. 
 
 
◆ ~AnimationScene()
  
  
      
        
          | virtual te::qt::widgets::AnimationScene::~AnimationScene  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Destructor It destructs a animation Scene. 
 
 
◆ addItem()
      
        
          | void te::qt::widgets::AnimationScene::addItem  | 
          ( | 
          AnimationItem *  | 
          item | ) | 
           | 
        
      
 
Add item. 
- Parameters
 - 
  
    | item | The graphics item. It can be trajectory item or pixmap item.  | 
  
   
 
 
◆ clear()
      
        
          | void te::qt::widgets::AnimationScene::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
Clear scene. Remove all items. 
 
 
◆ createNewPixmap()
      
        
          | void te::qt::widgets::AnimationScene::createNewPixmap  | 
          ( | 
           | ) | 
           | 
        
      
 
Create a new clear pixmap. 
 
 
◆ draw()
      
        
          | void te::qt::widgets::AnimationScene::draw  | 
          ( | 
          const int &  | 
          curTime | ) | 
           | 
        
      
 
It draws the animation item. 
- Parameters
 - 
  
    | curtime | The normalized current time (between 0 and 1).  | 
  
   
 
 
◆ removeItem()
      
        
          | void te::qt::widgets::AnimationScene::removeItem  | 
          ( | 
          AnimationItem *  | 
          item | ) | 
           | 
        
      
 
 
◆ setDuration()
      
        
          | void te::qt::widgets::AnimationScene::setDuration  | 
          ( | 
          const int &  | 
          duration | ) | 
           | 
        
      
 
It sets the trajectory duration. 
- Parameters
 - 
  
    | duration | The animation duration in miliseconds  | 
  
   
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/st/AnimationScene.h