#include "utility/YiPersistentStore.h"#include "binding/YiScriptableObject.h"#include "signal/YiSignal.h"#include "signal/YiSignalHandler.h"#include "utility/YiBundle.h"#include "view/YiViewProperty.h"Go to the source code of this file.
Classes | |
| class | CYIScreenTransitionManager |
| Stores a stack of screen view controllers (referred to here for simplicity as "screens") to allow for forward and backward navigation between screens (including handling screen transitions) by using PushScreen() and PopScreen(). More... | |
| struct | CYIScreenTransitionManager::ScreenTransitionBundle |
| Contains optional data which can be stored on the screen stack with PushScreen() and retrieved using PeekScreenBundle(). More... | |
| class | CYIScreenTransitionManager::ScreenTransitionDelegate |
| Listener interface for the CYIScreenTransitionManager events. More... | |