NAME
Qt::Script::Template::T000
PUBLIC METHODS
- QList<QScriptValue>()
- QList<QScriptValue>(const QList<QScriptValue> & l)
- ~QList<QScriptValue>()
- void append(const QScriptValue & t)
- void append(const QList<QScriptValue> & t)
- const QScriptValue & at(int i)
- void clear()
- void detach()
- void insert(int i, const QScriptValue & t)
- bool isDetached()
- bool isEmpty()
- void move(int from, int to)
- QList<QScriptValue> operator=(const QList<QScriptValue> & l)
- QScriptValue & operator[](int i)
- void prepend(const QScriptValue & t)
- void removeAt(int i)
- void replace(int i, const QScriptValue & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QScriptValue takeAt(int i)
- QScriptValue takeFirst()
- QScriptValue takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.