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