MCPcopy Create free account
hub / github.com/MITK/MITK / IsHorizontal

Method IsHorizontal

Plugins/org.blueberry.ui.qt/src/internal/berryLayoutPartSash.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool LayoutPartSash::IsHorizontal()
202{
203 return ((style & Constants::HORIZONTAL) == Constants::HORIZONTAL);
204}
205
206bool LayoutPartSash::IsVertical()
207{

Callers 1

MeasureTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected