Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QPhoneBookLimits class specifies the limits of a phone book's storage capacity. More...
#include <QPhoneBookLimits>
The QPhoneBookLimits class specifies the limits of a phone book's storage capacity.
The limits of a phone book may be retrieved using QPhoneBook::requestLimits().
See also QPhoneBook.
Construct a default limits structure and set all fields to zero.
Construct a copy of other.
Destroy this limits structure.
Returns the first index position that can store entries within the phone book.
See also setFirstIndex().
Returns true if all fields within this limits structure are zero; otherwise returns false.
Returns the last index position that can store entries within the phone book.
See also setLastIndex().
Returns the maximum length for phone numbers within the phone book.
See also setNumberLength().
Sets the first index position that can store entries within the phone book to value.
See also firstIndex().
Sets the last index position that can store entries within the phone book to value.
See also lastIndex().
Sets the maximum length for phone numbers within the phone book to value.
See also numberLength().
Sets the maximum length for text names within the phone book to value.
See also textLength().
Sets the number of entries in the phone book that are currently in use to value.
See also used().
Returns the maximum length for text names within the phone book.
See also setTextLength().
Returns the number of entries in the phone book that are currently in use. The total number of entries, including used and free, is equal to lastIndex() - firstIndex() + 1.
See also setUsed().
Copy the contents of other into this object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |