Contains optional data which can be stored on the screen stack with PushScreen() and retrieved using PeekScreenBundle().
#include <screen/YiScreenTransitionManager.h>
Public Member Functions | |
| ScreenTransitionBundle () | |
| ScreenTransitionBundle (CYIAbstractScreenViewController *pScreenController, const CYIBundle &screenBundle) | |
| ScreenTransitionBundle (const ScreenTransitionBundle &screenBundle) | |
| ScreenTransitionBundle & | operator= (const ScreenTransitionBundle &screenBundle) |
Public Attributes | |
| CYIAbstractScreenViewController * | m_pScreenController |
| CYIBundle | m_bundle |
| CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle | ( | ) |
| CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle | ( | CYIAbstractScreenViewController * | pScreenController, |
| const CYIBundle & | screenBundle | ||
| ) |
| CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle | ( | const ScreenTransitionBundle & | screenBundle | ) |
| ScreenTransitionBundle& CYIScreenTransitionManager::ScreenTransitionBundle::operator= | ( | const ScreenTransitionBundle & | screenBundle | ) |
| CYIBundle CYIScreenTransitionManager::ScreenTransitionBundle::m_bundle |
| CYIAbstractScreenViewController* CYIScreenTransitionManager::ScreenTransitionBundle::m_pScreenController |