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

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

Definition at line 70 of file TableWindow.h.

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

Referenced by AddColumnFromDescription().

00071     {
00072         if (insertAt==-1 || insertAt>mColumns.size()-1)
00073             mColumns.push_back(col);
00074         else
00075             mColumns.insert(mColumns.begin()+insertAt+1,col);
00076         col->SetAllowReposition(false);
00077     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:50 2011 for ImpalaSrc by  doxygen 1.5.1