Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:21 2011 for ImpalaSrc by  doxygen 1.5.1