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

Impala::Application::VideoExcel::TableColumn::TableColumn ( Window parent,
TableDataSource source,
CString  name,
int  width = 120 
) [inline]

Definition at line 33 of file TableColumn.h.

References OglGui::B2B, OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::H(), OglGui::OglWindow::Init(), and OglGui::T2T.

00034                                              :
00035         Window(parent, width, parent->H())
00036     {
00037         ConnectTo(parent, OglGui::T2T | OglGui::B2B);
00038         Init(name, parent, source, width, parent->H());
00039     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:36 2010 for ImpalaSrc by  doxygen 1.5.1