Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:41 2011 for ImpalaSrc by  doxygen 1.5.1