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

virtual void Impala::Application::IDash::ScreenBase::SetAppControlDoc ( AppControlDoc a,
int  appControlID 
) [inline, virtual]

Definition at line 108 of file ScreenBase.h.

References Impala::Visualization::AppControlDoc::AddDocListener(), mAppControlDoc, and mAppControlID.

Referenced by Impala::Application::IDash::IDash::BuildGUI().

00109     {
00110         mAppControlDoc = a;
00111         mAppControlID = appControlID;
00112         a->AddDocListener(this);
00113     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:51 2011 for ImpalaSrc by  doxygen 1.5.1