Class CommandArgument
ClassList > CommandArgument
Public Functions
Public Functions Documentation
function CommandArgument [1/2]
CommandArgument::CommandArgument ()
function CommandArgument [2/2]
explicit CommandArgument::CommandArgument (
QString name,
QString description
)
function description
QString CommandArgument::description () const
function isRoot
bool CommandArgument::isRoot () const
function name
QString CommandArgument::name () const
function operator==
bool CommandArgument::operator== (
const CommandArgument & arg
) const
function setDescription
void CommandArgument::setDescription (
const QString & description
)
function setName
void CommandArgument::setName (
const QString & name
)