|
str | x0 = property(_ida_kernwin.chooser_base_t_x0_get) |
|
str | y0 = property(_ida_kernwin.chooser_base_t_y0_get) |
|
str | x1 = property(_ida_kernwin.chooser_base_t_x1_get) |
|
str | y1 = property(_ida_kernwin.chooser_base_t_y1_get) |
|
str | width = property(_ida_kernwin.chooser_base_t_width_get) |
|
str | height = property(_ida_kernwin.chooser_base_t_height_get) |
|
str | title = property(_ida_kernwin.chooser_base_t_title_get) |
|
str | columns = property(_ida_kernwin.chooser_base_t_columns_get) |
|
str | widths = property(_ida_kernwin.chooser_base_t_widths_get) |
|
str | header |
|
str | icon = property(_ida_kernwin.chooser_base_t_icon_get) |
|
| POPUP_INS = _ida_kernwin.chooser_base_t_POPUP_INS |
|
| POPUP_DEL = _ida_kernwin.chooser_base_t_POPUP_DEL |
|
| POPUP_EDIT = _ida_kernwin.chooser_base_t_POPUP_EDIT |
|
| POPUP_REFRESH = _ida_kernwin.chooser_base_t_POPUP_REFRESH |
|
| NSTDPOPUPS = _ida_kernwin.chooser_base_t_NSTDPOPUPS |
|
str | popup_names |
|
str | deflt_col = property(_ida_kernwin.chooser_base_t_deflt_col_get) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
◆ ask_item_attrs()
bool ask_item_attrs |
( |
| self | ) |
|
should chooser generate ui_get_chooser_item_attrs events?
◆ can_del()
◆ can_edit()
◆ can_filter()
◆ can_ins()
◆ can_refresh()
◆ can_sort()
◆ get_builtin_number()
'uint' get_builtin_number |
( |
| self | ) |
|
get number of the built-in chooser
◆ get_count()
'size_t' get_count |
( |
| self | ) |
|
get the number of elements in the chooser
◆ get_ea()
get the address of an element. When this function returns valid addresses: * If any column has the `CHCOL_FNAME` flag, rows will be colored according to the attributes of the functions who own those addresses (extern, library function, Lumina, ... - similar to what the "Functions" widget does) * When a selection is present and the user presses `<Enter>` (`<Shift+Enter>` if the chooser is modal), IDA will jump to that address (through jumpto())
@returns the effective address, BADADDR if the element has no address
◆ get_quick_filter_initial_mode()
int get_quick_filter_initial_mode |
( |
| self | ) |
|
◆ get_row()
Get data & attributes for a row in a chooser.
@param n The row number
@return a tuple (list-of-strings, icon-id, row-attributes)
◆ has_diff_capability()
bool has_diff_capability |
( |
| self | ) |
|
◆ has_dirtree()
◆ has_inode_to_index()
bool has_inode_to_index |
( |
| self | ) |
|
◆ has_widget_lifecycle()
bool has_widget_lifecycle |
( |
| self | ) |
|
should chooser object be deleted when the widget gets destroyed?
◆ is_dirtree_persisted()
bool is_dirtree_persisted |
( |
| self | ) |
|
◆ is_force_default()
bool is_force_default |
( |
| self | ) |
|
should selection of the already opened non-modal chooser be changed?
◆ is_lazy_loaded()
bool is_lazy_loaded |
( |
| self | ) |
|
◆ is_modal()
◆ is_multi()
is multi-selection allowed?
◆ is_quick_filter_visible_initially()
bool is_quick_filter_visible_initially |
( |
| self | ) |
|
◆ is_same()
do the current and the given objects hold the same data?
◆ is_status_bar_hidden()
bool is_status_bar_hidden |
( |
| self | ) |
|
◆ popup_allowed()
bool popup_allowed |
( |
| self, |
|
|
int | stdact_idx ) |
is a standard action allowed?
◆ should_rename_trigger_edit()
bool should_rename_trigger_edit |
( |
| self | ) |
|
◆ should_restore_geometry()
bool should_restore_geometry |
( |
| self | ) |
|
◆ columns
str columns = property(_ida_kernwin.chooser_base_t_columns_get) |
|
static |
◆ deflt_col
str deflt_col = property(_ida_kernwin.chooser_base_t_deflt_col_get) |
|
static |
◆ header
Initial value:= property(_ida_kernwin.
chooser_base_t_header_get)
◆ height
str height = property(_ida_kernwin.chooser_base_t_height_get) |
|
static |
◆ icon
str icon = property(_ida_kernwin.chooser_base_t_icon_get) |
|
static |
◆ NSTDPOPUPS
NSTDPOPUPS = _ida_kernwin.chooser_base_t_NSTDPOPUPS |
|
static |
◆ POPUP_DEL
POPUP_DEL = _ida_kernwin.chooser_base_t_POPUP_DEL |
|
static |
◆ POPUP_EDIT
POPUP_EDIT = _ida_kernwin.chooser_base_t_POPUP_EDIT |
|
static |
◆ POPUP_INS
POPUP_INS = _ida_kernwin.chooser_base_t_POPUP_INS |
|
static |
◆ popup_names
Initial value:= property(_ida_kernwin
.chooser_base_t_popup_names_get)
◆ POPUP_REFRESH
POPUP_REFRESH = _ida_kernwin.chooser_base_t_POPUP_REFRESH |
|
static |
◆ title
str title = property(_ida_kernwin.chooser_base_t_title_get) |
|
static |
◆ width
str width = property(_ida_kernwin.chooser_base_t_width_get) |
|
static |
◆ widths
str widths = property(_ida_kernwin.chooser_base_t_widths_get) |
|
static |
◆ x0
str x0 = property(_ida_kernwin.chooser_base_t_x0_get) |
|
static |
◆ x1
str x1 = property(_ida_kernwin.chooser_base_t_x1_get) |
|
static |
◆ y0
str y0 = property(_ida_kernwin.chooser_base_t_y0_get) |
|
static |
◆ y1
str y1 = property(_ida_kernwin.chooser_base_t_y1_get) |
|
static |
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: