You.i Engine
CYIScreenTransitionManager::ScreenTransitionBundle Struct Reference

Detailed Description

Contains optional data which can be stored on the screen stack with PushScreen() and retrieved using PeekScreenBundle().

See also
CYIBundle

#include <screen/YiScreenTransitionManager.h>

Public Member Functions

 ScreenTransitionBundle ()
 
 ScreenTransitionBundle (CYIAbstractScreenViewController *pScreenController, const CYIBundle &screenBundle)
 
 ScreenTransitionBundle (const ScreenTransitionBundle &screenBundle)
 
ScreenTransitionBundleoperator= (const ScreenTransitionBundle &screenBundle)
 

Public Attributes

CYIAbstractScreenViewControllerm_pScreenController
 
CYIBundle m_bundle
 

Constructor & Destructor Documentation

CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle ( )
CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle ( CYIAbstractScreenViewController pScreenController,
const CYIBundle screenBundle 
)
CYIScreenTransitionManager::ScreenTransitionBundle::ScreenTransitionBundle ( const ScreenTransitionBundle screenBundle)

Member Function Documentation

ScreenTransitionBundle& CYIScreenTransitionManager::ScreenTransitionBundle::operator= ( const ScreenTransitionBundle screenBundle)

Member Data Documentation

CYIBundle CYIScreenTransitionManager::ScreenTransitionBundle::m_bundle
CYIAbstractScreenViewController* CYIScreenTransitionManager::ScreenTransitionBundle::m_pScreenController

The documentation for this struct was generated from the following file: