Blender V4.3
interface_template_search_operator.cc File Reference
#include <cstring>
#include <fmt/format.h>
#include "DNA_object_types.h"
#include "DNA_texture_types.h"
#include "BLI_array.hh"
#include "BLI_ghash.h"
#include "BLI_math_vector_types.hh"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BLT_translation.hh"
#include "BKE_global.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "UI_interface.hh"
#include "interface_intern.hh"

Go to the source code of this file.

Functions

Operator Search Template Implementation
static void operator_search_exec_fn (bContext *C, void *, void *arg2)
 
static void operator_search_update_fn (const bContext *C, void *, const char *str, uiSearchItems *items, const bool)
 
Operator Search Template API
void UI_but_func_operator_search (uiBut *but)
 
void uiTemplateOperatorSearch (uiLayout *layout)
 

Detailed Description

Search available operators by scanning all and checking their poll function. accessed via the WM_OT_search_operator operator.

Definition in file interface_template_search_operator.cc.

Function Documentation

◆ operator_search_exec_fn()

static void operator_search_exec_fn ( bContext * C,
void * ,
void * arg2 )
static

◆ operator_search_update_fn()

◆ UI_but_func_operator_search()

◆ uiTemplateOperatorSearch()