46#ifndef _PGETMUSRFTOPTIONSDIALOG_H_
47#define _PGETMUSRFTOPTIONSDIALOG_H_
52#include "ui_PGetMusrFTOptionsDialog.h"
void clearMsrFileNames()
Clears the msr-file selection.
QString fCurrentMsrFileName
Full path-name of the currently active msr-file in musredit.
QString fCreateMsrFileName
Full path-name for msr-file creation output.
QString fHelpUrl
URL to the online documentation for musrFT.
void resetAll()
Resets all dialog options to their default values.
void clearDataFileNames()
Clears the data file selection.
void selectDataFileNames()
Opens file dialog to select data files.
QStringList fDataFileNames
File names (without path) for selected data files.
QStringList fMsrFilePaths
Directory paths for selected msr-files.
QStringList fDataFilePaths
Directory paths for selected data files.
QStringList fMsrFileNames
File names (without path) for selected msr-files.
void averagedPerDataSet(int state)
Handles average-per-dataset checkbox (mutually exclusive with all).
void helpContent()
Opens the online help for musrFT.
PGetMusrFTOptionsDialog(QString currentMsrFile, QStringList &prevCmd, const QString helpUrl)
Constructs the musrFT options dialog.
void averagedAll(int state)
Handles average-all checkbox (mutually exclusive with per-dataset).
void createMsrFileChanged(int state)
Handles create msr-file checkbox state change.
void allMsrFileTagChanged(int state)
Handles all msr-files checkbox state change.
void currentMsrFileTagChanged(int state)
Handles current msr-file checkbox state change.
QStringList getMusrFTOptions()
Builds and returns the musrFT command-line options.
void selectMsrFileNames()
Opens file dialog to select msr-files.