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/CMState.h> 00008 00009 @class WMOutlineState; 00010 00011 @interface WMState : CMState 00012 { 00013 WMOutlineState *currentListState; 00014 WMOutlineState *outlineState; 00015 } 00016 00017 - (id)init; 00018 - (void)dealloc; 00019 - (id)currentListState; 00020 - (id)outlineState; 00021 - (void)setCurrentListState:(id)fp8; 00022 - (BOOL)isCurrentListStateOverridden; 00023 - (BOOL)isCurrentListId:(int)fp8; 00024 - (void)clearCurrentListState; 00025 00026 @end 00027