Blender V4.3
tree_element_collection.cc
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#include "DNA_listBase.h"
10#include "DNA_outliner_types.h"
11#include "DNA_scene_types.h"
12
13#include "BLT_translation.hh"
14
15#include "../outliner_intern.hh"
16
18
19namespace blender::ed::outliner {
20
22 : AbstractTreeElement(legacy_te), scene_(scene)
23{
25 legacy_te.name = IFACE_("Scene Collection");
26}
27
32
33} // namespace blender::ed::outliner
#define BLI_assert(a)
Definition BLI_assert.h:50
#define IFACE_(msgid)
These structs are the foundation for all linked lists in the library system.
@ TSE_SCENE_COLLECTION_BASE
TreeElementCollectionBase(TreeElement &legacy_te, Scene &scene)
TreeElement * outliner_add_collection_recursive(SpaceOutliner *space_outliner, Collection *collection, TreeElement *ten)
struct Collection * master_collection