Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:53:26 2010 for ImpalaSrc by  doxygen 1.5.1