/headers/Celestial/FigCaptionRowLayer.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 "LKLayer.h"
00008 
00009 @class FigCaptionLayer, NSMutableArray;
00010 
00011 @interface FigCaptionRowLayer : LKLayer
00012 {
00013     FigCaptionLayer *_masterCaptionLayer;
00014     NSMutableArray *_commandArray;
00015     BOOL _dirty;
00016     BOOL _needsDisplay;
00017     BOOL _needsRoll;
00018     BOOL _needsRollOff;
00019     int _row;
00020 }
00021 
00022 - (void)dealloc;
00023 - (void)drawInContext:(struct CGContext *)fp8;
00024 - (void)eraseRow;
00025 - (void)displayRowWithCommandData:(id)fp8;
00026 - (void)endUpdate;
00027 
00028 @end
00029