gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaTextBrowser Class Reference

#import <CocoaTextBrowser.h>

Inheritance diagram for CocoaTextBrowser:
Inheritance graph
[legend]
Collaboration diagram for CocoaTextBrowser:
Collaboration graph
[legend]

Instance Methods

(BOOL) - fillX
 
(BOOL) - fillY
 
(NSSize) - minSize
 
(void) - setStringValue:
 
(void) - setStringValue:BasePath:
 
(NSString *) - stringValue
 

Protected Attributes

BOOL fillX
 
BOOL fillY
 
NSString * loadedString
 

Detailed Description

Definition at line 12 of file CocoaTextBrowser.h.

Method Documentation

- (BOOL) fillX

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and stringValue.

Here is the caller graph for this function:

- (BOOL) fillY

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and stringValue.

Here is the caller graph for this function:

- (NSSize) minSize
- (void) setStringValue: (NSString *)  value

Definition at line 74 of file CocoaTextBrowser.m.

References setStringValue:BasePath:.

Here is the call graph for this function:

- (void) setStringValue: (NSString *)  value
BasePath: (NSString *)  base 

Definition at line 39 of file CocoaTextBrowser.m.

References loadedString.

Referenced by setStringValue:.

Here is the caller graph for this function:

- (NSString *) stringValue

Definition at line 78 of file CocoaTextBrowser.m.

References <CocoaGwenGUIProtocol>::fillX, <CocoaGwenGUIProtocol>::fillY, loadedString, and <CocoaGwenGUIProtocol>::minSize.

Here is the call graph for this function:

Field Documentation

- (BOOL) fillX
readwriteprotected

Definition at line 15 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup().

- (BOOL) fillY
readwriteprotected

Definition at line 16 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup().

- (NSString*) loadedString
protected

Definition at line 18 of file CocoaTextBrowser.h.

Referenced by setStringValue:BasePath:, and stringValue.


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