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