/headers/Preferences/PSControlTableCell.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 <Preferences/PSTableCell.h>
00008 
00009 @class NSArray, NSDictionary, UIControl, UIProgressIndicator;
00010 
00011 @interface PSControlTableCell : PSTableCell
00012 {
00013     UIControl *_control;
00014     UIProgressIndicator *_progressIndicator;
00015     NSArray *_values;
00016     NSDictionary *_titleDict;
00017 }
00018 
00019 - (void)setValues:(id)fp8 titleDictionary:(id)fp12;
00020 - (id)titleTextLabel;
00021 - (id)valueTextLabel;
00022 - (void)dealloc;
00023 - (id)control;
00024 - (BOOL)loading;
00025 - (void)setLoading:(BOOL)fp8;
00026 - (void)setControl:(id)fp8;
00027 - (void)controlChanged:(id)fp8;
00028 - (void)setValue:(id)fp8;
00029 - (void)segmentedControl:(id)fp8 selectedSegmentChanged:(int)fp12;
00030 
00031 @end
00032