/headers/OfficeImport/EDPivotFieldItem.h

gehe zur Dokumentation dieser Datei
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 @interface EDPivotFieldItem : NSObject
00010 {
00011     _Bool mChildItems;
00012     _Bool mExpanded;
00013     _Bool mCalculatedMember;
00014     _Bool mMissed;
00015     _Bool mHidden;
00016     _Bool mDetailsHidden;
00017     int mType;
00018     unsigned int mItemIndex;
00019 }
00020 
00021 + (id)pivotFieldItem;
00022 - (id)init;
00023 - (_Bool)childItems;
00024 - (void)setChildItems:(_Bool)fp8;
00025 - (_Bool)expanded;
00026 - (void)setExpanded:(_Bool)fp8;
00027 - (_Bool)calculatedMember;
00028 - (void)setCalculatedMember:(_Bool)fp8;
00029 - (_Bool)missed;
00030 - (void)setMissed:(_Bool)fp8;
00031 - (_Bool)hidden;
00032 - (void)setHidden:(_Bool)fp8;
00033 - (_Bool)detailsHidden;
00034 - (void)setDetailsHidden:(_Bool)fp8;
00035 - (unsigned int)itemIndex;
00036 - (void)setItemIndex:(unsigned int)fp8;
00037 - (int)type;
00038 - (void)setType:(int)fp8;
00039 
00040 @end
00041