Definition at line 378 of file qdesigner_utils_p.h.
 
◆ PropertySheetKeySequenceValue() [1/2]
      
        
          | qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue  | 
          ( | 
          const QKeySequence &  | 
          value = {},  | 
        
        
           | 
           | 
          bool  | 
          translatable = true,  | 
        
        
           | 
           | 
          const QString &  | 
          disambiguation = "",  | 
        
        
           | 
           | 
          const QString &  | 
          comment = ""  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ PropertySheetKeySequenceValue() [2/2]
      
        
          | qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue  | 
          ( | 
          const QKeySequence::StandardKey &  | 
          standardKey,  | 
        
        
           | 
           | 
          bool  | 
          translatable = true,  | 
        
        
           | 
           | 
          const QString &  | 
          disambiguation = "",  | 
        
        
           | 
           | 
          const QString &  | 
          comment = ""  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ comment()
  
  
      
        
          | QString qdesigner_internal::PropertySheetTranslatableData::comment  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ disambiguation()
  
  
      
        
          | QString qdesigner_internal::PropertySheetTranslatableData::disambiguation  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ equals() [1/2]
◆ equals() [2/2]
◆ isStandardKey()
      
        
          | bool qdesigner_internal::PropertySheetKeySequenceValue::isStandardKey  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator!=()
Definition at line 387 of file qdesigner_utils_p.h.
  387 { 
return !
equals(other); }
 
bool equals(const PropertySheetKeySequenceValue &rhs) const
 
 
 
 
◆ operator==()
◆ setComment()
  
  
      
        
          | void qdesigner_internal::PropertySheetTranslatableData::setComment  | 
          ( | 
          const QString &  | 
          comment | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ setDisambiguation()
  
  
      
        
          | void qdesigner_internal::PropertySheetTranslatableData::setDisambiguation  | 
          ( | 
          const QString &  | 
          d | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ setStandardKey()
      
        
          | void qdesigner_internal::PropertySheetKeySequenceValue::setStandardKey  | 
          ( | 
          const QKeySequence::StandardKey &  | 
          standardKey | ) | 
           | 
        
      
 
 
◆ setTranslatable()
  
  
      
        
          | void qdesigner_internal::PropertySheetTranslatableData::setTranslatable  | 
          ( | 
          bool  | 
          translatable | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ setValue()
      
        
          | void qdesigner_internal::PropertySheetKeySequenceValue::setValue  | 
          ( | 
          const QKeySequence &  | 
          value | ) | 
           | 
        
      
 
 
◆ standardKey()
      
        
          | QKeySequence::StandardKey qdesigner_internal::PropertySheetKeySequenceValue::standardKey  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ translatable()
  
  
      
        
          | bool qdesigner_internal::PropertySheetTranslatableData::translatable  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ value()
      
        
          | QKeySequence qdesigner_internal::PropertySheetKeySequenceValue::value  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ m_comment
  
  
      
        
          | QString qdesigner_internal::PropertySheetTranslatableData::m_comment | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_disambiguation
  
  
      
        
          | QString qdesigner_internal::PropertySheetTranslatableData::m_disambiguation | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_standardKey
  
  
      
        
          | QKeySequence::StandardKey qdesigner_internal::PropertySheetKeySequenceValue::m_standardKey | 
         
       
   | 
  
private   | 
  
 
 
◆ m_translatable
  
  
      
        
          | bool qdesigner_internal::PropertySheetTranslatableData::m_translatable | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_value
  
  
      
        
          | QKeySequence qdesigner_internal::PropertySheetKeySequenceValue::m_value | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: