gwenhywfar  5.11.1beta
Instance Methods | Protected Attributes
CocoaListBox Class Reference

#import <CocoaListBox.h>

Inheritance diagram for CocoaListBox:
<CocoaGwenGUIProtocol>

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
 

Detailed Description

Definition at line 13 of file CocoaListBox.h.

Method Documentation

◆ addDataRowString:

- (void) addDataRowString: (NSString *)  dataRowString

◆ clearDataRows

- (void) clearDataRows

◆ dataRowStringForRow:

- (NSString *) dataRowStringForRow: (NSUInteger)  index

◆ minSize

- (NSSize) minSize

◆ setC_ActionPtr:Data:

- (void) setC_ActionPtr: (gwenListBoxActionPtr ptr
Data: (void *)  data 

◆ setColumnWidthTo:forColumn:

- (BOOL) setColumnWidthTo: (NSInteger)  widthInPixels
forColumn: (NSInteger)  index 

◆ setSortOrderTo:ForColumnWithIndex:

- (BOOL) setSortOrderTo: (BOOL)  ascending
ForColumnWithIndex: (NSUInteger)  index 

◆ setTitelsAndCreateColumns:

- (void) setTitelsAndCreateColumns: (NSString *)  titleString

◆ sortOrderForColumnAtIndex:

- (NSInteger) sortOrderForColumnAtIndex: (NSUInteger)  index

◆ titlesString

- (NSString *) titlesString

◆ widthOfColumn:

- (NSInteger) widthOfColumn: (NSInteger)  index

Field Documentation

◆ c_actionData

- (void*) c_actionData
protected

Definition at line 17 of file CocoaListBox.h.

◆ c_actionPtr

- (gwenListBoxActionPtr) c_actionPtr
protected

Definition at line 16 of file CocoaListBox.h.

◆ dataArray

- (NSMutableArray*) dataArray
protected

Definition at line 22 of file CocoaListBox.h.

◆ fillX

- (BOOL) fillX
readwriteprotected

Definition at line 19 of file CocoaListBox.h.

◆ fillY

- (BOOL) fillY
readwriteprotected

Definition at line 20 of file CocoaListBox.h.


The documentation for this class was generated from the following file: