_Org_Copy, _Org_Cut, _Org_Delete, _Org_GenerateReport, _Org_InvertSelection, _Org_NextPane, _Org_OpenImage, _Org_Paste, _Org_Properties, _Org_RefreshFolders, _Org_RemoveFilterAndSort, _Org_RemoveSort, _Org_Rotate180, _Org_RotateLeft, _Org_RotateRight, _Org_SelectAll, _Org_SetDirectory, _Org_SetPanesSameSize, _Org_SortByColumn, _Org_SwitchLeftPaneSize, _Org_SwitchNavigationView, _Org_SwitchRightPaneSize, _Org_ViewType, _PrecacheThumbnails
Description
_Org_Copy();
This function copies the image(s) selected via the Organizer layout to application memory. It is possible to paste them using the _Org_Paste function.
See Also
_Org_Paste
Description
_Org_Cut();
This function copies the selected images to clipboard. When the _Org_Paste function is used, the selected images are inserted to the active folder and deleted from the original location.
See Also
_Org_Paste
Description
_Org_Delete();
This function deletes the selected folder/files/database records when in the Organizer view. A confirmation dialog box appears.
Description
_Org_GenerateReport();
This function displays the dialog box that starts a report creation.
Description
_Org_InvertSelection();
This function inverts the selection of items within the current organizer pane.
Description
_Org_NextPane();
This function switches between the two panes of the organizer layout.
Description
_Org_OpenImage();
This function opens all images selected in the current organizer pane.
Description
_Org_Paste();
This function pastes the image(s) previously copied to memory (e.g. via the _Org_Copy function) to the currently selected pane of the organizer layout.
See Also
_Org_Copy
Description
_Org_Properties();
This functions displays a popup window containing the selected image/database record properties. If there is more then one selected image/DB record, only the fields with matching values are displayed.
Description
_Org_RefreshFolders();
This function makes a directory to refresh its content. This is useful when entering network drives that do not refresh automatically.
Description
_Org_RemoveFilterAndSort();
This function removes filtering and sorting of the active organizer layout pane.
Description
_Org_RemoveSort();
This function removes sorting of the active organizer layout pane.
Description
_Org_RotateLeft();
This function removes sorting of the active organizer layout pane.
Description
_Org_RotateRight();
This function performs a rightward rotation of the selected image(s). A confirmation dialog box appears.
Description
_Org_SelectAll();
This function selects all images within the current organizer pane.
Description
_Org_SetDirectory( char *Directory
, intPaneIndex
);
This function sets the active directory displayed in an organizer layout pane.
Description
_Org_SetPanesSameSize();
This function resizes the organizer panes so they become both the same size. It works even if one of the panes is hidden on one side.
Description
_Org_SortByColumn( intColumnIndex
, boolAscending
);
This function select sorted column or set sorting direction.
Description
_Org_SwitchLeftPaneSize();
This function maximizes the left pane of the organizer layout to cover the whole application screen. The right pane becomes hidden.
Description
_Org_SwitchNavigationView();
This function swaps visibility of a navigation pane within the active Organizer layout pane.
Description
_Org_SwitchRightPaneSize();
This function maximizes the right pane of the organizer layout to cover the whole application screen. The left pane becomes hidden.
Description
_Org_ViewType(
int ViewType
);
This function changes the type of images preview within the active pane of the Organizer layout.
This function runs the Tools > Generate Thumbnails command.
Description
_PrecacheThumbnails();
This function opens the Generate Thumbnails dialog window which generates thumbnails of all images gathered in a folder or on the hard disk.