McApplication Class |
![]() |
Namespace: MediaCy.IQL.Application
Public Class McApplication Inherits McEngineWrapper Implements McApplication
The McApplication type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveDocument |
Exposes the currently active document.
|
![]() | ActiveWindow |
Exposes the currently active window.
|
![]() | ActiveWindowEx |
Exposes the currently active window.
|
![]() | CaptureState |
The last known capture state.
|
![]() | ColorScheme |
Accesses the current application color scheme.
|
![]() | Commands |
Exposes the collection of registered commands.
|
![]() | Company |
Returns the name of the company.
|
![]() | Controllers |
Exposes the Model-View-controller controller collection.
|
![]() | Documents |
Exposes the Model-View-controller document collection.
|
![]() | Engine |
Returns the engine defined in the current thread.
|
![]() | ExeName |
Returns the name of the application executable file.
|
![]() | ExePath |
Returns the path to the application folder.
|
![]() | FullScreen |
Toggles the full screen mode.
|
![]() | hWnd |
Returns the handle of the application main window.
|
![]() | Identities |
Exposes the identity collection.
|
![]() | IsMetric |
True if the computer environment is using the metric system.
|
![]() | MainForm |
This is the application main form.
|
![]() | MDISupport |
Toggles between MDI and docked modes.
|
![]() | Name |
Returns the application name.
|
![]() | Output |
Exposes the Output window object.
|
![]() | Panels |
Exposes the tool panel collection.
|
![]() | Path |
Return the public data path
|
![]() | PathmcPathType |
Return various application paths
|
![]() | SelectedData |
Exposes the currently selected data.
|
![]() | SettingsAssembly, String |
Provides access to the application settings for the specified assembly.
|
![]() | SettingsString, String |
Provides access to the application settings.
|
![]() | State |
Defines the current state of the application.
|
![]() | StatusBar |
Exposes the application status bar object.
|
![]() | Title |
Returns the caption displayed in the application title bar.
|
![]() | Version |
Returns the version number of the application.
|
![]() | Visible |
Controls the application main window visibility.
|
![]() | Windows |
Returns the collection of document windows.
|
![]() | WindowsEx |
Returns the collection of document windows.
|
Name | Description | |
---|---|---|
![]() | CenterWindow(IntPtr) |
Centers the given window on top of McApplication.MainWindow.
|
![]() | CenterWindow(String) |
Centers the given window on top of McApplication.MainWindow.
|
![]() | Exit |
Closes the application.
|
![]() | GetOperator |
Gets or creates a low level processing operator attached to the specified parent.
|
![]() | Localized |
Returns the localized equivalent of the specified string, or the string itself if the translation does not exist.
|
![]() | LocalizeString |
Uses the global dictionnary for the currently active Locale to localize the specified string in place.
|
![]() | SetBusyState |
Instantiates a new McBusyState object used to track progress of long operations.
|
![]() | ShowError |
Displays a dialog providing information about the specified error.
|
Name | Description | |
---|---|---|
![]() | AfterError |
This event is fired after an error has been displayed.
|
![]() | AfterFullScreen |
This event is fired once the application switches back to standard from full screen mode.
|
![]() | AfterInitialize |
This event if fired when the application is fully started.
|
![]() | BeforeError |
The event is fired before displaying an error dialog.
|
![]() | BeforeFullScreen |
This event is fired just before the application goes into full screen mode.
|
![]() | BeforeShutdown |
This event is fired before the application is closed.
|
![]() | CaptureAcquiring |
This event is fired when the status of image capture changes.
|
![]() | Initialize |
This event is fired early during initialization when the main window becomes visible.
|
![]() | SelectedDataChanged |
This event is fired whenever the selected data is changed in the Image Strip or by activating a new window.
|
![]() | SettingChanged |
This event is fired whenever an application setting is being changed.
|
![]() | Shutdown |
This event is fired at the end of the application shutdown.
|
Name | Description | |
---|---|---|
![]() ![]() | ThisApplication |
Globally shared McApplication instance
|
Name | Description | |
---|---|---|
![]() | AoiList | (Defined by ApplicationOperators.) |
![]() | Capture | (Defined by ApplicationOperators.) |
![]() | DyeLibrary | (Defined by ApplicationOperators.) |
![]() | Dyes | (Defined by ApplicationOperators.) |
![]() | ImageFiles | (Defined by ApplicationOperators.) |
![]() | ImageSetFiles | (Defined by ApplicationOperators.) |
![]() | ImageSets | (Defined by ApplicationOperators.) |
![]() | ImageSetTemplates | (Defined by ApplicationOperators.) |
![]() | Lenses | (Defined by ApplicationOperators.) |
![]() | LensLibrary | (Defined by ApplicationOperators.) |
![]() | ModelAnnotationOverlay | (Defined by ApplicationOperators.) |
![]() | Spatial2DCalibs | (Defined by ApplicationOperators.) |