TazGraph Project v0.1.0
|
Public Member Functions | |
SceneList (AppInterface *app) | |
IScene * | moveNext () |
IScene * | movePrevious () |
void | setScene (int nextScene) |
void | addScene (IScene *newScene) |
void | addScene (std::string managerName, IScene *newScene) |
void | destroy () |
IScene * | getCurrent () |
Protected Attributes | |
AppInterface * | _app = nullptr |
std::vector< IScene * > | _scenes |
int | _currentSceneIndex = -1 |