#include <CommitDialog.h>
◆ CommitDialog()
  
  
      
        
          | CommitDialog::CommitDialog  | 
          ( | 
          MainWindow *  | 
          parent,  | 
         
        
           | 
           | 
          QString const &  | 
          reponame,  | 
         
        
           | 
           | 
          GitUser const &  | 
          user,  | 
         
        
           | 
           | 
          gpg::Data const &  | 
          key,  | 
         
        
           | 
           | 
          QString const &  | 
          previousMessage  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~CommitDialog()
  
  
      
        
          | CommitDialog::~CommitDialog  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ isAmend()
      
        
          | bool CommitDialog::isAmend  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ isSigningEnabled()
      
        
          | bool CommitDialog::isSigningEnabled  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ keyPressEvent()
  
  
      
        
          | void CommitDialog::keyPressEvent  | 
          ( | 
          QKeyEvent *  | 
          event | ) | 
           | 
         
       
   | 
  
overrideprotected   | 
  
 
 
◆ mainwindow()
◆ on_checkbox_amend_stateChanged
  
  
      
        
          | void CommitDialog::on_checkbox_amend_stateChanged  | 
          ( | 
          int  | 
          state | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ on_plainTextEdit_textChanged
  
  
      
        
          | void CommitDialog::on_plainTextEdit_textChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ on_pushButton_config_signing_clicked
  
  
      
        
          | void CommitDialog::on_pushButton_config_signing_clicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ on_pushButton_generate_with_ai_clicked
  
  
      
        
          | void CommitDialog::on_pushButton_generate_with_ai_clicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ onReady
◆ setText()
      
        
          | void CommitDialog::setText  | 
          ( | 
          QString const &  | 
          text | ) | 
           | 
        
      
 
 
◆ text()
      
        
          | QString CommitDialog::text  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ updateSigningInfo()
  
  
      
        
          | void CommitDialog::updateSigningInfo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ updateUI()
  
  
      
        
          | void CommitDialog::updateUI  | 
          ( | 
          bool  | 
          enable | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ commit_message_
  
  
      
        
          | std::string CommitDialog::commit_message_ | 
         
       
   | 
  
private   | 
  
 
 
◆ diff_
  
  
      
        
          | std::string CommitDialog::diff_ | 
         
       
   | 
  
private   | 
  
 
 
◆ generator_
◆ key_
◆ previousMessage_
  
  
      
        
          | QString CommitDialog::previousMessage_ | 
         
       
   | 
  
private   | 
  
 
 
◆ ui
  
  
      
        
          | Ui::CommitDialog* CommitDialog::ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: