[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: