Callback

_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

_Org_Copy

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

_Org_Cut

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

_Org_Delete

Description 

 _Org_Delete();

This function deletes the selected folder/files/database records when in the Organizer view. A confirmation dialog box appears.

_Org_GenerateReport

Description 

 _Org_GenerateReport();

This function displays the dialog box that starts a report creation.

_Org_InvertSelection

Description 

 _Org_InvertSelection();

This function inverts the selection of items within the current organizer pane.

_Org_NextPane

Description 

 _Org_NextPane();

This function switches between the two panes of the organizer layout.

_Org_OpenImage

Description 

 _Org_OpenImage();

This function opens all images selected in the current organizer pane.

_Org_Paste

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

_Org_Properties

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.

_Org_RefreshFolders

Description 

 _Org_RefreshFolders();

This function makes a directory to refresh its content. This is useful when entering network drives that do not refresh automatically.

_Org_RemoveFilterAndSort

Description 

 _Org_RemoveFilterAndSort();

This function removes filtering and sorting of the active organizer layout pane.

_Org_RemoveSort

Description 

 _Org_RemoveSort();

This function removes sorting of the active organizer layout pane.

_Org_Rotate180

Description 

 _Org_Rotate180();

Rotates the selected image(s) by 180 degrees.

_Org_RotateLeft

Description 

 _Org_RotateLeft();

This function removes sorting of the active organizer layout pane.

_Org_RotateRight

Description 

 _Org_RotateRight();

This function performs a rightward rotation of the selected image(s). A confirmation dialog box appears.

_Org_SelectAll

Description 

 _Org_SelectAll();

This function selects all images within the current organizer pane.

_Org_SetDirectory

Description 

 _Org_SetDirectory(
   char *Directory,
   int  PaneIndex
);

This function sets the active directory displayed in an organizer layout pane.

Parameters

char *Directory

Directory path.

int PaneIndex

Index of the pane.

0

Left pane

1

Right pane

_Org_SetPanesSameSize

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.

_Org_SortByColumn

Description 

 _Org_SortByColumn(
   int  ColumnIndex,
   bool  Ascending
);

This function select sorted column or set sorting direction.

Parameters

int ColumnIndex

-1

see the Ascending param

>= 0

change sorted column, keep sorting direction, if no column is sorted, then direction is ascending

bool Ascending

Works only when ColumnIndex < 0 and any column is sorted

0

Descending

1

Ascending

_Org_SwitchLeftPaneSize

Description 

 _Org_SwitchLeftPaneSize();

This function maximizes the left pane of the organizer layout to cover the whole application screen. The right pane becomes hidden.

_Org_SwitchNavigationView

Description 

 _Org_SwitchNavigationView();

This function swaps visibility of a navigation pane within the active Organizer layout pane.

_Org_SwitchRightPaneSize

Description 

 _Org_SwitchRightPaneSize();

This function maximizes the right pane of the organizer layout to cover the whole application screen. The left pane becomes hidden.

_Org_ViewType

Description 

 _Org_ViewType(
   int  ViewType
);

This function changes the type of images preview within the active pane of the Organizer layout.

Parameters

int ViewType

Index of the type of images preview.

0

Details with preview

2

Icons

3

Small

4

Medium

5

Large

6

Very large

_PrecacheThumbnails

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.