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

virtual void OglGui::AlertTimeLine::GenerateAlertListener::ButtonSelectionEvent ( Button src,
void *  userData 
) [inline, private, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 53 of file AlertTimeLine.h.

References OglGui::AlertTimeLine::AddAlert(), and OglGui::OglWindow::GetBorderBackground().

00054         {
00055             AlertTimeLine* timeLine = (AlertTimeLine*) userData;
00056             ULONG          col = src->GetBorderBackground();
00057             int            id = ABSRND(12);
00058             timeLine->AddAlert(id, col, (void*)id);
00059         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:05 2011 for ImpalaSrc by  doxygen 1.5.1