#include <cppcodegenerationform.h>
◆ CPPCodeGenerationForm()
  
  | 
        
          | CPPCodeGenerationForm::CPPCodeGenerationForm | ( | QWidget * | parent = nullptr, |  
          |  |  | const char * | name = nullptr ) |  | explicit | 
 
Constructor. 
- Parameters
- 
  
    | parent | the parent of this widget |  | name | the object name |  
 
 
 
◆ ~CPPCodeGenerationForm()
  
  | 
        
          | CPPCodeGenerationForm::~CPPCodeGenerationForm | ( |  | ) |  |  | virtual | 
 
 
◆ browseClicked
  
  | 
        
          | void CPPCodeGenerationForm::browseClicked | ( |  | ) |  |  | virtualslot | 
 
Slot for clicking on the browse buttons. 
 
 
◆ generalOptionsListWidgetClicked
  
  | 
        
          | void CPPCodeGenerationForm::generalOptionsListWidgetClicked | ( | QListWidgetItem * | pSender | ) |  |  | privatevirtualslot | 
 
Slot for clicking in the list widget. 
- Parameters
- 
  
    | pSender | the sender of the signal, the item in the list |  
 
 
 
◆ getAccessorMethodsStartWithUpperCase()
      
        
          | bool CPPCodeGenerationForm::getAccessorMethodsStartWithUpperCase | ( |  | ) |  | 
      
 
Get the display state of the related option 
- Returns
- the state of the flag 
 
 
◆ getAccessorsAreInline()
      
        
          | bool CPPCodeGenerationForm::getAccessorsAreInline | ( |  | ) |  | 
      
 
Get the display state of option "Accessors Are Inline". 
- Returns
- the state of the flag 
 
 
◆ getAccessorsArePublic()
      
        
          | bool CPPCodeGenerationForm::getAccessorsArePublic | ( |  | ) |  | 
      
 
Get the display state of option "Accessors Are Public". 
- Returns
- the state of the flag 
 
 
◆ getClassMemberPrefix()
      
        
          | QString CPPCodeGenerationForm::getClassMemberPrefix | ( |  | ) |  | 
      
 
Get the class member prefix 
- Returns
- value 
 
 
◆ getDocToolTag()
      
        
          | QString CPPCodeGenerationForm::getDocToolTag | ( |  | ) |  | 
      
 
Get the display state of the related option 
- Returns
- the state of the flag 
 
 
◆ getGenerateAccessorMethods()
      
        
          | bool CPPCodeGenerationForm::getGenerateAccessorMethods | ( |  | ) |  | 
      
 
Get the display state of option "Generate Accessor Methods". 
- Returns
- the state of the flag 
 
 
◆ getGenerateEmptyConstructors()
      
        
          | bool CPPCodeGenerationForm::getGenerateEmptyConstructors | ( |  | ) |  | 
      
 
Get the display state of option "Generate Empty Constructors". 
- Returns
- the state of the flag 
 
 
◆ getGenerateMakefileDocument()
      
        
          | bool CPPCodeGenerationForm::getGenerateMakefileDocument | ( |  | ) |  | 
      
 
 
◆ getGettersWithGetPrefix()
      
        
          | bool CPPCodeGenerationForm::getGettersWithGetPrefix | ( |  | ) |  | 
      
 
Get the display state of the related option 
- Returns
- the state of the flag 
 
 
◆ getOperationsAreInline()
      
        
          | bool CPPCodeGenerationForm::getOperationsAreInline | ( |  | ) |  | 
      
 
Get the display state of option "Operations Are Inline". 
- Returns
- the state of the flag 
 
 
◆ getPackageIsANamespace()
      
        
          | bool CPPCodeGenerationForm::getPackageIsANamespace | ( |  | ) |  | 
      
 
Get the display state of option "Package Is Namespace". 
- Returns
- the state of the flag 
 
 
◆ getRemovePrefixFromAccessorMethodName()
      
        
          | bool CPPCodeGenerationForm::getRemovePrefixFromAccessorMethodName | ( |  | ) |  | 
      
 
Get the display state of the related option 
- Returns
- the state of the flag 
 
 
◆ getVirtualDestructors()
      
        
          | bool CPPCodeGenerationForm::getVirtualDestructors | ( |  | ) |  | 
      
 
Get the display state of option "Virtual Destructors". 
- Returns
- the state of the flag 
 
 
◆ setAccessorMethodsStartWithUpperCase()
      
        
          | void CPPCodeGenerationForm::setAccessorMethodsStartWithUpperCase | ( | bool | bFlag | ) |  | 
      
 
Set the display state of the related checkbox 
- Parameters
- 
  
  
 
 
◆ setAccessorsAreInline()
      
        
          | void CPPCodeGenerationForm::setAccessorsAreInline | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Accessors Are Inline". 
- Parameters
- 
  
  
 
 
◆ setAccessorsArePublic()
      
        
          | void CPPCodeGenerationForm::setAccessorsArePublic | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Accessors Are Public". 
- Parameters
- 
  
  
 
 
◆ setClassMemberPrefix()
      
        
          | void CPPCodeGenerationForm::setClassMemberPrefix | ( | const QString & | value | ) |  | 
      
 
Set the class member prefix 
- Parameters
- 
  
  
 
 
◆ setDocToolTag()
      
        
          | void CPPCodeGenerationForm::setDocToolTag | ( | const QString & | value | ) |  | 
      
 
Set the doc display state of option "Doc Tool Tag". 
- Parameters
- 
  
    | value | the value of the tag |  
 
 
 
◆ setGenerateAccessorMethods()
      
        
          | void CPPCodeGenerationForm::setGenerateAccessorMethods | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Generate Accessor Methods". 
- Parameters
- 
  
  
 
 
◆ setGenerateEmptyConstructors()
      
        
          | void CPPCodeGenerationForm::setGenerateEmptyConstructors | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Generate Empty Constructors". 
- Parameters
- 
  
  
 
 
◆ setGenerateMakefileDocument()
      
        
          | void CPPCodeGenerationForm::setGenerateMakefileDocument | ( | bool | bFlag = true | ) |  | 
      
 
 
◆ setGetterWithoutGetPrefix()
      
        
          | void CPPCodeGenerationForm::setGetterWithoutGetPrefix | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of the related checkbox 
- Parameters
- 
  
  
 
 
◆ setOperationsAreInline()
      
        
          | void CPPCodeGenerationForm::setOperationsAreInline | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Operations Are Inline". 
- Parameters
- 
  
  
 
 
◆ setPackageIsANamespace()
      
        
          | void CPPCodeGenerationForm::setPackageIsANamespace | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Package Is Namespace". 
- Parameters
- 
  
  
 
 
◆ setRemovePrefixFromAccessorMethodName()
      
        
          | void CPPCodeGenerationForm::setRemovePrefixFromAccessorMethodName | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of the related checkbox 
- Parameters
- 
  
  
 
 
◆ setVirtualDestructors()
      
        
          | void CPPCodeGenerationForm::setVirtualDestructors | ( | bool | bFlag = true | ) |  | 
      
 
Set the display state of option "Virtual Destructors". 
- Parameters
- 
  
  
 
 
◆ toCheckState()
  
  | 
        
          | Qt::CheckState CPPCodeGenerationForm::toCheckState | ( | bool | value | ) |  |  | staticprivate | 
 
Conversion utility (static) from bool to Qt::CheckState. 
- Parameters
- 
  
    | value | the value to be converted |  
 
- Returns
- the check state 
 
 
◆ CPPCodeGenerationPolicyPage
◆ m_optionAccessorMethodsStartWithUpperCase
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorMethodsStartWithUpperCase |  | private | 
 
 
◆ m_optionAccessorsAreInline
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorsAreInline |  | private | 
 
 
◆ m_optionAccessorsArePublic
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorsArePublic |  | private | 
 
 
◆ m_optionDocToolTag
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionDocToolTag |  | private | 
 
 
◆ m_optionGenerateAccessorMethods
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionGenerateAccessorMethods |  | private | 
 
 
◆ m_optionGenerateEmptyConstructors
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionGenerateEmptyConstructors |  | private | 
 
 
◆ m_optionGetterWithGetPrefix
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionGetterWithGetPrefix |  | private | 
 
 
◆ m_optionOperationsAreInline
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionOperationsAreInline |  | private | 
 
 
◆ m_optionPackageIsANamespace
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionPackageIsANamespace |  | private | 
 
 
◆ m_optionRemovePrefixFromAccessorMethodName
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionRemovePrefixFromAccessorMethodName |  | private | 
 
 
◆ m_optionVirtualDestructors
  
  | 
        
          | QListWidgetItem* CPPCodeGenerationForm::m_optionVirtualDestructors |  | private | 
 
 
The documentation for this class was generated from the following files: