Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::StringColumns::ToggleOptionsBit ( unsigned char &  options,
int  bit 
) [inline, protected]

Definition at line 244 of file StringColumns.h.

Referenced by MouseFunc().

00245     {
00246         options = (options&bit) ? (options & ~bit) : (options | bit);
00247     }


Generated on Thu Jan 13 09:26:58 2011 for ImpalaSrc by  doxygen 1.5.1