|
Blender V4.3
|
#include "DNA_windowmanager_types.h"#include "MEM_guardedalloc.h"#include "BLI_blenlib.h"#include "BKE_context.hh"#include "BKE_screen.hh"#include "DNA_text_types.h"#include "ED_screen.hh"#include "WM_types.hh"#include "UI_interface.hh"#include "text_intern.hh"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 *) |
| void | TEXT_OT_start_find (wmOperatorType *ot) |
Definition at line 32 of file text_header.cc.
References ARegion::alignment, BKE_area_find_region_type(), BLI_insertlinkafter(), ARegion::flag, MEM_callocN, 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 110 of file text_header.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, text_properties_poll(), and text_text_search_exec().
Referenced by text_operatortypes().
|
static |
Definition at line 60 of file text_header.cc.
References CTX_wm_space_text().
Referenced by TEXT_OT_start_find().
|
static |
Definition at line 65 of file text_header.cc.
References BLI_strncpy(), CTX_wm_area(), CTX_wm_region(), CTX_wm_space_text(), ED_region_do_draw(), ED_region_do_layout(), ED_region_tag_redraw(), ED_region_toggle_hidden(), SpaceText::findstr, OPERATOR_FINISHED, ARegion::regiontype, RGN_FLAG_HIDDEN, RGN_TYPE_WINDOW, ST_MAX_FIND_STR, STREQ, SpaceText::text, text_has_properties_region(), UI_panel_category_active_get(), UI_panel_category_active_set(), and UI_textbutton_activate_rna().
Referenced by TEXT_OT_start_find().