#include <TimePanel.hh>
Inherits QWidget.
§ TimePanel()
Constructor. 
- Parameters
 - 
  
    | [in] | _parent | Parent widget.  | 
  
   
 
 
§ ~TimePanel()
§ IsPaused()
Returns if the simulation is displayed as paused. 
- Returns
 - True if paused, false otherwise. 
 
 
 
§ OnStepValueChanged
  
  
      
        
          | void OnStepValueChanged  | 
          ( | 
          int  | 
          _value | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
Qt call back when the step value in the spinbox changed. 
- Parameters
 - 
  
    | [in] | _value | New step value.  | 
  
   
 
 
§ OnTimeReset
QT callback when the reset time button is pressed. 
 
 
§ SetLogPlayWidgetVisible
  
  
      
        
          | void SetLogPlayWidgetVisible  | 
          ( | 
          bool  | 
          _visible | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
QT signal to set visibility of log play widget. 
- Parameters
 - 
  
    | [in] | _visible | True to make visible.  | 
  
   
 
 
§ SetPaused()
      
        
          | void SetPaused  | 
          ( | 
          bool  | 
          _paused | ) | 
           | 
        
      
 
Set whether to display the simulation as paused. 
- Parameters
 - 
  
    | [in] | _paused | True to display the simulation as paused. False indicates the simulation is running  | 
  
   
 
 
§ SetTimeWidgetVisible
  
  
      
        
          | void SetTimeWidgetVisible  | 
          ( | 
          bool  | 
          _visible | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
QT signal to set visibility of time widget. 
- Parameters
 - 
  
    | [in] | _visible | True to make visible.  | 
  
   
 
 
§ ShowFPS()
      
        
          | void ShowFPS  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show fps. 
- Parameters
 - 
  
    | [in] | _show | True to show the fps widget.  | 
  
   
 
 
§ ShowIterations()
      
        
          | void ShowIterations  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show the iterations. 
- Parameters
 - 
  
    | [in] | _show | True to show the iterations widget.  | 
  
   
 
 
§ ShowRealTime()
      
        
          | void ShowRealTime  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show real time. 
- Parameters
 - 
  
    | [in] | _show | True to display real time.  | 
  
   
 
 
§ ShowRealTimeFactor()
      
        
          | void ShowRealTimeFactor  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show real time factor. 
- Parameters
 - 
  
    | [in] | _show | True to display real time factor.  | 
  
   
 
 
§ ShowSimTime()
      
        
          | void ShowSimTime  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show sim time. 
- Parameters
 - 
  
    | [in] | _show | True to display sim time.  | 
  
   
 
 
§ ShowStepWidget()
      
        
          | void ShowStepWidget  | 
          ( | 
          bool  | 
          _show | ) | 
           | 
        
      
 
Show the step widget. 
- Parameters
 - 
  
    | [in] | _show | True to show the step widget.  | 
  
   
 
 
§ TogglePause
Toggle simulation paused state. 
 
 
The documentation for this class was generated from the following file: