Public Member Functions | |
IViewSwitchController (UIViewSwitchContainer *viewSwitch) | |
virtual | ~IViewSwitchController () |
void | init () |
UIViewSwitchContainer * | getViewSwitchContainer () const |
virtual CView * | createViewForIndex (int32_t index)=0 |
virtual void | switchContainerAttached () |
virtual void | switchContainerRemoved () |
Protected Attributes | |
UIViewSwitchContainer * | viewSwitch |
IViewSwitchController | ( | UIViewSwitchContainer * | viewSwitch | ) | [inline] |
virtual ~IViewSwitchController | ( | ) | [inline, virtual] |
virtual CView* createViewForIndex | ( | int32_t | index | ) | [pure virtual] |
Implemented in UIDescriptionViewSwitchController.
UIViewSwitchContainer* getViewSwitchContainer | ( | ) | const [inline] |
void init | ( | ) | [inline] |
virtual void switchContainerAttached | ( | ) | [inline, virtual] |
Reimplemented in UIDescriptionViewSwitchController.
virtual void switchContainerRemoved | ( | ) | [inline, virtual] |
Reimplemented in UIDescriptionViewSwitchController.
UIViewSwitchContainer* viewSwitch [protected] |