|  | 
| def | __init__ (self, qtgui_path, invoked_filename=None, settings_filename=None) | 
|  | 
| def | add_arguments (self, parser, standalone=False, plugin_argument_provider=None) | 
|  | 
| def | create_application (self, argv) | 
|  | 
| def | main (self, argv=None, standalone=None, plugin_argument_provider=None, plugin_manager_settings_prefix='') | 
|  | 
Definition at line 42 of file main.py.
 
◆ __init__()
      
        
          | def qt_gui.main.Main.__init__ | ( |  | self, | 
        
          |  |  |  | qtgui_path, | 
        
          |  |  |  | invoked_filename = None, | 
        
          |  |  |  | settings_filename = None | 
        
          |  | ) |  |  | 
      
 
 
◆ _add_plugin_providers()
  
  | 
        
          | def qt_gui.main.Main._add_plugin_providers | ( |  | self | ) |  |  | private | 
 
 
◆ _add_reload_paths()
  
  | 
        
          | def qt_gui.main.Main._add_reload_paths | ( |  | self, |  
          |  |  |  | reload_importer |  
          |  | ) |  |  |  | private | 
 
 
◆ _check_icon_theme_compliance()
  
  | 
        
          | def qt_gui.main.Main._check_icon_theme_compliance | ( |  | self | ) |  |  | private | 
 
 
◆ add_arguments()
      
        
          | def qt_gui.main.Main.add_arguments | ( |  | self, | 
        
          |  |  |  | parser, | 
        
          |  |  |  | standalone = False, | 
        
          |  |  |  | plugin_argument_provider = None | 
        
          |  | ) |  |  | 
      
 
 
◆ create_application()
      
        
          | def qt_gui.main.Main.create_application | ( |  | self, | 
        
          |  |  |  | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ main()
      
        
          | def qt_gui.main.Main.main | ( |  | self, | 
        
          |  |  |  | argv = None, | 
        
          |  |  |  | standalone = None, | 
        
          |  |  |  | plugin_argument_provider = None, | 
        
          |  |  |  | plugin_manager_settings_prefix = '' | 
        
          |  | ) |  |  | 
      
 
 
◆ _dbus_available
  
  | 
        
          | qt_gui.main.Main._dbus_available |  | private | 
 
 
◆ _options
  
  | 
        
          | qt_gui.main.Main._options |  | private | 
 
 
◆ _qtgui_path
  
  | 
        
          | qt_gui.main.Main._qtgui_path |  | private | 
 
 
◆ _settings_filename
  
  | 
        
          | qt_gui.main.Main._settings_filename |  | private | 
 
 
◆ main_filename
  
  | 
        
          | qt_gui.main.Main.main_filename = None |  | static | 
 
 
◆ plugin_providers
      
        
          | qt_gui.main.Main.plugin_providers | 
      
 
 
The documentation for this class was generated from the following file: