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

void Impala::Application::VideoExcel::VideoExcelNode::DropDown ( bool  mode = true  )  [inline]

Definition at line 78 of file VideoExcelNode.h.

References HandleLayoutChange(), mIsDropped, and mPlusMinText.

00079     {
00080         mIsDropped = mode;
00081         if (mPlusMinText)
00082             mPlusMinText->SetText(mIsDropped ? "-" : "+");
00083         HandleLayoutChange();
00084     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:36 2011 for ImpalaSrc by  doxygen 1.5.1