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