lib
Kross::Api::Argument Class Reference
#include <argument.h>
Detailed Description
Each Class::Function holds a list of arguments the function supports.The Argument-class represents such a single argument in a ArgumentList collection.
Definition at line 38 of file argument.h.
Public Member Functions | |
Argument (const QString &classname=QString::null) | |
~Argument () | |
const QString & | getClassName () |
ArgumentList & | operator<< (ArgumentList &arglist) |
Constructor & Destructor Documentation
Argument::Argument | ( | const QString & | classname = QString::null |
) | [explicit] |
Constructor.
- Parameters:
-
classname The name of the class this argument expects.
Definition at line 24 of file argument.cpp.
Argument::~Argument | ( | ) |
Member Function Documentation
const QString & Argument::getClassName | ( | ) |
Return the name of the class this argument expects.
- Returns:
- Name of the class this argument expects.
Definition at line 35 of file argument.cpp.
ArgumentList & Argument::operator<< | ( | ArgumentList & | arglist | ) |
Implementation of the << operator.
- Parameters:
-
arglist The ArgumentList the operator is applied on.
- Returns:
- The changed ArgumentList.
Definition at line 52 of file argument.cpp.
The documentation for this class was generated from the following files: