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