00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class NSArray, NSString, OADBackground, PDAnimation, PDTransition;
00010
00011 @interface PDSlideBase : NSObject
00012 {
00013 NSString *mName;
00014 NSArray *mDrawables;
00015 OADBackground *mBackground;
00016 PDAnimation *mAnimation;
00017 PDTransition *mTransition;
00018 BOOL mIsHidden;
00019 }
00020
00021 + (int)inheritedPlaceholderType:(int)fp8;
00022 - (id)init;
00023 - (void)dealloc;
00024 - (id)name;
00025 - (void)setName:(id)fp8;
00026 - (id)drawables;
00027 - (void)setDrawables:(id)fp8 defaultTextListStyle:(id)fp12;
00028 - (id)background;
00029 - (void)setBackground:(id)fp8;
00030 - (id)animation;
00031 - (id)transition;
00032 - (void)setTransition:(id)fp8;
00033 - (id)defaultTheme;
00034 - (id)placeholderWithType:(int)fp8 placeholderTypeIndex:(int)fp12;
00035 - (id)placeholderWithType:(int)fp8 placeholderTypeIndex:(int)fp12 useBaseTypeMatch:(BOOL)fp16;
00036 - (id)allPlaceholdersOfBaseType:(int)fp8;
00037 - (id)parentTextBodyPropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00038 - (id)parentTextStyleForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12 defaultTextListStyle:(id)fp16;
00039 - (id)parentTextStyleForTables;
00040 - (id)parentShapePropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00041 - (id)masterGraphicForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00042 - (id)parentSlideBase;
00043 - (id)colorScheme;
00044 - (id)colorMap;
00045 - (id)styleMatrix;
00046 - (BOOL)isHidden;
00047 - (void)setIsHidden:(BOOL)fp8;
00048
00049 @end
00050