Go to the source code of this file.
◆ SF_BACKGROUND
      
        
          | #define SF_BACKGROUND   (1 << 10) | 
      
 
 
◆ SF_CHILD
      
        
          | #define SF_CHILD   (1 << 1) | 
      
 
 
◆ SF_CONNECTOR
      
        
          | #define SF_CONNECTOR   (1 << 8) | 
      
 
 
◆ SF_DELETED
      
        
          | #define SF_DELETED   (1 << 3) | 
      
 
 
◆ SF_FLIP_H
      
        
          | #define SF_FLIP_H   (1 << 6) | 
      
 
 
◆ SF_FLIP_V
      
        
          | #define SF_FLIP_V   (1 << 7) | 
      
 
 
◆ SF_GROUP
      
        
          | #define SF_GROUP   (1 << 0) | 
      
 
 
◆ SF_HAVE_ANCHOR
      
        
          | #define SF_HAVE_ANCHOR   (1 << 9) | 
      
 
 
◆ SF_HAVE_MASTER
      
        
          | #define SF_HAVE_MASTER   (1 << 5) | 
      
 
 
◆ SF_HAVE_SPT
      
        
          | #define SF_HAVE_SPT   (1 << 11) | 
      
 
 
◆ SF_OLE_SHAPE
      
        
          | #define SF_OLE_SHAPE   (1 << 4) | 
      
 
 
◆ SF_PATRIARCH
      
        
          | #define SF_PATRIARCH   (1 << 2) |