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

SizableStaticText* OglGui::ColumnHeaders::Header ( strconst  str  )  [inline]

Definition at line 64 of file ColumnHeaders.h.

References Header(), and mHeaders.

00065     {
00066         for (int i=0; i<mHeaders.size(); i++)
00067             if (mHeaders[i]->GetText() == str)
00068                 return Header(i);
00069         return 0;
00070     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:00:15 2010 for ImpalaSrc by  doxygen 1.5.1