?? filetable.h
字號:
#import <UIKit/UIKit.h>#import <UIKit/UISimpleTableCell.h>#import <UIKit/UIImageAndTextTableCell.h>#import <UIKit/UITableColumn.h>#import <UIKit/UIImage.h>#import <GraphicsServices/GraphicsServices.h>@interface FileTable : UITable{ NSString *path; NSString *extension; NSMutableArray *fileList; UITableColumn *colFilename; UITableColumn *colType;}- (id)initWithFrame:(struct CGRect)rect;- (void)setPath:(NSString *)_path;- (void)setExtension:(NSString *)_extension;- (void)reloadData;- (int)swipe:(int)type withEvent:(struct __GSEvent *)event;- (int)numberOfRowsInTable:(UITable *)_table;- (UITableCell *)table:(UITable *)table cellForRow:(int)row column:(UITableColumn *)col;- (void)_willDeleteRow:(int)row forTableCell:(id)cell viaEdge:(int)edge animateOthers:(BOOL)animate;- (void)dealloc;@end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -