_, _ImageOpenFirst, _ImageOpenLast, _ImageOpenNext, _ImageOpenPrevious, _ImageOpenSettings, _OpenNext_SetNum, ImageOpenFirst, ImageOpenLast, ImageOpenNext, ImageOpenPrevious, OpenNext_LimitDocuments, OpenNext_SetNum, OpenNext_Sort, OpenNext_SourceImages
Interactive menu command to this function: File > Open/Save Next > Open First
Description
ImageOpenFirst();
This function opens the first image from the list of files defined by Open Next parameters.
Note
If the number of opened images exceeds the number defined in the Open Next Options dialog box, the first open images will be closed without saving any possible changes in them.
See Also
ImageOpenLast, ImageOpenNext, ImageOpenPrevious, _ImageOpenSettings
Interactive menu command to this function: File > Open/Save Next > Open Last
Description
ImageOpenLast();
This function opens the last image from the list of files defined by Open Next parameters.
Note
If the number of opened images exceeds the number defined in the Open Next Options dialog box, the first open images will be closed without saving any possible changes in them.
See Also
ImageOpenFirst, ImageOpenNext, ImageOpenPrevious, _ImageOpenSettings
Interactive menu command to this function: File > Open/Save Next > Open Next
Description
ImageOpenNext();
This function opens the next image from the list of files defined by Open Next parameters.
Note
If the number of opened images exceeds the number defined in the Open Next Options dialog box, the first open images will be closed without saving any possible changes in them.
See Also
ImageOpenFirst, ImageOpenLast, ImageOpenPrevious, _ImageOpenSettings
Interactive menu command to this function: File > Open/Save Next > Open Previous
Description
ImageOpenPrevious();
This function opens the previous image from the last image opened by Open Image dialog box.
Note
If number of opened images exceeds the number, defined in the Open Next Options dialog box, the first open images will be closed without saving any possible changes in them.
See Also
ImageOpenFirst, ImageOpenLast, ImageOpenNext, _ImageOpenSettings
Description
OpenNext_LimitDocuments(
int MaxOpenedDocuments
);
This function sets limit number of opened documents via open next command.
Description
OpenNext_SetNum(
int number
);
This function sets the number that corresponds to an image that will be opened by next call of the ImageOpenNext function.
See Also
OpenNext_Sort, OpenNext_SourceImages
Description
OpenNext_Sort( intApplySort
, intSortItem
, intSortOrder
);
Sets up sorting conditions for functions like ImageOpenPrevious, ImageOpenFirst and ImageOpenLast.
Parameters
See Also
OpenNext_SetNum, OpenNext_SourceImages
Description
OpenNext_SourceImages( char *ImageDirectory
, intImageExt
, char *FileFilter
);
This function defines directory and image type for functions like ImageOpenNext, ImageOpenPrevious, ImageOpenFirst and ImageOpenLast.
Parameters
See Also
OpenNext_SetNum, OpenNext_Sort
This function runs the File > Recent Folders menu command.
Description
_EnterDirectory( char *ImageDirectory
, intImageExt
);
Sets the working directory in the same way as the OpenNext_SourceImages function and opens a dialog for selecting an image to be opened.
Parameters
Note
This function also sets parameters Directory and Files of Type in the Options > Open Next dialog box.
See Also
_ImageOpenSettings
This function runs the File > Open/Save Next > Open First menu command.
Description
_ImageOpenFirst();
This function opens the first image from the directory defined by Open Next parameters.
Note
If number of opened images exceeds the number, defined in the General Options dialog box, the first open images will be closed, allowing the user to save possible changes.
See Also
_ImageOpenSettings, ImageOpenFirst
This function runs the File > Open/Save Next > Open Last menu command.
Description
_ImageOpenLast();
This function opens the last image from the directory defined by Open Next parameters.
Note
If number of opened images exceeds the number, defined in the General Options dialog box, the first open images will be closed, allowing the user to save possible changes.
See Also
_ImageOpenSettings, ImageOpenLast
This function runs the File > Open/Save Next > Open Next menu command.
Description
_ImageOpenNext();
This function opens the next image from the list of files defined by Open Next parameters.
Note
If number of opened images exceeds the number, defined in the General Options dialog box, the first open images will be closed, allowing the user to save possible changes.
See Also
_ImageOpenSettings, ImageOpenNext
This function runs the File > Open/Save Next > Open Previous menu command.
Description
_ImageOpenPrevious();
This function opens the previous image from the list of files defined by Open Next parameters.
Note
If number of opened images exceeds the number, defined in the General Options dialog box, the first open images will be closed, allowing the user to save possible changes.
See Also
_ImageOpenSettings, ImageOpenPrevious
This function runs the File > Open/Save Next > Open Options menu command.
Description
_ImageOpenSettings();
This function displays the Options dialog box.
Description
_OpenNext_SetNum(
int OpenNext_Num
);
This function sets and opens image specified by parameter. Function ImageOpenNext increments pointer to image list, but _OpenNext_SetNum opens the specified image.
Parameters
See Also
ImageOpenNext, OpenNext_SetNum