Property | Type | Description | |
---|---|---|---|
m_appArgs | SIL.FieldWorks.Common.FwUtils.FwAppArgs |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
DoApplicationInitialization ( IProgress progressDlg ) : void |
Use this for slow operations that should happen during the splash screen instead of during app construction
|
|
FwXApp ( IFieldWorksManager fwManager, IHelpTopicProvider helpTopicProvider, SIL.FieldWorks.Common.FwUtils.FwAppArgs appArgs ) : System.Diagnostics.CodeAnalysis |
Constructor.
|
|
HandleIncomingLink ( SIL.FieldWorks.Common.FwUtils.FwLinkArgs link ) : void |
Handles the incoming link, after the right window of the right application on the right project has been activated. See the class comment on FwLinkArgs for details on how all the parts of hyperlinking work.
|
|
NewMainAppWnd ( IProgress progressDlg, bool isNewCache, |
Creates a new instance of the main X window
|
|
OnMasterRefresh ( object sender ) : void |
This is the one (and should be only) handler for the user Refresh command. Refresh wants to first clean up the cache, then give things like Clerks a chance to reload stuff (calling the old OnRefresh methods), then give windows a chance to redisplay themselves.
|
|
Synchronize ( SyncMsg sync ) : bool |
public DoApplicationInitialization ( IProgress progressDlg ) : void | ||
progressDlg | IProgress | The progress dialog to use. |
return | void |
public FwXApp ( IFieldWorksManager fwManager, IHelpTopicProvider helpTopicProvider, SIL.FieldWorks.Common.FwUtils.FwAppArgs appArgs ) : System.Diagnostics.CodeAnalysis | ||
fwManager | IFieldWorksManager | The FieldWorks manager for dealing with FieldWorks-level /// stuff. |
helpTopicProvider | IHelpTopicProvider | An application-specific help topic provider. |
appArgs | SIL.FieldWorks.Common.FwUtils.FwAppArgs | The application arguments. |
return | System.Diagnostics.CodeAnalysis |
public HandleIncomingLink ( SIL.FieldWorks.Common.FwUtils.FwLinkArgs link ) : void | ||
link | SIL.FieldWorks.Common.FwUtils.FwLinkArgs | The link. |
return | void |
public NewMainAppWnd ( IProgress progressDlg, bool isNewCache, |
||
progressDlg | IProgress | The progress dialog to use, if needed (can be null). |
isNewCache | bool | Flag indicating whether one-time, application-specific /// initialization should be done for this cache. |
wndCopyFrom | Must be null for creating the original app window. /// Otherwise, a reference to the main window whose settings we are copying. | |
fOpeningNewProject | bool | |
return |
public OnMasterRefresh ( object sender ) : void | ||
sender | object | |
return | void |