#include <codegenstatuspage.h>
- Author
- Luis De la Parra 
- 
Brian Thomas 
- 
Andi Fischer 
◆ CodeGenStatusPage()
  
  | 
        
          | CodeGenStatusPage::CodeGenStatusPage | ( | QWidget * | parent = nullptr | ) |  |  | explicit | 
 
Constructor. 
- Parameters
- 
  
    | parent | the parent (wizard) of this wizard page |  
 
 
 
◆ ~CodeGenStatusPage()
      
        
          | CodeGenStatusPage::~CodeGenStatusPage | ( |  | ) |  | 
      
 
 
◆ classGenerated [1/2]
  
  | 
        
          | void CodeGenStatusPage::classGenerated | ( | UMLClassifier * | classifier, |  
          |  |  | bool | generated ) |  | protectedslot | 
 
Updates the status of the code generation in the status table. 
- Parameters
- 
  
    | classifier | the class for which the code was generated |  | generated | the status of the generation |  
 
 
 
◆ classGenerated [2/2]
Updates the status of the code generation in the status table. 
- Parameters
- 
  
    | classifier | the class for which the code was generated |  | state | the state of the generation |  
 
 
 
◆ generateCode
  
  | 
        
          | void CodeGenStatusPage::generateCode | ( |  | ) |  |  | protectedslot | 
 
Slot for the generate button. Starts the code generation. 
 
 
◆ initializePage()
      
        
          | void CodeGenStatusPage::initializePage | ( |  | ) |  | 
      
 
Reimplemented QWizardPage method to initialize page after clicking next button. 
 
 
◆ isComplete()
      
        
          | bool CodeGenStatusPage::isComplete | ( |  | ) | const | 
      
 
Reimplemented QWizardPage method the enable / disable the next button. 
- Returns
- complete state 
 
 
◆ loggerClear
  
  | 
        
          | void CodeGenStatusPage::loggerClear | ( |  | ) |  |  | protectedslot | 
 
Slot for clicked events generated by the clear button of the logger. Clears the logger widget. 
 
 
◆ loggerExport
  
  | 
        
          | void CodeGenStatusPage::loggerExport | ( |  | ) |  |  | protectedslot | 
 
Slot for clicked events generated by the export button of the logger. Writes the content of the logger widget to a file. 
 
 
◆ populateStatusList
  
  | 
        
          | void CodeGenStatusPage::populateStatusList | ( |  | ) |  |  | protectedslot | 
 
Fills the status list with the selected classes for generation. 
 
 
◆ showFileGenerated
  
  | 
        
          | void CodeGenStatusPage::showFileGenerated | ( | const QString & | filename | ) |  |  | protectedslot | 
 
Writes the content of the just generated file to the logger text widget. 
 
 
◆ m_generationDone
  
  | 
        
          | bool CodeGenStatusPage::m_generationDone |  | private | 
 
 
The documentation for this class was generated from the following files: