topical media & game development

talk show tell print

#mobile-application-10-DerbyApp-build-iphone-Classes-TiUITabProxy.h / h



  
Appcelerator Titanium Mobile Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. Licensed under the terms of the Apache Public License Please see the LICENSE included with this distribution for details. WARNING: This is generated code. Modify at your own risk and without support.

  
  ifdef USE_TI_UITAB
  
  #import <TiViewProxy.h>
  #import <TiTab.h>
  #import <TiWindowProxy.h>
  
  
  
  
  
  @interface TiUITabProxy : TiViewProxy<TiTab,UINavigationControllerDelegate,TiOrientationController> {
  @private
          UINavigationController *controller;
          TiUITabController *rootController;
          
          TiUITabGroupProxy *tabGroup;
          TiUITabController *current;
          TiWindowProxy *closingWindow;
          BOOL opening;
          BOOL systemTab;
          
          id<TiOrientationController> parentOrientationController;
  }
  
  @property(nonatomic,readwrite,assign)        id<TiOrientationController> parentOrientationController;
  -(void)childOrientationControllerChangedFlags:(id<TiOrientationController>) orientationController;
  
  -(UINavigationController*)controller;
  -(void)setTabGroup:(TiUITabGroupProxy*)proxy;
  -(void)removeFromTabGroup;
  -(void)windowClosing:(TiWindowProxy*)window animated:(BOOL)animated;
  
  #pragma mark Public APIs
  
  -(TiProxy*)tabGroup;
  -(void)open:(id)args;
  -(void)close:(id)args;
  -(void)setTitle:(id)title;
  -(void)setIcon:(id)title;
  -(void)setBadge:(id)title;
  -(void)setActive:(id)value;
  
  (void)handleWillBlur;
  (void)handleDidBlur:(NSDictionary *)event;
  (void)handleWillFocus;
  (void)handleDidFocus:(NSDictionary *)event;
  (void)handleWillShowViewController:(UIViewController *)viewController;
  (void)handleDidShowViewController:(UIViewController *)viewController;
  
  @end
  
  endif


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.