Definition at line 86 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(). 00087 { 00088 mIsDropped = mode; 00089 if (mPlusMinText) 00090 mPlusMinText->SetText(mIsDropped ? "-" : "+"); 00091 HandleLayoutChange(); 00092 }
Here is the call graph for this function:
|