#import <MyTiffWriter.h>


Public Member Functions | |
| (void) | - changeCompression: |
| Action connected to the compression popup. | |
| (void) | - changeBits: |
| Action connected to the "bits per pixels" popup. | |
| (void) | - confirmParams: |
| Action connected to the "OK" button. | |
| (void) | - cancelParams: |
| Action connected to the "Cancel" button. | |
Protected Attributes | |
| IBOutlet NSPanel * | _cfgPanel |
| Configuration panel. | |
| u_short | _compression |
| Kind of compression. | |
| u_short | _nBits |
| Number of bits per pixels. | |
| - (void) changeCompression: | (id) | sender |
Action connected to the compression popup.
| sender | The popup. |
| - (void) changeBits: | (id) | sender |
Action connected to the "bits per pixels" popup.
| sender | The popup. |
| - (void) confirmParams: | (id) | sender |
Action connected to the "OK" button.
| sender | The button. |
| - (void) cancelParams: | (id) | sender |
Action connected to the "Cancel" button.
| sender | The button. |
1.5.4