EnumIterator class reference
[QObject wrapping module]
Declaration
This class is for internal use only.
#include <internal/EnumIterator>
namespace QtLua {
class EnumIterator;
};
This class is a member of the QtLua namespace.
This class is declared in internal/qtluaenumiterator.hh source file, line 45.
Description
This internal class implements the iterator used to iterate over values of a Qt meta enum.
Members
Inherited members
- 30 members inherited from Iterator
Types
Function
- EnumIterator(State *ls, QMetaEnum me)
Private functions
- virtual Value get_key() const
- virtual Value get_value() const
- virtual ValueRef get_value_ref()
- virtual bool more() const
- virtual void next()
Private fields
Members detail
This constructor is declared in internal/qtluaenumiterator.hh source file, line 49.
This variable is declared in internal/qtluaenumiterator.hh source file, line 60.
This member access is private.
This variable is declared in internal/qtluaenumiterator.hh source file, line 58.
This member access is private.
QMetaEnum _me
This variable is declared in internal/qtluaenumiterator.hh source file, line 59.
This member access is private.
typedef Ref<const EnumIterator, EnumIterator> const_ptr
This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 3 in internal/qtluaenumiterator.hh source file, line 47.
Shortcut for Ref smart pointer class to EnumIterator type provided for convenience
virtual Value get_key() const
This virtual function is declared in internal/qtluaenumiterator.hh source file, line 54.
This member access is private.
This virtual function implements the get_key
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is current entry key
virtual Value get_value() const
This virtual function is declared in internal/qtluaenumiterator.hh source file, line 55.
This member access is private.
This virtual function implements the get_value
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is current entry value
virtual ValueRef get_value_ref()
This virtual function is declared in internal/qtluaenumiterator.hh source file, line 56.
This member access is private.
This virtual function implements the get_value_ref
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is reference to current entry value
This virtual function is declared in internal/qtluaenumiterator.hh source file, line 52.
This member access is private.
This virtual function implements the more
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is true if more entries are available.
This virtual function is declared in internal/qtluaenumiterator.hh source file, line 53.
This member access is private.
This virtual function implements the next
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
Jump to next entry.
typedef Ref<EnumIterator, EnumIterator> ptr
This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 5 in internal/qtluaenumiterator.hh source file, line 47.
Shortcut for Ref smart pointer class to EnumIterator type provided for convenience