Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtranslator_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/private/qglobal_p.h>
+ Include dependency graph for qtranslator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  Q_EQ = 0x01 , Q_LT = 0x02 , Q_LEQ = 0x03 , Q_BETWEEN = 0x04 ,
  Q_NOT = 0x08 , Q_MOD_10 = 0x10 , Q_MOD_100 = 0x20 , Q_LEAD_1000 = 0x40 ,
  Q_AND = 0xFD , Q_OR = 0xFE , Q_NEWRULE = 0xFF , Q_OP_MASK = 0x07 ,
  Q_NEQ = Q_NOT | Q_EQ , Q_GT = Q_NOT | Q_LEQ , Q_GEQ = Q_NOT | Q_LT , Q_NOT_BETWEEN = Q_NOT | Q_BETWEEN
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Q_EQ 
Q_LT 
Q_LEQ 
Q_BETWEEN 
Q_NOT 
Q_MOD_10 
Q_MOD_100 
Q_LEAD_1000 
Q_AND 
Q_OR 
Q_NEWRULE 
Q_OP_MASK 
Q_NEQ 
Q_GT 
Q_GEQ 
Q_NOT_BETWEEN 

Definition at line 20 of file qtranslator_p.h.