Blender V4.3
ED_asset_handle.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
15#pragma once
16
17#include "DNA_ID_enums.h"
18#include "DNA_asset_types.h"
19
20#include "RNA_types.hh"
21
22struct AssetHandle;
23namespace blender::asset_system {
24class AssetRepresentation;
25}
26
27namespace blender::ed::asset {
28
29asset_system::AssetRepresentation *handle_get_representation(const AssetHandle *asset);
32
33} // namespace blender::ed::asset
Enumerations for DNA_ID.h.
asset_system::AssetRepresentation * handle_get_representation(const AssetHandle *asset)
int handle_get_preview_or_type_icon_id(const AssetHandle *asset)
int handle_get_preview_icon_id(const AssetHandle *asset)