|
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(), get_multi_function(), blender::StringRefBase::not_found, StartsWith, and blender::StringRefBase::startswith().
Referenced by get_multi_function(), and node_build_multi_function().
|
static |
Definition at line 95 of file node_fn_match_string.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), node_build_multi_function(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_build_multi_function(), and node_register().
|
static |
Definition at line 40 of file node_fn_match_string.cc.
References b, blender::nodes::SocketDeclaration::description, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 101 of file node_fn_match_string.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), blender::nodes::LinkSearchOpParams::add_node(), EnumPropertyItem::identifier, IFACE_, blender::nodes::GatherLinkSearchOpParams::in_out(), node_gather_link_searches(), blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::GatherLinkSearchOpParams::other_socket(), rna_enum_node_match_string_items, SOCK_IN, SOCK_STRING, bNodeSocket::type, bNodeTree::typeinfo, and blender::nodes::LinkSearchOpParams::update_and_connect_available_socket().
Referenced by node_gather_link_searches(), and node_register().
Definition at line 53 of file node_fn_match_string.cc.
References bNode::custom1, node_init(), and StartsWith.
Referenced by node_init(), and node_register().
|
static |
Definition at line 131 of file node_fn_match_string.cc.
References BLI_strncpy_utf8(), bNode::custom1, IFACE_, node_label(), RNA_enum_name(), and rna_enum_node_match_string_items.
Referenced by node_label(), and node_register().
|
static |
Definition at line 48 of file node_fn_match_string.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and 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(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 144 of file node_fn_match_string.cc.
References NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), rna_enum_node_match_string_items, and StartsWith.
Referenced by node_register(), and node_rna().
| 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().