Reimplemented from OglGui::WindowListener. Reimplemented in Impala::Visualization::DropDownList. Definition at line 109 of file DropDownWindow.h. References DropDown(), mIsDropped, and mPlusMinText. 00111 { 00112 if (but==oglLeftButton) 00113 { 00114 if ((src == mPlusMinText && msg == oglMouseDown)) 00115 DropDown(!mIsDropped); 00116 else if(src != mPlusMinText && msg == oglMouseDblClick) 00117 DropDown(!mIsDropped); 00118 } 00119 }
Here is the call graph for this function: ![]()
|