InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
URIList Class Reference

#include <URIList.h>

Public Member Functions

 URIList ()
 
 ~URIList ()
 
virtual int32 GetURICount () const
 
virtual const URIGetNthURI (int32 n) const
 
virtual void AddURI (const URI &newURI)
 
virtual void Sort ()
 

Detailed Description

Class used to hold a list of URI objects.

See Also
URI

Constructor & Destructor Documentation

URIList::URIList ()

Default constructor. Constructs a URIList object.

URIList::~URIList ()

Destructor. Destroys the URIList object.

Member Function Documentation

virtual void URIList::AddURI (const URInewURI)
virtual

Adds a URI to the list.

Parameters
newURIIN URI to add to the list.
virtual const URI& URIList::GetNthURI (int32 n) const
virtual

Returns the n'th URI in the list.

Parameters
nIN Index of the URI to return from the list.
Returns
Pointer to the n'th URI in the list.
virtual int32 URIList::GetURICount () const
virtual

Returns the number of URIs in the list.

Returns
Number of URIs in the list.
virtual void URIList::Sort ()
virtual

Sorts the list by scheme then path.