00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSMutableArray, NSMutableDictionary, OADDrawingGroup, OADTextListStyle, OCDSummary; 00010 00011 @interface PDPresentation : NSObject 00012 { 00013 OADDrawingGroup *mDrawingGroup; 00014 NSMutableArray *mSlideMasters; 00015 NSMutableArray *mNotesMasters; 00016 NSMutableArray *mSlides; 00017 struct _NSSize mSlideSize; 00018 struct _NSSize mNotesSize; 00019 BOOL mIsAutoPlay; 00020 BOOL mIsCommentsVisible; 00021 BOOL mIsLooping; 00022 BOOL mIsKiosk; 00023 OCDSummary *mSummary; 00024 NSMutableDictionary *mCommentAuthors; 00025 OADTextListStyle *mDefaultTextStyle; 00026 } 00027 00028 - (id)init; 00029 - (void)dealloc; 00030 - (id)drawingGroup; 00031 - (unsigned int)slideMasterCount; 00032 - (id)slideMasterAtIndex:(unsigned int)fp8; 00033 - (void)addSlideMaster:(id)fp8; 00034 - (unsigned int)notesMasterCount; 00035 - (id)notesMasterAtIndex:(unsigned int)fp8; 00036 - (void)addNotesMaster:(id)fp8; 00037 - (unsigned int)slideCount; 00038 - (id)slideAtIndex:(unsigned int)fp8; 00039 - (void)addSlide:(id)fp8; 00040 - (unsigned int)indexOfSlide:(id)fp8; 00041 - (struct _NSSize)slideSize; 00042 - (void)setSlideSize:(struct _NSSize)fp8; 00043 - (struct _NSSize)notesSize; 00044 - (void)setNotesSize:(struct _NSSize)fp8; 00045 - (BOOL)isAutoPlay; 00046 - (void)setIsAutoPlay:(BOOL)fp8; 00047 - (BOOL)isCommentsVisible; 00048 - (void)setIsCommentsVisible:(BOOL)fp8; 00049 - (BOOL)isLooping; 00050 - (void)setIsLooping:(BOOL)fp8; 00051 - (BOOL)isKiosk; 00052 - (void)setIsKiosk:(BOOL)fp8; 00053 - (id)summary; 00054 - (id)commentAuthorForId:(unsigned int)fp8; 00055 - (void)setCommentAuthor:(id)fp8 forId:(unsigned int)fp12; 00056 - (id)defaultTextStyle; 00057 00058 @end 00059