Home | History | Annotate | Download | only in JetCreator

Lines Matching full:f_segname

362         if len(self.je.ctrls[JetDefs.F_SEGNAME].GetValue()) == 0:

364 self.je.ctrls[JetDefs.F_SEGNAME].SetFocus()
386 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
391 self.GetValue(JetDefs.F_SEGNAME),
401 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
406 self.GetValue(JetDefs.F_SEGNAME),
480 self.je.ctrls[JetDefs.F_GRAPH].LoadSegment(self.graphSegment,(self.GetValue(JetDefs.F_SEGNAME), self.GetValue(JetDefs.F_START), self.GetValue(JetDefs.F_END)), iMidiMode, showLabels=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, 'bool', 'True'), showAppEvts=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, 'bool', 'True'))
551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
749 self.SetValue(JetDefs.F_SEGNAME, segment.segname)
788 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
793 self.GetValue(JetDefs.F_SEGNAME),
1000 dlg.SetValue(JetDefs.F_SEGNAME, "Test Segment Name")