Blender V4.5
buttons_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "BLI_bitmap.h"
12#include "DNA_listBase.h"
13#include "RNA_types.hh"
14#include "UI_interface.hh"
15
16struct ARegionType;
17struct ID;
18struct SpaceProperties;
19struct Tex;
20struct bContext;
22struct bNode;
23struct bNodeSocket;
24struct bNodeTree;
25struct wmOperatorType;
26
36
37/* context data */
38
45
64
73
74/* internal exports only */
75
76/* `buttons_context.cc` */
77
79int buttons_context(const bContext *C, const char *member, bContextDataResult *result);
82
83extern "C" const char *buttons_context_dir[]; /* doc access */
84
85/* `buttons_texture.cc` */
86
88
89/* `buttons_ops.cc` */
90
unsigned int BLI_bitmap
Definition BLI_bitmap.h:13
These structs are the foundation for all linked lists in the library system.
#define C
Definition RandGen.cpp:29
#define UI_MAX_NAME_STR
const char * buttons_context_dir[]
int buttons_context(const bContext *C, const char *member, bContextDataResult *result)
void buttons_context_compute(const bContext *C, SpaceProperties *sbuts)
void buttons_context_register(ARegionType *art)
void BUTTONS_OT_toggle_pin(wmOperatorType *ot)
void BUTTONS_OT_context_menu(wmOperatorType *ot)
void BUTTONS_OT_directory_browse(wmOperatorType *ot)
void BUTTONS_OT_clear_filter(wmOperatorType *ot)
void buttons_texture_context_compute(const bContext *C, SpaceProperties *sbuts)
void BUTTONS_OT_file_browse(wmOperatorType *ot)
ID * buttons_context_id_path(const bContext *C)
void BUTTONS_OT_start_filter(wmOperatorType *ot)
PointerRNA ptr[8]
struct ButsTextureUser * user
const char * category
ButsTextureUser * prev
ButsTextureUser * next
bNodeTree * ntree
const char * name
bNodeSocket * socket
PropertyRNA * prop
Definition DNA_ID.h:404
BLI_bitmap * tab_search_results
char search_string[UI_MAX_NAME_STR]
wmOperatorType * ot
Definition wm_files.cc:4225