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

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

Inheritance diagram for DiffArguments:
[legend]

Public Member Functions

 DiffArguments ()
 
 DiffArguments ()
 
bool baseFileSpecified () const
 
bool baseFileSpecified () const
 
QString getBaseFile () const
 
QString getBaseFile () const
 
int getlogLevel () const
 
int getlogLevel () const
 
QString getModifiedFile () const
 
QString getModifiedFile () const
 
QPair< QString, QString > getSvnRevisions () const
 
QString getSvnUrl () const
 
bool logLevelSpecified () const
 
bool logLevelSpecified () const
 
bool modifiedFileSpecified () const
 
bool modifiedFileSpecified () const
 
bool pauseDiff () const
 
bool svnSpecified () 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

◆ DiffArguments() [1/2]

◆ DiffArguments() [2/2]

Member Function Documentation

◆ baseFileSpecified() [1/2]

bool baseFileSpecified ( ) const

◆ baseFileSpecified() [2/2]

bool baseFileSpecified ( ) const

◆ getBaseFile() [1/2]

QString getBaseFile ( ) const

◆ getBaseFile() [2/2]

QString getBaseFile ( ) const

◆ getlogLevel() [1/2]

int getlogLevel ( ) const

◆ getlogLevel() [2/2]

int getlogLevel ( ) const

◆ getModifiedFile() [1/2]

QString getModifiedFile ( ) const

◆ getModifiedFile() [2/2]

QString getModifiedFile ( ) const

◆ getSvnRevisions()

QPair< QString, QString > getSvnRevisions ( ) const

◆ getSvnUrl()

QString getSvnUrl ( ) const

◆ logLevelSpecified() [1/2]

bool logLevelSpecified ( ) const

◆ logLevelSpecified() [2/2]

bool logLevelSpecified ( ) const

◆ modifiedFileSpecified() [1/2]

bool modifiedFileSpecified ( ) const

◆ modifiedFileSpecified() [2/2]

bool modifiedFileSpecified ( ) const

◆ pauseDiff()

bool pauseDiff ( ) const

◆ svnSpecified()

bool svnSpecified ( ) const