swift
swift::misc::CSimpleCommandParser Member List

This is the complete list of members for swift::misc::CSimpleCommandParser, including all inherited members.

commandEndsWith(const QString &endPattern) constswift::misc::CSimpleCommandParser
commandsHtmlHelp()swift::misc::CSimpleCommandParserstatic
commandStartsWith(const QString &startPattern) constswift::misc::CSimpleCommandParser
countParts() constswift::misc::CSimpleCommandParser
countPartsWithoutCommand() constswift::misc::CSimpleCommandParser
CSimpleCommandParser(const QStringList &knownCommands)swift::misc::CSimpleCommandParser
hasPart(int index) constswift::misc::CSimpleCommandParser
isDouble(int index) constswift::misc::CSimpleCommandParser
isInt(int index) constswift::misc::CSimpleCommandParser
isKnownCommand() constswift::misc::CSimpleCommandParserinline
matchesCommand(const QString &checkCommand, const QString &alias1="", const QString &alias2="")swift::misc::CSimpleCommandParser
matchesPart(int index, const QString &toMatch, Qt::CaseSensitivity cs=Qt::CaseInsensitive) constswift::misc::CSimpleCommandParser
parse(const QString &commandLine)swift::misc::CSimpleCommandParser
part(int index) constswift::misc::CSimpleCommandParser
partAndRemainingStringAfter(int index) constswift::misc::CSimpleCommandParser
registerCommand(const CommandHtmlHelp &command)swift::misc::CSimpleCommandParserstatic
registered(const QString &helpContext)swift::misc::CSimpleCommandParserstatic
toBool(int index, bool def=false) constswift::misc::CSimpleCommandParser
toDouble(int index, double def=-1.0) constswift::misc::CSimpleCommandParser
toInt(int index, int def=-1) constswift::misc::CSimpleCommandParser