Blender V4.3
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
9#pragma once
10
11#include "BLI_bitmap.h"
12#include "DNA_listBase.h"
13#include "RNA_types.hh"
14
15struct ARegionType;
16struct ID;
17struct SpaceProperties;
18struct Tex;
19struct bContext;
21struct bNode;
22struct bNodeSocket;
23struct bNodeTree;
24struct wmOperatorType;
25
35
36/* context data */
37
44
63
72
73/* internal exports only */
74
75/* `buttons_context.cc` */
76
78int buttons_context(const bContext *C, const char *member, bContextDataResult *result);
81
82extern "C" const char *buttons_context_dir[]; /* doc access */
83
84/* `buttons_texture.cc` */
85
87
88/* `buttons_ops.cc` */
89
unsigned int BLI_bitmap
Definition BLI_bitmap.h:17
These structs are the foundation for all linked lists in the library system.
#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:413
BLI_bitmap * tab_search_results
char search_string[UI_MAX_NAME_STR]
wmOperatorType * ot
Definition wm_files.cc:4125