This class contains the main window of IDAscope Setup of core modules
and widgets is performed in here.
|
|
|
setup_shared_modules(self)
Setup shared IDAscope modules. |
source code
|
|
|
setup_widgets(self)
Setup IDAscope widgets. |
source code
|
|
|
setup_IDAscope_form(self)
Orchestrate the already initialized widgets in tabs on the main
window. |
source code
|
|
|
OnCreate(self,
form)
When creating the form, setup the shared modules and widgets |
source code
|
|
|
|
|
|
|
setTabFocus(self,
widget_name)
Can be used by IDAscope widgets to set focus to a widget, identified
by name. |
source code
|
|
|
|