/headers/OfficeImport/EDColorReference-EDInternal.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 <OfficeImport/EDColorReference.h>
00008 
00009 @interface EDColorReference (EDInternal)
00010 + (id)colorReferenceWithSystemColorID:(int)fp8 resources:(id)fp12;
00011 + (id)colorReferenceWithColorIndex:(unsigned int)fp8 resources:(id)fp12;
00012 + (id)colorReferenceWithXlThemeIndex:(unsigned int)fp8 tint:(double)fp12 resources:(id)fp20;
00013 - (int)systemColorID;
00014 - (unsigned int)colorIndex;
00015 - (unsigned int)themeIndex;
00016 - (double)tint;
00017 @end
00018