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

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

Definition at line 64 of file VisualizationModule.h.

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

00064                                                                                    {
00065                 mConfigWindow  = grp->GetParent();
00066                 (new OglGui::Button(grp, grp->W()-4, 26, GetName(), BEV_ETCHED))->SetButtonListener(this);
00067                 return true;
00068         }

Here is the call graph for this function:


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