OrgTreeLayout Object Management */ ----------------------------------------
| 196 | |
| 197 | /* OrgTreeLayout Object Management *///---------------------------------------- |
| 198 | OrgTreeLayout::OrgTreeLayout(QObject* parent) noexcept : |
| 199 | QObject{parent} |
| 200 | { |
| 201 | } |
| 202 | OrgTreeLayout::~OrgTreeLayout() { } |
| 203 | |
| 204 | bool OrgTreeLayout::setLayoutOrientation(OrgTreeLayout::LayoutOrientation layoutOrientation) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected