コード例 #1
0
ファイル: machine.py プロジェクト: pombredanne/paella-svn
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FilesystemDoc)
コード例 #2
0
ファイル: family.py プロジェクト: BackupTheBerlios/paella-svn
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
     self.family = Family(self.app.conn)
コード例 #3
0
ファイル: profile.py プロジェクト: pombredanne/paella-svn
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, ProfileDoc)
コード例 #4
0
ファイル: machine.py プロジェクト: pombredanne/paella-svn
 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
ファイル: family.py プロジェクト: BackupTheBerlios/paella-svn
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, FamilyDoc)
コード例 #11
0
ファイル: trait.py プロジェクト: pombredanne/paella-svn
 def __init__(self, app, parent):
     ViewBrowser.__init__(self, app, parent, TraitDoc)
コード例 #12
0
ファイル: trait.py プロジェクト: pombredanne/paella-svn
 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
ファイル: trait.py プロジェクト: BackupTheBerlios/paella-svn
 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
ファイル: trait.py プロジェクト: BackupTheBerlios/paella-svn
 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)