lib
Kross::Api::List Class Reference
#include <list.h>
Inheritance diagram for Kross::Api::List:

Detailed Description
The List class implementates Value to handle lists and collections.
Definition at line 36 of file list.h.
Public Types | |
typedef KSharedPtr< List > | Ptr |
Public Member Functions | |
List (QValueList< Object::Ptr > value=QValueList< Object::Ptr >(), const QString &name="list") | |
virtual | ~List () |
virtual const QString | getClassName () const |
virtual const QString | toString () |
Object::Ptr | item (uint idx) |
uint | count () |
void | append (Object::Ptr object) |
Friends | |
class | Value< List, QValueList< Object::Ptr > > |
Member Typedef Documentation
|
Shared pointer to implement reference-counting.
Reimplemented from Kross::Api::Object. |
Constructor & Destructor Documentation
|
Constructor.
|
|
Destructor.
|
Member Function Documentation
|
Append an Kross::Api::Object to the list.
|
|
Return the number of items in the QValueList this list holds.
|
|
See.
Implements Kross::Api::Object. |
|
Return the Object with defined index from the QValueList this list holds.
|
|
Reimplemented from Kross::Api::Object. |
The documentation for this class was generated from the following files: