gwenhywfar  4.10.0beta
Public Member Functions | Protected Attributes | Properties
CocoaListBox Class Reference

#import <CocoaListBox.h>

Inheritance diagram for CocoaListBox:
<CocoaGwenGUIProtocol>

Public Member Functions

(void) - addDataRowString:
(void) - clearDataRows
(NSString *) - dataRowStringForRow:
(BOOL) - fillX
(BOOL) - fillY
(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

Properties

BOOL fillX
BOOL fillY

Detailed Description

Definition at line 13 of file CocoaListBox.h.

Member Function Documentation

- (void) addDataRowString: (NSString *)  dataRowString
- (void) clearDataRows
- (NSString*) dataRowStringForRow: (NSUInteger)  index
- (BOOL) fillX
- (BOOL) fillY
- (NSSize) minSize
- (void) setC_ActionPtr: (gwenListBoxActionPtr ptr
Data: (void *)  data 
- (BOOL) setColumnWidthTo: (NSInteger)  widthInPixels
forColumn: (NSInteger)  index 
- (BOOL) setSortOrderTo: (BOOL)  ascending
ForColumnWithIndex: (NSUInteger)  index 
- (void) setTitelsAndCreateColumns: (NSString *)  titleString
- (NSInteger) sortOrderForColumnAtIndex: (NSUInteger)  index
- (NSString*) titlesString
- (NSInteger) widthOfColumn: (NSInteger)  index

Field Documentation

- (void*) c_actionData
protected

Definition at line 15 of file CocoaListBox.h.

- (gwenListBoxActionPtr) c_actionPtr
protected

Definition at line 14 of file CocoaListBox.h.

- (NSMutableArray*) dataArray
protected

Definition at line 20 of file CocoaListBox.h.

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 17 of file CocoaListBox.h.

- (BOOL) fillY
readwriteatomic

Definition at line 18 of file CocoaListBox.h.


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