MCPcopy Create free account
hub / github.com/MyGUI/mygui / getProgressStartPoint

Method getProgressStartPoint

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:481–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 }
480
481 Align MemberObsolete<ProgressBar>::getProgressStartPoint() const
482 {
483 if (static_cast<const ProgressBar*>(this)->getFlowDirection() == FlowDirection::RightToLeft)
484 return Align::Right;
485 if (static_cast<const ProgressBar*>(this)->getFlowDirection() == FlowDirection::TopToBottom)
486 return Align::Top;
487 if (static_cast<const ProgressBar*>(this)->getFlowDirection() == FlowDirection::BottomToTop)
488 return Align::Bottom;
489
490 return Align::Left;
491 }
492
493
494 void MemberObsolete<ScrollView>::showVScroll(bool _visible)

Callers

nothing calls this directly

Calls 1

getFlowDirectionMethod · 0.45

Tested by

no test coverage detected