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 CPProgressContext; 00010 00011 @interface CPProgressStage : NSObject 00012 { 00013 double m_currentPosition; 00014 double m_totalSteps; 00015 double m_stepsInParent; 00016 double m_startInParent; 00017 CPProgressStage *m_parentStage; 00018 CPProgressContext *m_context; 00019 } 00020 00021 - (id)initRootStageInContext:(id)fp8; 00022 - (id)initWithSteps:(double)fp8 takingSteps:(double)fp16 inContext:(id)fp24; 00023 - (void)dealloc; 00024 - (void)advanceProgress:(double)fp8; 00025 - (void)setProgress:(double)fp8; 00026 - (void)end; 00027 - (id)parentStage; 00028 - (double)currentPosition; 00029 00030 @end 00031