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

bool Impala::Application::MediaTable::TableDataSourceModule::ContributeToConfigurationWindow ( OglGui::Window wnd,
OglGui::Window grp 
) [inline]

Definition at line 42 of file TableDataSourceModule.h.

References Impala::Application::MediaTable::Module::GetName(), OglGui::Window::GetParent(), Impala::Application::MediaTable::ConfigWindowModule::mConfigWindow, and OglGui::OglWindow::W().

00042                                                                                    {
00043                 mConfigWindow  = grp->GetParent();
00044                 (new OglGui::Button(grp, grp->W()-4, 26, GetName(), BEV_ETCHED))->SetButtonListener(this);
00045                 return true;
00046         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:21 2011 for ImpalaSrc by  doxygen 1.5.1