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
|
|
Constructor.
Definition at line 24 of file argument.cpp. |
|
|
Destructor.
Definition at line 31 of file argument.cpp. |
Member Function Documentation
|
|
Return the name of the class this argument expects.
Definition at line 35 of file argument.cpp. |
|
|
Implementation of the << operator.
Definition at line 52 of file argument.cpp. |
The documentation for this class was generated from the following files:

