Layout

_LayoutManager, _ShowWindows, _ViewLayoutSetup, EndLayout, SetDockingViewContent, SetDockingViewFlags, SetImageLayout, SetImageLayoutEx, SetLayout, SetOrganizerLayout, ShowDockingView, ShowOrganizerWindow, StartLayout, ToggleDockingView

EndLayout

Description 

 EndLayout();

This function finishes the special mode for editing the application layout that was started by the StartLayout function and displays the layout changes.

SetDockingViewContent

Description 

 SetDockingViewContent(
   int  DockingView,
   char *DockingViewContent
);

A control window can be added to a docking pane by this function.

Parameters

int DockingView

The docking pane selection.

DOCK_LEFT

Left

DOCK_TOP

Top

DOCK_RIGHT

Right

DOCK_BOTTOM

Bottom

char *DockingViewContent

The control window(s) to be added.

InputSetupFormControl

Camera Settings

HistoToolControl

Histogram

LutToolControl

Look Up Tables (LUTs)

IMeasControl

Measurement

TimeMeasControl

Time Measurement

ProfilesControl

Intensity Profile

ViewSynchroControl

View Synchronizer

DeviceMicPadControl

Microscope Control Pad

FiltersShuttersGUIControl

Filters and Shutters

HeatStageGUIControl

Heating stage

NosepieceGUIControl

Nosepiece

SetDockingViewFlags

Description 

 SetDockingViewFlags(
   int  DockingView,
   int  DockingViewFlags
);

This function modifies the docking view. It shrinks/expands the selected docking pane.

Parameters

int DockingView

The docking pane selection.

DOCK_LEFT

Left

DOCK_TOP

Top

DOCK_RIGHT

Right

DOCK_BOTTOM

Bottom

int DockingViewFlags

The action to be performed.

DOCKFLAGS_EXPANDTOP

Expand to top

DOCKFLAGS_SHRINKTOP

Shrink the top

DOCKFLAGS_EXPANDBOTTOM

Expand to bottom

DOCKFLAGS_SHRINKBOTTOM

Shrink the bottom

DOCKFLAGS_EXPANDLEFT

Expand to left

DOCKFLAGS_SHRINKLEFT

Shrink the left

DOCKFLAGS_EXPANDRIGHT

Expand to right

DOCKFLAGS_SHRINKRIGHT

Shrink the right

SetImageLayout

Description 

 SetImageLayout();

This function switches view to the standard image layout.

See Also 
SetOrganizerLayout

SetImageLayoutEx

Description 

 SetImageLayoutEx(
   int  ShowOrganizer
);

This function opens the Organizer panel.

Parameters

int ShowOrganizer

Shows the Organizer panel.

0

Hide

1

Show

SetLayout

Description 

 SetLayout(
   char *LayoutName
);

This function activates the specified layout.

Parameters

char *LayoutName

The existing layout name.

SetOrganizerLayout

This function runs the View > Organizer Layout command.

Description 

 SetOrganizerLayout();

This function switches view to the Organizer layout.

See Also 
SetImageLayout

ShowDockingView

Description 

 ShowDockingView(
   int  DockingView,
   bool  ShowDockingView
);

This function displays/hides the selected docking pane.

Parameters

int DockingView

The docking pane selection.

DOCK_LEFT

Left

DOCK_TOP

Top

DOCK_RIGHT

Right

DOCK_BOTTOM

Bottom

bool ShowDockingView

It determines whether to show or hide the selected docking pane.

0

Hide

1

Show

Note

If a second monitor is installed, the DOCK_MONITOR_SECOND (4096) should be used to apply the function to it. Set e.g. "4|DOCK_MONITOR_SECOND (4096)" for the DockingView parameter.

See Also 
ToggleDockingView

ShowOrganizerWindow

Description 

 ShowOrganizerWindow();

Switches to the Organizer layout.

StartLayout

Description 

 StartLayout();

When applying the SetDockingViewContent and SetDockingViewFlags functions for modifying the application layout, the changes display immediately. This function starts a special mode where it is possible to apply the above functions repeatedly without displaying the changes. Use the EndLayout function to close the mode and display all the changes at once.

ToggleDockingView

This function runs the View > Docking Panes command.

Description 

 ToggleDockingView(
   int  DockingView
);

This function toggles the selected docking pane.

Parameters

int DockingView

The docking pane selection.

DOCK_LEFT

Left

DOCK_TOP

Top

DOCK_RIGHT

Right

DOCK_BOTTOM

Bottom

Note

If a second monitor is installed, the DOCK_MONITOR_SECOND (4096) should be used to apply the function to it. Set e.g. "4|DOCK_MONITOR_SECOND (4096)" for the DockingView parameter.

See Also 
ShowDockingView

_LayoutManager

This function runs the View > Layout > Layout Manager command.

Description 

 _LayoutManager();

This function displays the Layout Manager dialog window.

_ShowWindows

Description 

 _ShowWindows();

This function enables managing of multiply opened images. The function displays the Opened Windows dialog box with a list of currently opened images and can be used to change the active image window.

_ViewLayoutSetup

Description 

 _ViewLayoutSetup();

When you have opened an ND document in Tiled View, this command opens the Presentation Tools window. You can set the numbering style and different layout settings in this setup window.