|
Blender V4.5
|
Enumerations | |
| enum class | MatchStringOperation : int8_t { StartsWith , EndsWith , Contains } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static const mf::MultiFunction * | get_multi_function (const bNode &bnode) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
Variables | |
| const EnumPropertyItem | rna_enum_node_match_string_items [] |
|
strong |
| Enumerator | |
|---|---|
| StartsWith | |
| EndsWith | |
| Contains | |
Definition at line 19 of file node_fn_match_string.cc.
|
static |
Definition at line 58 of file node_fn_match_string.cc.
References b, BLI_assert_unreachable, Contains, bNode::custom1, EndsWith, blender::StringRefBase::endswith(), blender::StringRefBase::find(), blender::StringRefBase::not_found, StartsWith, and blender::StringRefBase::startswith().
Referenced by node_build_multi_function().
|
static |
Definition at line 95 of file node_fn_match_string.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 40 of file node_fn_match_string.cc.
References b, and blender::nodes::SocketDeclaration::description.
Referenced by node_register().
|
static |
Definition at line 101 of file node_fn_match_string.cc.
References IFACE_, params, rna_enum_node_match_string_items, SOCK_IN, and SOCK_STRING.
Referenced by node_register().
Definition at line 53 of file node_fn_match_string.cc.
References bNode::custom1, and StartsWith.
Referenced by node_register().
|
static |
Definition at line 131 of file node_fn_match_string.cc.
References BLI_strncpy_utf8(), bNode::custom1, IFACE_, RNA_enum_name(), and rna_enum_node_match_string_items.
Referenced by node_register().
|
static |
Definition at line 48 of file node_fn_match_string.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 155 of file node_fn_match_string.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_init(), node_label(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 144 of file node_fn_match_string.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_node_match_string_items, and StartsWith.
Referenced by node_register().
| const EnumPropertyItem blender::nodes::node_fn_match_string_cc::rna_enum_node_match_string_items[] |
Definition at line 21 of file node_fn_match_string.cc.
Referenced by node_gather_link_searches(), node_label(), and node_rna().