Definition at line 88 of file DropDownWindow.h. References HandleLayoutChange(), mIsDropped, mPlusMinText, and OglGui::StaticText::SetText(). Referenced by Impala::Visualization::GUI::ConceptTreeBrowser::Init(), Init(), Impala::Application::SDash::CameraEventListPane::Init(), Impala::Visualization::PropertyHolder::PropertyHolder(), OglGui::CheckBoxValueBars::SelectorPopUpAtCheckBox(), Impala::Visualization::DropDownList::StringSelectionEvent(), Impala::Visualization::DropDownList::WindowMouseEvent(), and WindowMouseEvent(). 00089 { 00090 mIsDropped = mode; 00091 if (mPlusMinText) 00092 mPlusMinText->SetText(mIsDropped ? "-" : "+"); 00093 HandleLayoutChange(); 00094 }
Here is the call graph for this function: ![]()
|