MCPcopy Create free account
hub / github.com/cneben/QuickQanava / OrgTreeLayout

Method OrgTreeLayout

src/qanTreeLayouts.cpp:198–201  ·  view source on GitHub ↗

OrgTreeLayout Object Management */ ----------------------------------------

Source from the content-addressed store, hash-verified

196
197/* OrgTreeLayout Object Management *///----------------------------------------
198OrgTreeLayout::OrgTreeLayout(QObject* parent) noexcept :
199 QObject{parent}
200{
201}
202OrgTreeLayout::~OrgTreeLayout() { }
203
204bool OrgTreeLayout::setLayoutOrientation(OrgTreeLayout::LayoutOrientation layoutOrientation) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected