Example #1
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FilesystemDoc)
Example #2
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
     self.family = Family(self.app.conn)
Example #3
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, ProfileDoc)
Example #4
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, MachineTypeDoc)
Example #5
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
     self.family = Family(self.app.conn)
Example #6
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, ProfileDoc)
Example #7
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
Example #8
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, TroubleDocument)
     self.dialogs = {}
     self.manager = TroubleManager(self.app)
Example #9
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FilesystemDoc)
Example #10
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
Example #11
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, TraitDoc)
Example #12
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, PackageDoc)
Example #13
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, MachineTypeDoc)
     self._dialog = None
Example #14
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, PackageDoc)
Example #15
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, MachineDoc)
Example #16
0
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, TraitDoc)
Example #17
0
 def __init__(self, app, parent, troubleid):
     ViewBrowser.__init__(self, app, parent, TroubleInfoDoc)
     self.dialogs = {}
     self.manager = TroubleManager(self.app)