#include <argument.h>
Collaboration diagram for Kross::Api::Argument:

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.
Definition at line 24 of file argument.cpp. 00025 : m_classname(classname) 00026 //, m_object(object) 00027 //, m_visible(visible) 00028 { 00029 }
|
|
|
Destructor. Definition at line 31 of file argument.cpp.
|
|
|
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.
|
1.4.6