|
gwenhywfar 5.10.1
|
#import <CocoaListBox.h>


Instance Methods | |
| (void) | - addDataRowString: |
| (void) | - clearDataRows |
| (NSString *) | - dataRowStringForRow: |
| (NSSize) | - minSize |
| (void) | - setC_ActionPtr:Data: |
| (BOOL) | - setColumnWidthTo:forColumn: |
| (BOOL) | - setSortOrderTo:ForColumnWithIndex: |
| (void) | - setTitelsAndCreateColumns: |
| (NSInteger) | - sortOrderForColumnAtIndex: |
| (NSString *) | - titlesString |
| (NSInteger) | - widthOfColumn: |
Protected Attributes | |
| void * | c_actionData |
| gwenListBoxActionPtr | c_actionPtr |
| NSMutableArray * | dataArray |
| BOOL | fillX |
| BOOL | fillY |
Definition at line 13 of file CocoaListBox.h.
| - (void) addDataRowString: | (NSString *) | dataRowString |
Definition at line 1 of file CocoaListBox.m.
| - (void) clearDataRows |
Definition at line 1 of file CocoaListBox.m.
| - (NSString *) dataRowStringForRow: | (NSUInteger) | index |
Definition at line 1 of file CocoaListBox.m.
| - (NSSize) minSize |
| - (void) setC_ActionPtr: | (gwenListBoxActionPtr) | ptr | |
| Data: | (void *) | data | |
Definition at line 1 of file CocoaListBox.m.
| - (BOOL) setColumnWidthTo: | (NSInteger) | widthInPixels | |
| forColumn: | (NSInteger) | index | |
Definition at line 143 of file CocoaListBox.m.
| - (BOOL) setSortOrderTo: | (BOOL) | ascending | |
| ForColumnWithIndex: | (NSUInteger) | index | |
Definition at line 143 of file CocoaListBox.m.
| - (void) setTitelsAndCreateColumns: | (NSString *) | titleString |
Definition at line 1 of file CocoaListBox.m.
| - (NSInteger) sortOrderForColumnAtIndex: | (NSUInteger) | index |
Definition at line 143 of file CocoaListBox.m.
| - (NSString *) titlesString |
Definition at line 1 of file CocoaListBox.m.
| - (NSInteger) widthOfColumn: | (NSInteger) | index |
Definition at line 143 of file CocoaListBox.m.
|
protected |
Definition at line 17 of file CocoaListBox.h.
|
protected |
Definition at line 16 of file CocoaListBox.h.
|
protected |
Definition at line 22 of file CocoaListBox.h.
Referenced by addDataRowString:.
|
readwriteprotected |
Definition at line 19 of file CocoaListBox.h.
Referenced by addDataRowString:.
|
readwriteprotected |
Definition at line 20 of file CocoaListBox.h.
Referenced by addDataRowString:.