Blender V5.0
tree_element_view_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
8
9#pragma once
10
11#include "tree_element.hh"
12
13struct Scene;
14
15namespace blender::ed::outliner {
16
18 /* Not needed right now, avoid unused member variable warning. */
19 // Scene &scene_;
20
21 public:
23};
24
25} // namespace blender::ed::outliner
#define final(a, b, c)
Definition BLI_hash.h:19
TreeElementViewCollectionBase(TreeElement &legacy_te, Scene &scene)