Workspace 6.21.5
Public Member Functions | List of all members
MergeArguments Class Reference

#include <Tools/WorkflowMerge/Application/arguments.h>

Inheritance diagram for MergeArguments:
[legend]

Public Member Functions

 MergeArguments ()
 
bool autoSave () const
 
bool baseFileSpecified () const
 
QString getBaseFile () const
 
int getlogLevel () const
 
QString getMergedFile () const
 
QString getModifiedFile1 () const
 
QString getModifiedFile2 () const
 
QString getProjectFile () const
 
bool logLevelSpecified () const
 
bool mergedFileSpecified () const
 
bool modifiedFile1Specified () const
 
bool modifiedFile2Specified () const
 
bool projectFileSpecified () const
 
- Public Member Functions inherited from ArgumentsParser
 ArgumentsParser (ArgumentsParser &&args)
 
 ArgumentsParser (const ArgumentsParser &args)
 
 ArgumentsParser (const QStringList &expectedArguments=QStringList(), const QString &usageHeader="")
 
virtual ~ArgumentsParser ()
 
QString argument (int index) const
 
bool flagExists (const QString &name) const
 
int flagOccurrence (const QString &name) const
 
QString flagParameter (const QString &name, int paramIndex, int occurrence=0) const
 
QStringList flagParameters (const QString &name, int occurrence=0) const
 
const QStringListgetArguments () const
 
int numArguments () const
 
ArgumentsParseroperator= (ArgumentsParser args)
 
bool parse (const QStringList &arguments, int &exitCode)
 
virtual QString usage () const
 

Additional Inherited Members

- Static Public Member Functions inherited from ArgumentsParser
static bool parseBoolean (const QString &s)
 
static bool validBoolean (const QString &s)
 
- Protected Member Functions inherited from ArgumentsParser
void addSupportedFlag (const QString &name, const QString &description, int numParameters=0, const QStringList &paramNames=QStringList(), bool developOnly=false)
 
void logError (const QString &msg)
 
void purgeArgument (int index)
 
void purgeFlag (const QString &name, int occurrence=0)
 
virtual bool validate (int &exitCode)
 

Constructor & Destructor Documentation

◆ MergeArguments()

Member Function Documentation

◆ autoSave()

bool autoSave ( ) const

◆ baseFileSpecified()

bool baseFileSpecified ( ) const

◆ getBaseFile()

QString getBaseFile ( ) const

◆ getlogLevel()

int getlogLevel ( ) const

◆ getMergedFile()

QString getMergedFile ( ) const

◆ getModifiedFile1()

QString getModifiedFile1 ( ) const

◆ getModifiedFile2()

QString getModifiedFile2 ( ) const

◆ getProjectFile()

QString getProjectFile ( ) const

◆ logLevelSpecified()

bool logLevelSpecified ( ) const

◆ mergedFileSpecified()

bool mergedFileSpecified ( ) const

◆ modifiedFile1Specified()

bool modifiedFile1Specified ( ) const

◆ modifiedFile2Specified()

bool modifiedFile2Specified ( ) const

◆ projectFileSpecified()

bool projectFileSpecified ( ) const