The list of VIEWs that need to be iterated over as part of the rendering process.
Public Member Functions | |
virtual size_t | getNumViews () const =0 |
Get the number of views in this list. More... | |
virtual VIEW | getView (int idx) const =0 |
Get the VIEW at the specified index. More... | |
virtual bool | contains (VIEW view) const =0 |
Get whether this list contains the specified VIEW. More... | |
|
pure virtual |
Get the number of views in this list.
|
pure virtual |
Get the VIEW at the specified index.
|
pure virtual |
Get whether this list contains the specified VIEW.