home *** CD-ROM | disk | FTP | other *** search
- filer_message_dir
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { int fs_no;
- bits flags;
- char dir_name [228];
- }
- filer_message_dir;filer_message_open_dir_at
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { int fs_no;
- bits flags;
- <os_coord=>os.os_coord> at;
- int width;
- int height;
- byte display;
- char dir_name [211];
- }
- filer_message_open_dir_at;filer_message_selection_dir
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { char dir_name [236];
- }
- filer_message_selection_dir;filer_message_add_selection
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { char leaf_list [236];
- }
- filer_message_add_selection;filer_message_action
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { int operation;
- bits options;
- union
- { char destination_dir_name [228];
- struct
- { short access;
- short mask;
- }
- access;
- bits file_type;
- char find_leaf [228];
- }
- data;
- }
- filer_message_action;filer_message_control_action
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { int control;
- }
- filer_message_control_action;filer_message_selection
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { <os_box=>os.os_box> bbox;
- int width;
- int height;
- bits display;
- int col0;
- int row0;
- int col1;
- int row1;
- }
- filer_message_selection;filer_format
- Defined in: <filer=>filer.$>.h
- Declaration: typedef
- struct
- { <filer_format> *next;
- char *menu_text;
- char *help_text;
- int disc_format_swi;
- int disc_format_handle;
- int layout_structure_swi;
- int layout_structure_handle;
- bits flags;
- }
- filer_format;error_FILER_NO_RECURSION
- Defined in: <filer=>filer.$>.h
- Declaration: #define error_FILER_NO_RECURSION 0xB80uerror_FILER_NO_TEMPLATE
- Defined in: <filer=>filer.$>.h
- Declaration: #define error_FILER_NO_TEMPLATE 0xB81uerror_FILER_FAILED_SAVE
- Defined in: <filer=>filer.$>.h
- Declaration: #define error_FILER_FAILED_SAVE 0xB82uerror_FILER_BAD_PATH
- Defined in: <filer=>filer.$>.h
- Declaration: #define error_FILER_BAD_PATH 0xB83umessage_FILER_OPEN_DIR
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_OPEN_DIR 0x400umessage_FILER_CLOSE_DIR
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_CLOSE_DIR 0x401umessage_FILER_OPEN_DIR_AT
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_OPEN_DIR_AT 0x402umessage_FILER_SELECTION_DIR
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_SELECTION_DIR 0x403umessage_FILER_ADD_SELECTION
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_ADD_SELECTION 0x404umessage_FILER_ACTION
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_ACTION 0x405umessage_FILER_CONTROL_ACTION
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_CONTROL_ACTION 0x406umessage_FILER_SELECTION
- Defined in: <filer=>filer.$>.h
- Declaration: #define message_FILER_SELECTION 0x407ufiler_FORMAT_NATIVE
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_FORMAT_NATIVE 0x1ufiler_DIR_NONCANONICAL
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DIR_NONCANONICAL 0x1ufiler_DISPLAY_LARGE_ICONS
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DISPLAY_LARGE_ICONS 0x0ufiler_DISPLAY_SMALL_ICONS
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DISPLAY_SMALL_ICONS 0x1ufiler_DISPLAY_FULL_INFO
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DISPLAY_FULL_INFO 0x2ufiler_DISPLAY
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DISPLAY 0x3ufiler_DISPLAY_SHIFT
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_DISPLAY_SHIFT 0filer_SORT_BY_NAME
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT_BY_NAME 0x0ufiler_SORT_BY_SIZE
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT_BY_SIZE 0x1ufiler_SORT_BY_TYPE
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT_BY_TYPE 0x2ufiler_SORT_BY_DATE
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT_BY_DATE 0x3ufiler_SORT
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT 0xCufiler_SORT_SHIFT
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_SORT_SHIFT 2filer_GIVEN_DISPLAY
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_GIVEN_DISPLAY 0x10ufiler_GIVEN_SORT
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_GIVEN_SORT 0x20ufiler_CONTROL_ACKNOWLEDGE
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_CONTROL_ACKNOWLEDGE 0filer_CONTROL_VERBOSE_ON
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_CONTROL_VERBOSE_ON 1filer_CONTROL_VERBOSE_OFF
- Defined in: <filer=>filer.$>.h
- Declaration: #define filer_CONTROL_VERBOSE_OFF 2xservice_start_filer
- Defined in: <filer=>filer.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_start_filer (<wimp_t=>wimp.wimp_t> task,
- char **command,
- bool *unclaimed);
- Summary: Request to filing-system-specific desktop filers to start upservice_start_filer
- Defined in: <filer=>filer.$>.h
- Declaration: extern bool service_start_filer (<wimp_t=>wimp.wimp_t> task,
- char **command);
- Summary: Request to filing-system-specific desktop filers to start upxservice_started_filer
- Defined in: <filer=>filer.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_started_filer (void);
- Summary: Request to filing-system-specific desktop filers to set task_handle variable to 0service_started_filer
- Defined in: <filer=>filer.$>.h
- Declaration: extern void service_started_filer (void);
- Summary: Request to filing-system-specific desktop filers to set task_handle variable to 0xservice_filer_dying
- Defined in: <filer=>filer.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_filer_dying (void);
- Summary: Notification that the Filer module is about to close downservice_filer_dying
- Defined in: <filer=>filer.$>.h
- Declaration: extern void service_filer_dying (void);
- Summary: Notification that the Filer module is about to close downxservice_enumerate_formats
- Defined in: <filer=>filer.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_enumerate_formats (<filer_format> *format_list,
- <filer_format> **format_list_out);
- Summary: Enumerate available disc formatsservice_enumerate_formats
- Defined in: <filer=>filer.$>.h
- Declaration: extern void service_enumerate_formats (<filer_format> *format_list,
- <filer_format> **format_list_out);
- Summary: Enumerate available disc formatsxservice_disc_dismounted
- Defined in: <filer=>filer.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_disc_dismounted (char *disc_name);
- Summary: Disc dismountedservice_disc_dismounted
- Defined in: <filer=>filer.$>.h
- Declaration: extern void service_disc_dismounted (char *disc_name);
- Summary: Disc dismountedFiler
- <filer_message_dir>
- <filer_message_open_dir_at>
- <filer_message_selection_dir>
- <filer_message_add_selection>
- <filer_message_action>
- <filer_message_control_action>
- <filer_message_selection>
- <filer_format>
- <error_FILER_NO_RECURSION>
- <error_FILER_NO_TEMPLATE>
- <error_FILER_FAILED_SAVE>
- <error_FILER_BAD_PATH>
- <message_FILER_OPEN_DIR>
- <message_FILER_CLOSE_DIR>
- <message_FILER_OPEN_DIR_AT>
- <message_FILER_SELECTION_DIR>
- <message_FILER_ADD_SELECTION>
- <message_FILER_ACTION>
- <message_FILER_CONTROL_ACTION>
- <message_FILER_SELECTION>
- <filer_FORMAT_NATIVE>
- <filer_DIR_NONCANONICAL>
- <filer_DISPLAY_LARGE_ICONS>
- <filer_DISPLAY_SMALL_ICONS>
- <filer_DISPLAY_FULL_INFO>
- <filer_DISPLAY>
- <filer_DISPLAY_SHIFT>
- <filer_SORT_BY_NAME>
- <filer_SORT_BY_SIZE>
- <filer_SORT_BY_TYPE>
- <filer_SORT_BY_DATE>
- <filer_SORT>
- <filer_SORT_SHIFT>
- <filer_GIVEN_DISPLAY>
- <filer_GIVEN_SORT>
- <filer_CONTROL_ACKNOWLEDGE>
- <filer_CONTROL_VERBOSE_ON>
- <filer_CONTROL_VERBOSE_OFF>
- <xservice_start_filer>
- <service_start_filer>
- <xservice_started_filer>
- <service_started_filer>
- <xservice_filer_dying>
- <service_filer_dying>
- <xservice_enumerate_formats>
- <service_enumerate_formats>
- <xservice_disc_dismounted>
- <service_disc_dismounted>