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

virtual void Impala::Application::MediaTable::TableWindowColumn::CheckBoxEvent ( CheckBox src,
bool  checked,
void *  userData 
) [inline, private, virtual]

Reimplemented from OglGui::CheckBoxListener.

Definition at line 389 of file TableWindowColumn.h.

References mFilterAscButton, mFilterTextField, and TextFieldChangedEvent().

00390     {
00391                 if (src == mFilterAscButton)
00392                         TextFieldChangedEvent(mFilterTextField, 0);
00393     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:34 2010 for ImpalaSrc by  doxygen 1.5.1