cee::app::Views
- 
class 
Views: public RefCountedObject Class to manage the list of views in the application.
Public Functions
- 
size_t 
count() const Returns number of views.
- 
size_t 
currentIndex() const Returns index of current view.
- 
void 
setCurrentIndex(size_t index) Sets current view by index.
- 
bool 
remove(size_t index) Removes the view at the specified index.
- 
bool 
removeCurrent() Removes the current view.
Public Static Functions
- 
static Views *
instance() Views is a singleton. Always access Views using this instance()
- 
size_t