Name
|
Description
|
ApplyUpdates
|
Executes all OutputLayout actions.
|
ArrangeWindows
|
Arranges the windows based on a window layout. Call OutputLayout.ApplyUpdates() to perform the action.
|
BringWindowToFront
|
Brings a window to front. Call OutputLayout.ApplyUpdates() to perform the action.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
ConfigureConsoleDocking
|
If multiple console windows are docked to the same edge, this method allows you to order of the console windows where the first specified console is closest to the docked edge.
|
ConfigureOutputPropertiesTab
|
Sets the Output Properties tab docking and/or visibility. Call OutputLayout.ApplyUpdates() to perform the action.
|
ConfigureOutputWindowTabs
|
Sets the output window tabs visibility. Call OutputLayout.ApplyUpdates() to perform the action.
|
ConstrainToWorkspace
|
Determines whether the window specified by windowID is constrained to remain within the boundaries of the FreeFlyer workspace. Call OutputLayout.ApplyUpdates() to perform the action.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetScreenSize
|
Get the size of the screen on which the main FreeFlyer application is running in pixels.
|
GetWindowIDs
|
Retrieves the specified window IDs.
|
GetWindowPosition
|
Get the position of the of the specified window.
|
GetWindowSize
|
Get the size of the of the specified window.
|
LockWindowOrder
|
Locks the window order so that windows are not brought to front when activated. Call OutputLayout.ApplyUpdates() to perform the action.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SaveWorkspaceImage
|
Save an image of the current output workspace.
|
SendWindowToBack
|
Sends a window to back. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetOutputWorkspaceIcon
|
This sets the icon of the main output workspace form when generating GUI output from ff.exe or the RTAPI. Note that this has no affect when called from FreeFlyer.exe. Call OutputLayout.ApplyUpdates() to perform the action. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetOutputWorkspaceState
|
This sets the state of the main FreeFlyer window. In FreeFlyer.exe valid options are 0:Normal and 3:Hidden. In ff.exe / RTAPI, available options include 0 Normal, 1 Minimized, 2 Maximized (DEFAULT), 3 Hidden. Call OutputLayout.ApplyUpdates() to perform the action. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetOutputWorkspaceTitle
|
This sets the title of the output workspace in FreeFlyer.exe or the main output workspace form when generating GUI output from ff.exe or the RTAPI. Call OutputLayout.ApplyUpdates() to perform the action. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowFrameVisibility
|
Sets the frame visibility of a window. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowFullScreenMode
|
Sets the specified Window in full screen mode. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowOrder
|
Sets the window order from top-most to the back. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowPosition
|
Sets the position of the top-left corner of a window. For constrained windows, the origin is located at the top-left corner of the Workspace. For unconstrained windows, the origin is located at the top-leftmost point over all screens. Change OutputLayout.ShowNewWindowBehavior to show windows without any arrangement to prevent tiling when new windows are added to the Output Workspace. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowSize
|
Sets the size of a window. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowState
|
Sets the state of a window. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWindowVisibility
|
Sets the visibility of a window. Call OutputLayout.ApplyUpdates() to perform the action.
|
SetWorkspaceFullScreenMode
|
Sets the Workspace in full screen mode. Call OutputLayout.ApplyUpdates() to perform the action.
|