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

Impala::Application::MediaTable::TableWindowColumn::TableWindowColumn ( Window parent,
ColumnListener l,
TableDataView source,
CString  name,
int  width = 120 
) [inline]

Definition at line 50 of file TableWindowColumn.h.

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

00051                                              :
00052         SizableWindow(parent, width, parent->H())
00053     {
00054         ConnectTo(parent, OglGui::T2T | OglGui::B2B);
00055         Init(name, parent, l, source, width, parent->H());
00056     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:27 2010 for ImpalaSrc by  doxygen 1.5.1