|
IDAPython 8.4
|
Classes | |
| class | strwinsetup_t |
| Proxy of C++ strwinsetup_t class. More... | |
| class | string_info_t |
| Proxy of C++ string_info_t class. More... | |
Namespaces | |
| namespace | ida_strlist |
Functions | |
| "strwinsetup_t const *" | get_strlist_options (*args) |
| get_strlist_options() -> strwinsetup_t Get the static string list options. | |
| "void" | build_strlist (*args) |
| build_strlist() Rebuild the string list. | |
| "void" | clear_strlist (*args) |
| clear_strlist() Clear the string list. | |
| "size_t" | get_strlist_qty (*args) |
| get_strlist_qty() -> size_t Get number of elements in the string list. | |
| "bool" | get_strlist_item (*args) |
| get_strlist_item(si, n) -> bool Get nth element of the string list (n=0..get_strlist_qty()-1) | |