#import <FITSWriter.h>


Public Member Functions | |
| (void) | - changeCompression: |
| Action connected to the compression popup. | |
| (void) | - changeBits: |
| Action connected to the "sample representation" 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. | |
| int | _imgType |
| 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 "sample representation" 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