Lynkeos  1.2
Public Member Functions | Static Public Member Functions | Protected Attributes
MyImageListItem Class Reference

Common class for all image list items. More...

#import <MyImageListItem.h>

Inheritance diagram for MyImageListItem:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(id) - initWithURL:
(NSURL *) - getURL
(int) - getSelectionState
(NSString *) - getName
(bool- hasSearchSquare
(MyIntegerPoint- searchSquareOrigin
(bool- isAligned
(NSPoint) - alignOffset
(double) - getQuality
(NSNumber *) - getIndex
(NSImage *) - getImage
(NSSize) - imageSize
(void) - setSelected:
(void) - invalidateSearchSquare
(void) - setSearchSquareOrigin:
(void) - invalidateAlignment
(void) - setAlignOffset:
(void) - setQuality:

Static Public Member Functions

(id) + imageListItemWithURL:

Protected Attributes

NSURL * _itemURL
NSString * _itemName
int _selection_state
bool _hasSearchSquare
MyIntegerPoint _searchSquareOrigin
bool _aligned
NSPoint _alignOffset
double _quality

Detailed Description

Common class for all image list items.

It provides a unique interface to the outline view, and the common data and methods for the image list items.


Member Function Documentation

- (NSPoint) alignOffset
- (NSImage *) getImage
- (NSNumber *) getIndex
- (NSString *) getName

References _itemName.

- (double) getQuality
- (NSURL *) getURL

References _itemURL.

References _hasSearchSquare.

+ (id) imageListItemWithURL: (NSURL*)  url
- (NSSize) imageSize
- (id) initWithURL: (NSURL*)  url

References _itemName, and _itemURL.

References _aligned.

References _hasSearchSquare.

References _aligned.

- (void) setAlignOffset: (NSPoint)  offset

References _aligned, and _alignOffset.

Referenced by MyDocument::addEntry:.

- (void) setQuality: (double)  quality

References _quality, and quality().

- (void) setSelected: (bool value

Member Data Documentation

- (bool) _aligned [protected]
- (NSPoint) _alignOffset [protected]

Referenced by alignOffset, and setAlignOffset:.

- (bool) _hasSearchSquare [protected]
- (NSString*) _itemName [protected]

Referenced by getName, and initWithURL:.

- (NSURL*) _itemURL [protected]

Referenced by getURL, and initWithURL:.

- (double) _quality [protected]

Referenced by getQuality, and setQuality:.

- (int) _selection_state [protected]

Referenced by getSelectionState, and setSelected:.


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