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

void Impala::Application::MediaTable::TableWindow::AddColumn ( TableWindowColumn col,
int  insertAt = -1 
) [inline, private]

Definition at line 80 of file TableWindow.h.

References mColumns, and OglGui::Window::SetAllowReposition().

Referenced by AddColumnFromDescription().

00081     {
00082         if (insertAt==-1 || insertAt>mColumns.size()-1)
00083             mColumns.push_back(col);
00084         else
00085             mColumns.insert(mColumns.begin()+insertAt+1,col);
00086         col->SetAllowReposition(false);
00087     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:46:48 2010 for ImpalaSrc by  doxygen 1.5.1