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

SizableStaticText* OglGui::ColumnHeaders::Header ( int  idx  )  [inline]

Definition at line 57 of file ColumnHeaders.h.

References mHeaders.

Referenced by OglGui::StringListBox::DisplayFunc(), OglGui::Columns::Header(), and Header().

00058     {
00059         if (idx<0 || idx>mHeaders.size()-1)
00060             return 0;
00061         return mHeaders[idx];
00062     }


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