Lines Matching refs:currentJetConfigFile
68 self.currentJetConfigFile = jetConfigFile
72 if self.currentJetConfigFile == "":
74 self.currentJetConfigFile = JetDefs.UNTITLED_FILE
76 self.jet_file = JetFile(self.currentJetConfigFile, "")
80 self.currentJetConfigFile = JetDefs.UNTITLED_FILE
81 self.jet_file = JetFile(self.currentJetConfigFile, "")
83 if self.currentJetConfigFile == JetDefs.UNTITLED_FILE:
90 self.SetCurrentFile(self.currentJetConfigFile)
268 … (IniGetValue(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_0, 'int', 0), In…
327 …IniGetValue(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_0, 'int', 0), …
398 …currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
412 dlg = SegEdit(JetDefs.MAIN_ADDSEGTITLE, self.currentJetConfigFile)
429 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
443 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
466 dlg = SegEdit(JetDefs.MAIN_REVSEGTITLE, self.currentJetConfigFile)
490 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
506 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
641 dlg = EventEdit(JetDefs.MAIN_ADDEVENTTITLE, self.currentJetConfigFile)
708 dlg = EventEdit(JetDefs.MAIN_REVEVENTTITLE, self.currentJetConfigFile)
850 self.currentJetConfigFile = JetDefs.UNTITLED_FILE
851 self.jet_file = JetFile(self.currentJetConfigFile, "")
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
869 self.jet_file.config.filename = FileJustRoot(self.currentJetConfigFile) + ".jet"
870 self.jet_file.SaveJetConfig(self.currentJetConfigFile)
871 self.jet_file.WriteJetFileFromConfig(self.currentJetConfigFile)
872 self.SetCurrentFile(self.currentJetConfigFile)
877 if self.currentJetConfigFile == JetDefs.UNTITLED_FILE:
880 self.jet_file.SaveJetConfig(self.currentJetConfigFile)
881 self.jet_file.WriteJetFileFromConfig(self.currentJetConfigFile)
892 self.currentJetConfigFile = fileName
897 …self.chkGraphLabels.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs…
898 …self.chkGraphClips.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F…
899 …self.chkGraphAppEvts.SetValue(IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDe…
1042 self.currentJetConfigFile = FileFixPath(projectPath + "/") + jtcFile
1043 self.jet_file = JetFile(self.currentJetConfigFile, "")
1046 … self.jet_file.config.filename = FileJustRoot(self.currentJetConfigFile) + ".JET"
1057 self.jet_file.SaveJetConfig(self.currentJetConfigFile)
1058 self.jet_file.WriteJetFileFromConfig(self.currentJetConfigFile)
1059 self.jet_file = JetFile(self.currentJetConfigFile , "")
1060 self.SetCurrentFile(self.currentJetConfigFile)
1072 …ExportJetArchive(FileJustRoot(dialog.GetPath()) + ".zip", self.currentJetConfigFile, self.jet_file)
1128 …currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
1321 …IniSetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, self.chkGraph…
1322 …IniSetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, self.chkGraphCl…
1323 …IniSetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, self.chkGra…
1324 …currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
1328 …IniSetValue(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_0, self.eventL…
1329 …IniSetValue(self.currentJetConfigFile, JetDefs.INI_EVENTSORT, JetDefs.INI_EVENTSORT_1, self.eventL…
1331 …currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…
1360 …IniSetValue(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_0, self.segList.Ge…
1361 …IniSetValue(self.currentJetConfigFile, JetDefs.INI_SEGSORT, JetDefs.INI_SEGSORT_1, self.segList.Ge…
1363 …currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=Ini…