48#ifndef _PMSR2DATADIALOG_H_
49#define _PMSR2DATADIALOG_H_
55#include "ui_PMsr2DataDialog.h"
void runListFileNameEntered(const QString &)
Handles run list file name text field activation.
PMsr2DataParam * fMsr2DataParam
Pointer to parameter structure for msr2data configuration.
void fitOnlyChanged(int)
Handles "Fit Only" checkbox state changes.
PMsr2DataDialog(PMsr2DataParam *msr2DataParam, const QString helpUrl)
Constructs the msr2data configuration dialog.
void globalPlusOptionSet(bool checked)
Enforces mutual exclusivity between global+ and global options.
virtual int getRunTag()
Returns the run input method tag.
virtual PMsr2DataParam * getMsr2DataParam()
Retrieves all msr2data parameters from the dialog.
void templateRunEntered(const QString &)
Handles template run number text field activation.
int fRunTag
Run input method: -1=invalid, 0=direct list, 1=file name.
void createMsrFileOnlyChanged(int)
Handles "Create msr-File only" checkbox state changes.
void helpContent()
Opens online help for msr2data.
QString fHelpUrl
URL to online msr2data documentation.
void globalOptionSet(bool checked)
Enforces mutual exclusivity between global and global+ options.
void runListEntered(const QString &)
Handles run list text field activation.
Common definitions and data structures for the musredit application.
Parameter structure for msr2data tool integration.