ImGearPageCollection class Members
In This Topic
The following tables list the members exposed by ImGearPageCollection.
Public Constructors
Public Properties
| Name | Description |
 | length | Returns the length of the pages collection. |
Top
Public Methods
| 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. |
Top
Public Events
| 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. |
Top
See Also