Luky/Gui/LLStringTable.h

00001 //
00002 //  LLStringTable.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 01/08/2006.
00006 //  Copyright 2006 Luky Soft. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 #import "Luky.h"
00011 
00012 @interface LLStringTable : NSView {
00013     NSMutableArray *columns;
00014     bool hasChanged;
00015     LLNotificationCenter *notificationCenter;
00016 }
00017 
00018 - (bool) hasChanged;
00019 - (void) disableSelection;
00020 - (int)  maxNrOfRows; 
00021 - (void) setNrOfColumns:(int)newNrOfColumns;
00022 - (void) addString:(NSString *)str toColumn:(int)column;
00023 - (void) addString:(NSString *)str withColor:(NSColor *)col toColumn:(int)column;
00024 - (void) removeString:(NSString *)str fromColumn:(int)column;
00025 - (void) emptyAllColumns;
00026 - (void) newStringSelected:(NSString*)str; // to be overitten
00027 
00028 @end

Generated on Sat Aug 26 21:14:16 2006 for MacTrek by  doxygen 1.4.7