|
Blender V5.0
|
#include "DNA_windowmanager_types.h"#include "BLI_listbase.h"#include "BLI_string_utf8.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 wmOperatorStatus | text_text_search_exec (bContext *C, wmOperator *) |
| void | TEXT_OT_start_find (wmOperatorType *ot) |
Definition at line 31 of file text_header.cc.
References ARegion::alignment, BKE_area_find_region_type(), BKE_area_region_new(), BLI_insertlinkafter(), ARegion::flag, ScrArea::regionbase, 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 109 of file text_header.cc.
References ot, text_properties_poll(), and text_text_search_exec().
Referenced by text_operatortypes().
|
static |
Definition at line 59 of file text_header.cc.
References C, and CTX_wm_space_text().
Referenced by TEXT_OT_start_find().
|
static |
Definition at line 64 of file text_header.cc.
References BLI_strncpy_utf8(), C, CTX_wm_area(), CTX_wm_region(), CTX_wm_space_text(), Text::curc, Text::curl, ED_region_do_draw(), ED_region_do_layout(), ED_region_tag_redraw(), ED_region_toggle_hidden(), SpaceText::findstr, ARegion::flag, TextLine::line, OPERATOR_FINISHED, ARegion::regiontype, RGN_FLAG_HIDDEN, RGN_TYPE_WINDOW, Text::selc, Text::sell, 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().