![]() |
University of Murcia ![]() |
QVIndexedStringList Class ReferenceString List with a current string index. More...
Detailed DescriptionString List with a current string index.This class represents a string list with an index, the index marks the current string in the list. The index values are: -1, there are no items in the list. 0 ... n-1, the strings of the list. Definition at line 45 of file qvindexedstringlist.h. Member Function Documentation
Sets the index to i.
Definition at line 73 of file qvindexedstringlist.cpp. Referenced by decIndex(), and incIndex().
Increment the index. if (i >= list size -1), do nothing and return false.
Definition at line 83 of file qvindexedstringlist.cpp.
Decrement the index. if (i < 0), do nothing and return false.
Definition at line 87 of file qvindexedstringlist.cpp.
The documentation for this class was generated from the following files:
|