IDAPython 9.0
Loading...
Searching...
No Matches
action_ctx_base_t Class Reference
Inheritance diagram for action_ctx_base_t:

Public Member Functions

 __init__ (self)
 
None reset (self)
 
bool has_flag (self, int flag)
 

Static Public Attributes

str widget
 
str widget_type
 
str widget_title
 
str chooser
 
str chooser_selection
 
str action
 
str cur_flags
 
str cur_ea
 
str cur_value
 
str cur_func
 
str cur_fchunk
 
str cur_seg
 
str cur_sel
 
str regname
 
str focus
 
str graph
 
str graph_selection
 
str hovered
 
str dirtree_selection
 
str type_ref
 
str cur_extracted_ea = cur_value
 
 form
 
 form_type
 
 form_title
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ has_flag()

bool has_flag ( self,
int flag )
Check if the given flag is set.

◆ reset()

None reset ( self)
Invalidate all context info.

Member Data Documentation

◆ action

str action
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_action_get, _ida_kernwin.action_ctx_base_t_action_set
)

◆ chooser

str chooser
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_chooser_get, _ida_kernwin.
action_ctx_base_t_chooser_set)

◆ chooser_selection

str chooser_selection
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_chooser_selection_get, _ida_kernwin.
action_ctx_base_t_chooser_selection_set)

◆ cur_ea

str cur_ea
static
Initial value:
= property(_ida_kernwin.action_ctx_base_t_cur_ea_get,
_ida_kernwin.action_ctx_base_t_cur_ea_set)

◆ cur_extracted_ea

str cur_extracted_ea = cur_value
static

◆ cur_fchunk

str cur_fchunk
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_fchunk_get, _ida_kernwin.
action_ctx_base_t_cur_fchunk_set)

◆ cur_flags

str cur_flags
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_flags_get, _ida_kernwin.
action_ctx_base_t_cur_flags_set)

◆ cur_func

str cur_func
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_func_get, _ida_kernwin.
action_ctx_base_t_cur_func_set)

◆ cur_seg

str cur_seg
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_seg_get, _ida_kernwin.
action_ctx_base_t_cur_seg_set)

◆ cur_sel

str cur_sel
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_sel_get, _ida_kernwin.
action_ctx_base_t_cur_sel_set)

◆ cur_value

str cur_value
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_cur_value_get, _ida_kernwin.
action_ctx_base_t_cur_value_set)

◆ dirtree_selection

str dirtree_selection
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_dirtree_selection_get, _ida_kernwin.
action_ctx_base_t_dirtree_selection_set)

◆ focus

str focus
static
Initial value:
= property(_ida_kernwin.action_ctx_base_t_focus_get,
_ida_kernwin.action_ctx_base_t_focus_set)

◆ form

form
static
Initial value:
has_setter=False)
_make_missed_695bwcompat_property(bad_attr, new_attr, has_setter)
Definition ida_idaapi.py:1286

◆ form_title

form_title
static
Initial value:
'widget_title', has_setter=False)

◆ form_type

form_type
static
Initial value:
'widget_type', has_setter=False)

◆ graph

str graph
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_graph_get, _ida_kernwin.action_ctx_base_t_graph_set)

◆ graph_selection

str graph_selection
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_graph_selection_get, _ida_kernwin.
action_ctx_base_t_graph_selection_set)

◆ hovered

str hovered
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_hovered_get, _ida_kernwin.
action_ctx_base_t_hovered_set)

◆ regname

str regname
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_regname_get, _ida_kernwin.
action_ctx_base_t_regname_set)

◆ type_ref

str type_ref
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_type_ref_get, _ida_kernwin.
action_ctx_base_t_type_ref_set)

◆ widget

str widget
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_widget_get, _ida_kernwin.action_ctx_base_t_widget_set
)

◆ widget_title

str widget_title
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_widget_title_get, _ida_kernwin.
action_ctx_base_t_widget_title_set)

◆ widget_type

str widget_type
static
Initial value:
= property(_ida_kernwin.
action_ctx_base_t_widget_type_get, _ida_kernwin.
action_ctx_base_t_widget_type_set)

Property Documentation

◆ thisown

thisown
static
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: