#include <rubycodegenerationpolicy.h>
◆ RubyCodeGenerationPolicy()
      
        
          | RubyCodeGenerationPolicy::RubyCodeGenerationPolicy | ( |  | ) |  | 
      
 
 
◆ ~RubyCodeGenerationPolicy()
  
  | 
        
          | RubyCodeGenerationPolicy::~RubyCodeGenerationPolicy | ( |  | ) |  |  | virtual | 
 
 
◆ createPage()
  
  | 
        
          | CodeGenerationPolicyPage * RubyCodeGenerationPolicy::createPage | ( | QWidget * | parent = nullptr, |  
          |  |  | const char * | name = nullptr ) |  | virtual | 
 
Create a new dialog interface for this object. 
- Parameters
- 
  
    | parent | the parent widget |  | name | the name of the page |  
 
- Returns
- dialog object 
Implements CodeGenPolicyExt.
 
 
◆ getAutoGenerateAssocAccessors()
      
        
          | bool RubyCodeGenerationPolicy::getAutoGenerateAssocAccessors | ( |  | ) |  | 
      
 
Get the value of m_autoGenerateAssocAccessors. 
- Returns
- the value of m_autoGenerateAssocAccessors 
 
 
◆ getAutoGenerateAttribAccessors()
      
        
          | bool RubyCodeGenerationPolicy::getAutoGenerateAttribAccessors | ( |  | ) |  | 
      
 
Get the value of m_autoGenerateAttribAccessors 
- Returns
- the value of m_autoGenerateAttribAccessors 
 
 
◆ init()
  
  | 
        
          | void RubyCodeGenerationPolicy::init | ( |  | ) |  |  | private | 
 
 
◆ setAutoGenerateAssocAccessors()
      
        
          | void RubyCodeGenerationPolicy::setAutoGenerateAssocAccessors | ( | bool | var | ) |  | 
      
 
Set the value of m_autoGenerateAssocAccessors. 
- Parameters
- 
  
  
 
 
◆ setAutoGenerateAttribAccessors()
      
        
          | void RubyCodeGenerationPolicy::setAutoGenerateAttribAccessors | ( | bool | var | ) |  | 
      
 
Set the value of m_autoGenerateAttribAccessors. 
- Parameters
- 
  
  
 
 
◆ setDefaults() [1/2]
  
  | 
        
          | void RubyCodeGenerationPolicy::setDefaults | ( | bool | emitUpdateSignal = true | ) |  |  | virtual | 
 
Set the defaults from a config file for this code generator from the passed KConfig pointer. 
- Parameters
- 
  
    | emitUpdateSignal | flag whether to emit the update signal |  
 
Implements CodeGenPolicyExt.
 
 
◆ setDefaults() [2/2]
  
  | 
        
          | void RubyCodeGenerationPolicy::setDefaults | ( | CodeGenPolicyExt * | defaults, |  
          |  |  | bool | emitUpdateSignal = true ) |  | virtual | 
 
Set the defaults for this code generator from the passed generator. 
- Parameters
- 
  
    | defaults | the defaults to set |  | emitUpdateSignal | flag whether to emit the update signal |  
 
 
 
◆ m_commonPolicy
The documentation for this class was generated from the following files: