Blender V4.3
tree_element_collection.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "tree_element.hh"
12
13namespace blender::ed::outliner {
14
16 Scene &scene_;
17
18 public:
20
21 void expand(SpaceOutliner &) const override;
22};
23
24} // namespace blender::ed::outliner
TreeElementCollectionBase(TreeElement &legacy_te, Scene &scene)