Widget which displays log playback options.  
 More...
#include <LogPlayWidget.hh>
Inherits QWidget.
Widget which displays log playback options. 
 
§ LogPlayWidget()
Constructor. 
- Parameters
 - 
  
    | [in] | _parent | Parent widget, commonly a TimePanel.  | 
  
   
 
 
§ ~LogPlayWidget()
§ EmitSetCurrentTime()
Emit signal to set current time. 
- Parameters
 - 
  
  
 
 
 
§ EmitSetEndTime()
Emit signal to set end time. 
- Parameters
 - 
  
  
 
 
 
§ EmitSetStartTime()
Emit signal to set start time. 
- Parameters
 - 
  
  
 
 
 
§ HidePause
Qt signal to hide the pause button. 
 
 
§ HidePlay
Qt signal to hide the play button. 
 
 
§ IsPaused()
Returns if the simulation is displayed as paused. 
- Returns
 - True if paused, false otherwise. 
 
 
 
§ OnCurrentTime
Callback when the current time has been edited. 
 
 
§ OnForward
Jump to the end of the log file. 
 
 
§ OnPause
§ OnPlay
§ OnRewind
Jump to the start of the log file. 
 
 
§ OnSeek
Jump to a given time in the log file. 
- Parameters
 - 
  
  
 
 
 
§ OnStepBack
§ OnStepForward
§ SetCurrentDays
  
  
      
        
          | void SetCurrentDays  | 
          ( | 
          const QString &  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Qt signal used to set the current day line edit. 
- Parameters
 - 
  
    | [in] | _string | String representation of current day.  | 
  
   
 
 
§ SetCurrentHours
  
  
      
        
          | void SetCurrentHours  | 
          ( | 
          const QString &  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Qt signal used to set the current hour line edit. 
- Parameters
 - 
  
    | [in] | _string | String representation of current hour.  | 
  
   
 
 
§ SetCurrentMinutes
  
  
      
        
          | void SetCurrentMinutes  | 
          ( | 
          const QString &  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Qt signal used to set the current minute line edit. 
- Parameters
 - 
  
    | [in] | _string | String representation of current minute.  | 
  
   
 
 
§ SetCurrentSeconds
  
  
      
        
          | void SetCurrentSeconds  | 
          ( | 
          const QString &  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Qt signal used to set the current second line edit. 
- Parameters
 - 
  
    | [in] | _string | String representation of current second.  | 
  
   
 
 
§ SetCurrentTime
Qt signal used to set the current time in the view. 
- Parameters
 - 
  
  
 
 
 
§ SetEndTime [1/2]
  
  
      
        
          | void SetEndTime  | 
          ( | 
          const QString &  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Qt signal used to set the end time line edit. 
- Parameters
 - 
  
    | [in] | _string | String representation of current time.  | 
  
   
 
 
§ SetEndTime [2/2]
Qt signal used to set the end time in the view. 
- Parameters
 - 
  
  
 
 
 
§ SetPaused()
      
        
          | void SetPaused  | 
          ( | 
          const bool  | 
          _paused | ) | 
           | 
        
      
 
Set whether to display the simulation as paused. 
- Parameters
 - 
  
    | [in] | _p | True to display the simulation as paused. False indicates the simulation is running  | 
  
   
 
 
§ SetStartTime
Qt signal used to set the start time in the view. 
- Parameters
 - 
  
  
 
 
 
§ ShowPause
Qt signal to show the pause button. 
 
 
§ ShowPlay
Qt signal to show the play button. 
 
 
The documentation for this class was generated from the following file: