]>
git.saurik.com Git - cydia.git/blob - UICaboodle/RVBook.h
3 #import <UIKit/UIView.h>
7 @
class UINavigationBar
;
8 @
class UITransitionView
;
11 - (void) setPageActive
:(BOOL
)active with
:(id
)object
;
12 - (void) resetViewAnimated
:(BOOL
)animated with
:(id
)object
;
13 - (void) reloadDataWith
:(id
)object
;
16 @interface RVBook
: UIView
{
17 NSMutableArray
*pages_
;
18 UINavigationBar
*navbar_
;
19 UITransitionView
*transition_
;
21 _transient id delegate_
;
24 - (UINavigationBar
*) navigationBar
;
26 - (id
) initWithFrame
:(CGRect
)frame
;
27 - (void) setDelegate
:(id
)delegate
;
29 - (void) setPage
:(RVPage
*)page
;
31 - (void) pushPage
:(RVPage
*)page
;
32 - (void) popPages
:(unsigned)pages
;
34 - (void) resetViewAnimated
:(BOOL
)animated
;
35 - (void) resetViewAnimated
:(BOOL
)animated toPage
:(RVPage
*)page
;
37 - (void) setBackButtonTitle
:(NSString
*)title forPage
:(RVPage
*)page
;
38 - (void) reloadTitleForPage
:(RVPage
*)page
;
39 - (void) reloadButtonsForPage
:(RVPage
*)page
;
40 - (NSString
*) getTitleForPage
:(RVPage
*)page
;
44 - (CGRect
) pageBounds
;