miasm
Reverse engineering framework
utils.translatorForm Class Reference
Inheritance diagram for utils.translatorForm:
Collaboration diagram for utils.translatorForm:

Public Member Functions

def __init__ (self, expr)
 
def OnFormChange (self, fid)
 

Public Attributes

 languages
 
 expr
 

Static Public Attributes

tuple flags
 

Detailed Description

Translator Form.

Offer a ComboBox with available languages (ie. IR translators) and the
corresponding translation.

Constructor & Destructor Documentation

◆ __init__()

def utils.translatorForm.__init__ (   self,
  expr 
)

Member Function Documentation

◆ OnFormChange()

def utils.translatorForm.OnFormChange (   self,
  fid 
)

Member Data Documentation

◆ expr

utils.translatorForm.expr

◆ flags

tuple utils.translatorForm.flags
static
Initial value:
= (idaapi.Form.MultiLineTextControl.TXTF_FIXEDFONT | \
idaapi.Form.MultiLineTextControl.TXTF_READONLY)

◆ languages

utils.translatorForm.languages

The documentation for this class was generated from the following file: