Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:06:50 2010 for ImpalaSrc by  doxygen 1.5.1