Name | Description | |
---|---|---|
ImGearPageCollection Constructor |
The following tables list the members exposed by ImGearPageCollection.
Name | Description | |
---|---|---|
ImGearPageCollection Constructor |
Name | Description | |
---|---|---|
addPage | Appends a page to the end of the collection. | |
forEach | Calls the specified function once for each page in the collection. | |
getPage | Returns a page in the collection at the index specified. | |
insertPage | Inserts a page at the location in the collection specified by the parameter 'index'. | |
removeAllPages | Removes all the pages from the collection. | |
removePage | Removes one page from the collection. | |
setPage | Puts the page at the required index in the collection. |
Name | Description | |
---|---|---|
pageAdded | Indicates that a new page was added to the collection. | |
pageChanged | Indicates that a page in the collection was changed. | |
pageRemoved | Indicates that a page was removed from the collection. |