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

void Impala::Application::VideoExcel::SelectionCollectionItem::SetHighlighted ( bool  highLight  )  [inline]

Definition at line 60 of file SelectionCollectionItem.h.

References OglGui::OglWindow::SetBorderFillShaded(), and OglGui::OglWindow::SetBorderType().

00061     {
00062         SetBorderFillShaded(highLight ? DEEP_SHADE_UP : DEEP_SHADE_DOWN);
00063         SetBorderType(highLight ? BEV_LINE : BEV_INVISIBLE);
00064     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:40 2011 for ImpalaSrc by  doxygen 1.5.1