#include <FramesectionInputWidget.h>
Definition at line 49 of file FramesectionInputWidget.h.
 
  
  
      
        
          | FramesectionInputWidget::FramesectionInputWidget  | 
          ( | 
          SimCenterWidget *  | 
          parent = 0 | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
  
  
      
        
          | FramesectionInputWidget::FramesectionInputWidget  | 
          ( | 
          QString  | 
          framesectionType,  | 
         
        
           | 
           | 
          SimCenterWidget *  | 
          parent = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
  
  
      
        
          | FramesectionInputWidget::FramesectionInputWidget  | 
          ( | 
          QStringList  | 
          headings,  | 
         
        
           | 
           | 
          QList< int >  | 
          dataTypes,  | 
         
        
           | 
           | 
          QString  | 
          framesectionType,  | 
         
        
           | 
           | 
          SimCenterWidget *  | 
          parent = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
      
        
          | FramesectionInputWidget::~FramesectionInputWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void FramesectionInputWidget::clear  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | bool FramesectionInputWidget::inputFromJSON  | 
          ( | 
          QJsonObject &  | 
          jsonObject | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
inputFromJSON method to instantiate itself from a JSON object 
- Parameters
 - 
  
    | jsonObject | the JSON object contaiing data to instantiate the object  | 
  
   
- Returns
 - bool - true for success, otherwise false 
 
Reimplemented from SimCenterWidget.
Definition at line 162 of file FramesectionInputWidget.cpp.
 
 
      
        
          | bool FramesectionInputWidget::inputFromJSON  | 
          ( | 
          QJsonArray &  | 
          rvObject | ) | 
           | 
        
      
 
 
  
  
      
        
          | bool FramesectionInputWidget::outputToJSON  | 
          ( | 
          QJsonObject &  | 
          jsonObject | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject 
- Parameters
 - 
  
    | rvObject | the JSON object to be written to  | 
  
   
- Returns
 - bool - true for success, otherwise false 
 
Reimplemented from SimCenterWidget.
Definition at line 102 of file FramesectionInputWidget.cpp.
 
 
      
        
          | bool FramesectionInputWidget::outputToJSON  | 
          ( | 
          QJsonArray &  | 
          rvObject | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following files: