Go to the documentation of this file.
   25 #ifndef __SYNFIG_EDITMODE_H 
   26 #define __SYNFIG_EDITMODE_H 
   56 { 
return static_cast<EditMode>(int(lhs)|int(rhs)); }
 
   61 { 
return static_cast<EditMode>(int(lhs)&~int(rhs)); }
 
   65 { *
reinterpret_cast<int*
>(&lhs)|=
int(rhs); 
return lhs; }
 
   72 { 
return static_cast<EditMode>(int(lhs)&int(rhs)); }