프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActivateShelfView | void | ||
AddShelfView | Content | ||
AddWorkspaceView | void | ||
AlertDialogOpenLogClicked | void | ||
AlertLinkHandler | System.Action | ||
DockingManagerContentAutoHideClosedEventHandler | void | ||
DockingManagerContentAutoHideOpeningEventHandler | void | ||
DockingManagerContentHidingEventHandler | void | ||
DockingManagerContentShownEventHandler | void | ||
DockingManagerWindowActivatedEventHandler | void | ||
ErrorDialogDismissed | void | ||
FindTabPageCollection | bool | ||
FormActivatedEventHandler | void | ||
FormDeactivateEventHandler | void | ||
FormDockingManagerWindowDeactivatedEventHandler | void | ||
FormFormClosingEventHandler | void | ||
FormVisibleChangedEventHandler | void | ||
HideShelfView | void | ||
HideShelvesOnWorkspaceOpen | void | ||
LoadWindowSettings | void | ||
PrepareFileDialog | void | ||
RemoveShelfView | void | ||
RemoveWorkspaceView | void | ||
SaveWindowSettings | void | ||
ShowShelfView | void | ||
TabbedGroupPageChangedEventHandler | void | ||
TabbedGroupPageClosePressedEventHandler | void | ||
ValidateFileSavePath | bool |
메소드 | 설명 | |
---|---|---|
Activate ( ) : void |
Activates the view, activating the form on the screen.
|
|
CreateDialogBoxView ( DialogBox dialogBox ) : IDialogBoxView |
Creates a new view for the specified DialogBox. Override this method if you want to return a custom implementation of IDialogBoxView. In practice, it is preferable to subclass DialogBoxView rather than implement IDialogBoxView directly. |
|
CreateShelfView ( Shelf shelf ) : IShelfView |
Creates a new view for the specified Shelf. Override this method if you want to return a custom implementation of IShelfView. In practice, it is preferable to subclass ShelfView rather than implement IShelfView directly. |
|
CreateWorkspaceView ( Workspace workspace ) : IWorkspaceView |
Creates a new view for the specified Workspace. Override this method if you want to return a custom implementation of IWorkspaceView. In practice, it is preferable to subclass WorkspaceView rather than implement IWorkspaceView directly. |
|
Hide ( ) : void |
Hides the view, hiding the form on the screen.
|
|
Open ( ) : void |
Opens this view, showing the form on the screen.
|
|
SetAlertContext ( IDesktopAlertContext alertContext ) : void |
Sets the alert context.
|
|
SetMenuModel ( ClearCanvas.Desktop.Actions.ActionModelNode model ) : void |
Sets the menu model, causing the menu displayed on the screen to be updated. The default implementation just sets the DesktopForm.MenuModel property. Override this method if you need to perform custom processing. |
|
SetTitle ( string title ) : void |
Sets the title that is displayed in the form's title bar. Override this method if you need to customize the title that is displayed on the form. |
|
SetToolbarModel ( ClearCanvas.Desktop.Actions.ActionModelNode model ) : void |
Sets the toolbar model, causing the toolbar displayed on the screen to be updated. The default implementation just sets the DesktopForm.ToolbarModel property. Override this method if you need to perform custom processing. |
|
Show ( ) : void |
Shows the view, making the form visible on the screen.
|
|
ShowAlert ( AlertNotificationArgs args ) : void |
Shows an alert notification in front of this window.
|
|
ShowMessageBox ( string message, string title, MessageBoxActions buttons ) : DialogBoxAction |
Displays a message box. Override this method if you need to customize the display of message boxes. |
|
ShowOpenFileDialogBox ( FileDialogCreationArgs args ) : FileDialogResult |
Shows a 'Open file' dialog in front of this window.
|
|
ShowSaveFileDialogBox ( FileDialogCreationArgs args ) : FileDialogResult |
Shows a 'Save file' dialog in front of this window.
|
|
ShowSelectFolderDialogBox ( SelectFolderDialogCreationArgs args ) : FileDialogResult |
Shows a 'Select folder' dialog in front of this window.
|
메소드 | 설명 | |
---|---|---|
CreateDesktopForm ( ) : ClearCanvas.Desktop.View.WinForms.DesktopForm |
Called to create an instance of a DesktopForm for use by this view.
|
|
DesktopWindowView ( DesktopWindow window ) : System |
Constructor
|
|
Dispose ( bool disposing ) : void |
Disposes of this object, closing the form.
|
메소드 | 설명 | |
---|---|---|
ActivateShelfView ( |
||
AddShelfView ( |
||
AddWorkspaceView ( |
||
AlertDialogOpenLogClicked ( object sender, |
||
AlertLinkHandler ( Action |
||
DockingManagerContentAutoHideClosedEventHandler ( Content c, |
||
DockingManagerContentAutoHideOpeningEventHandler ( Content c, |
||
DockingManagerContentHidingEventHandler ( Content c, CancelEventArgs cea ) : void | ||
DockingManagerContentShownEventHandler ( Content c, |
||
DockingManagerWindowActivatedEventHandler ( DockingManager dm, Window wd ) : void | ||
ErrorDialogDismissed ( object sender, ClearCanvas.Desktop.View.WinForms.AlertNotificationForm e ) : void | ||
FindTabPageCollection ( TabGroupSequence nodeGroup, Crownwood tabPage, TabPageCollection &containingCollection ) : bool | ||
FormActivatedEventHandler ( object sender, |
Handles the forms Activated event in order to track the currently active window.
|
|
FormDeactivateEventHandler ( object sender, |
||
FormDockingManagerWindowDeactivatedEventHandler ( DockingManager dm, Window wd ) : void | ||
FormFormClosingEventHandler ( object sender, |
Cancels the forms closing event, and raises our IDesktopObjectView.CloseRequested event instead.
|
|
FormVisibleChangedEventHandler ( object sender, |
Handles the forms visible event in order to track our visible status.
|
|
HideShelfView ( |
||
HideShelvesOnWorkspaceOpen ( ) : void | ||
LoadWindowSettings ( ) : void | ||
PrepareFileDialog ( |
||
RemoveShelfView ( |
||
RemoveWorkspaceView ( |
||
SaveWindowSettings ( ) : void | ||
ShowShelfView ( |
||
TabbedGroupPageChangedEventHandler ( TabbedGroups tg, Crownwood tp ) : void | ||
TabbedGroupPageClosePressedEventHandler ( TabbedGroups groups, TGCloseRequestEventArgs e ) : void | ||
ValidateFileSavePath ( string filePath, FileDialogCreationArgs args ) : bool |
protected CreateDesktopForm ( ) : ClearCanvas.Desktop.View.WinForms.DesktopForm | ||
리턴 | ClearCanvas.Desktop.View.WinForms.DesktopForm |
public CreateDialogBoxView ( DialogBox dialogBox ) : IDialogBoxView | ||
dialogBox | DialogBox | |
리턴 | IDialogBoxView |
public CreateShelfView ( Shelf shelf ) : IShelfView | ||
shelf | Shelf | |
리턴 | IShelfView |
public CreateWorkspaceView ( Workspace workspace ) : IWorkspaceView | ||
workspace | Workspace | |
리턴 | IWorkspaceView |
protected DesktopWindowView ( DesktopWindow window ) : System | ||
window | DesktopWindow | |
리턴 | System |
public SetAlertContext ( IDesktopAlertContext alertContext ) : void | ||
alertContext | IDesktopAlertContext | |
리턴 | void |
public SetMenuModel ( ClearCanvas.Desktop.Actions.ActionModelNode model ) : void | ||
model | ClearCanvas.Desktop.Actions.ActionModelNode | |
리턴 | void |
public SetToolbarModel ( ClearCanvas.Desktop.Actions.ActionModelNode model ) : void | ||
model | ClearCanvas.Desktop.Actions.ActionModelNode | |
리턴 | void |
public ShowAlert ( AlertNotificationArgs args ) : void | ||
args | AlertNotificationArgs | |
리턴 | void |
public ShowMessageBox ( string message, string title, MessageBoxActions buttons ) : DialogBoxAction | ||
message | string | |
title | string | |
buttons | MessageBoxActions | |
리턴 | DialogBoxAction |
public ShowOpenFileDialogBox ( FileDialogCreationArgs args ) : FileDialogResult | ||
args | FileDialogCreationArgs | |
리턴 | FileDialogResult |
public ShowSaveFileDialogBox ( FileDialogCreationArgs args ) : FileDialogResult | ||
args | FileDialogCreationArgs | |
리턴 | FileDialogResult |
public ShowSelectFolderDialogBox ( SelectFolderDialogCreationArgs args ) : FileDialogResult | ||
args | SelectFolderDialogCreationArgs | |
리턴 | FileDialogResult |