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

void OglGui::ViewerPointCloud::TagBorderColorOnOff ( ULONG  col,
int  onTag,
int  offTag 
) [inline]

Definition at line 179 of file ViewerPointCloud.h.

References OglGui::OglWindow::mOglWnd.

Referenced by OglGui::ConceptSupportControl::CommandButtonSelection().

00180     {
00181         LIST   *obj, *objList = mOglWnd->objectList;
00182         ForAllElements(obj, objList)
00183         {
00184             OGLVIEW*    view = (OGLVIEW*) obj->info;
00185             if (view->borderCol == col)
00186             {
00187                 viewSys.SetTagsTo(view, onTag, true);
00188                 viewSys.SetTagsTo(view, offTag, false);
00189             }
00190         }
00191     }


Generated on Fri Mar 19 12:10:00 2010 for ImpalaSrc by  doxygen 1.5.1