/headers/Preferences/PSListItemsController.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/PSListController.h>
00008 
00009 @interface PSListItemsController : PSListController
00010 {
00011     int _rowToSelect;
00012 }
00013 
00014 - (void)viewWillRedisplay;
00015 - (void)scrollToSelectedCell;
00016 - (void)setSpecifiers:(id)fp8;
00017 - (BOOL)preferencesTable:(id)fp8 isRow:(int)fp12 checkedInRadioGroup:(int)fp16;
00018 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
00019 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
00020 - (void)listItemSelected:(id)fp8;
00021 - (void)tableSelectionDidChange:(id)fp8;
00022 - (void)_addStaticText:(id)fp8;
00023 - (id)itemsFromParent;
00024 - (id)itemsFromDataSource;
00025 - (id)specifiers;
00026 
00027 @end
00028