Home
last modified time | relevance | path

Searched refs:getInteger (Results 1 – 25 of 3806) sorted by path

12345678910>>...153

/dports/astro/merkaartor/merkaartor-0.19.0/src/
H A DMainWindow.cpp2398 int getInteger(QWidget* parent, const QString& title, const QString& label, int value = 0, int mini… in getInteger() function
2402 return QInputDialog::getInteger(parent, title, label, value, minimum, maximum, step, ok); in getInteger()
2411 …int Sides = getInteger(this, tr("Create Polygon"), tr("Specify the number of sides"), M_PREFS->get… in on_createPolygonAction_triggered()
2632 …int divisions = getInteger(this, tr("Number of segments to divide into"), tr("Specify the number o…
2664 axes = getInteger(this, tr("Axis Align"),
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dalbumdetailsdialog.cpp295 …int adj=InputDialog::getInteger(tr("Adjust Track Numbers"), tr("Adjust track number by:"), 0, -500… in adjustTrackNumbers()
/dports/audio/cantata/cantata-2.4.2/support/
H A Dinputdialog.cpp124 int InputDialog::getInteger(const QString &caption, const QString &label, int value, int minValue, … in getInteger() function in InputDialog
H A Dinputdialog.h46 …static int getInteger(const QString &caption, const QString &label, int value=0, int minValue=INT_…
/dports/audio/cantata/cantata-2.4.2/tags/
H A Dtageditor.cpp722 …int adj=InputDialog::getInteger(tr("Adjust Track Numbers"), isAll ? tr("Adjust the value of each t… in adjustTrackNumbers()
/dports/audio/faust/faust-2.37.3/architecture/android/app/src/main/java/com/triggertrap/seekarc/
H A DSeekArc.java212 mMax = a.getInteger(R.styleable.SeekArc_max, mMax); in init()
213 mProgress = a.getInteger(R.styleable.SeekArc_progress, mProgress); in init()
/dports/audio/festival/festival/src/modules/java/cstr/festival/jsapi/
H A DEngineCentral.java55 port = Integer.getInteger("festival.port",
/dports/audio/festival/speech_tools/base_class/
H A DEST_features_aux.cc50 defineGetFunction(EST_Features, val, int, getInteger) in defineGetFunction()
/dports/audio/festival/speech_tools/include/
H A DEST_features_aux.h92 int getInteger(const EST_Features &f,
/dports/audio/festival/speech_tools/include/ling_class/
H A DEST_item_aux.h77 int getInteger(const EST_Item &f,
H A DEST_item_content_aux.h77 int getInteger(const EST_Item &f,
/dports/audio/festival/speech_tools/ling_class/
H A DEST_item_aux.cc50 defineGetFunction(EST_Item, f, int, getInteger) in defineGetFunction()
H A DEST_item_content_aux.cc88 int getInteger(const EST_Item_Content &f, in getInteger() function
100 return getInteger(*i, name, def, s); in getInteger()
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSF2Instrument.java163 performer.setExclusiveClass(layerzone.getInteger( in getPerformers()
H A DSF2Region.java145 int val = getInteger(generator); in getBytes()
156 public int getInteger(int generator) { in getInteger() method in SF2Region
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXInputDialog.h107 …static FXbool getInteger(FXint& result,FXWindow* owner,const FXString& caption,const FXString& lab…
112 …static FXbool getInteger(FXint& result,FXApp* app,const FXString& caption,const FXString& label,FX…
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXInputDialog.cpp197 FXbool FXInputDialog::getInteger(FXint& result,FXWindow* owner,const FXString& caption,const FXStri… in getInteger() function in FX::FXInputDialog
210 FXbool FXInputDialog::getInteger(FXint& result,FXApp* app,const FXString& caption,const FXString& l… in getInteger() function in FX::FXInputDialog
/dports/audio/midifile/midifile-988d55b/
H A DREADME.md480 int instr = options.getInteger("instrument");
484 int count = options.getInteger("note-count");
867 int transpose = options.getInteger("transpose");
1495 int channel = options.getInteger("channel");
1563 int a = options.getInteger("a");
1564 int b = options.getInteger("b");
1565 int c = options.getInteger("cycle");
1566 int key1 = options.getInteger("key1");
1567 int key2 = options.getInteger("key2");
/dports/audio/midifile/midifile-988d55b/include/
H A DOptions.h100 int getInteger (const std::string& optionName);
/dports/audio/midifile/midifile-988d55b/src/
H A DOptions.cpp625 int Options::getInteger(const std::string& optionName) { in getInteger() function in smf::Options
/dports/audio/midifile/midifile-988d55b/tools/
H A Dbinasc.cpp51 binasc.setLineLength(options.getInteger("wrap")); in main()
52 binasc.setLineBytes(options.getInteger("mod")); in main()
H A Dhenonfile.cpp268 maxcount = opts.getInteger("max-number"); in checkOptions()
282 divisions = opts.getInteger("divisions"); in checkOptions()
283 instrument = opts.getInteger("instrument"); in checkOptions()
285 maxNote = opts.getInteger("max-note"); in checkOptions()
286 minNote = opts.getInteger("min-note"); in checkOptions()
H A Dmid2hex.cpp36 midifile.writeHex(cout, options.getInteger("width")); in main()
38 midifile.writeHex(filename, options.getInteger("width")); in main()
H A Dmid2hum.cpp740 extracttrack = opts.getInteger("track"); in checkOptions()
H A Dmid2mat.cpp506 maxcount = opts.getInteger("max"); in checkOptions()

12345678910>>...153