Blender
V3.3
|
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "text_intern.h"
Go to the source code of this file.
Functions | |
static ARegion * | text_has_properties_region (ScrArea *area) |
static bool | text_properties_poll (bContext *C) |
static int | text_text_search_exec (bContext *C, wmOperator *UNUSED(op)) |
void | TEXT_OT_start_find (wmOperatorType *ot) |
Definition at line 29 of file text_header.c.
References ARegion::alignment, blender::compositor::area(), BKE_area_find_region_type(), BLI_insertlinkafter(), ARegion::flag, MEM_callocN, NULL, ARegion::regiontype, RGN_ALIGN_LEFT, RGN_FLAG_HIDDEN, RGN_TYPE_HEADER, and RGN_TYPE_UI.
Referenced by text_text_search_exec().
void TEXT_OT_start_find | ( | wmOperatorType * | ot | ) |
Definition at line 84 of file text_header.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, text_properties_poll(), and text_text_search_exec().
Referenced by text_operatortypes().
Definition at line 57 of file text_header.c.
References C, CTX_wm_space_text(), and NULL.
Referenced by TEXT_OT_start_find().
|
static |
Definition at line 62 of file text_header.c.
References blender::compositor::area(), C, CTX_wm_area(), CTX_wm_space_text(), ED_region_tag_redraw(), ED_region_toggle_hidden(), ARegion::flag, OPERATOR_FINISHED, RGN_FLAG_HIDDEN, usdtokens::st(), ST_FIND_ACTIVATE, text_has_properties_region(), and UI_panel_category_active_set().
Referenced by TEXT_OT_start_find().