Property | Type | Description | |
---|---|---|---|
interactiveMode | bool |
Property | Type | Description | |
---|---|---|---|
CopyComponentFiles | void | ||
GMERegister | void | ||
GMEUnRegister | void | ||
GetAllComponentAssemblys | IEnumerable |
||
GetMetaRefs | void | ||
GetRandomComponentAssemblyDir | string | ||
Process | void | ||
RenameComponentDirectory | void | ||
WarnUserAboutMissingFiles | void |
Method | Description | |
---|---|---|
CopyDirectory ( string sourcePath, string destPath ) : void | ||
Dispose ( ) : void | ||
Enable ( bool newval ) : void | ||
Enable ( bool newval, MgaProject project ) : void | ||
GetEnabled ( MgaProject project ) : System.Boolean | ||
GlobalEvent ( globalevent_enum @event ) : void | ||
Initialize ( MgaProject project ) : void | ||
Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void | ||
InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void | ||
ObjectEvent ( MgaObject subject, uint eventMask, object param ) : void |
Called when an FCO or folder changes
|
|
ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void | ||
get_ComponentParameter ( string Name ) : object | ||
set_ComponentParameter ( string Name, object pVal ) : void |
Method | Description | |
---|---|---|
CopyComponentFiles ( string fromPath, string toPath ) : void | ||
GMERegister ( |
||
GMEUnRegister ( |
||
GetAllComponentAssemblys ( IMgaProject project, bool includeLibraries = false ) : IEnumerable |
||
GetMetaRefs ( MgaProject project ) : void | ||
GetRandomComponentAssemblyDir ( ) : string | ||
Process ( ISIS.GME.Dsml.CyPhyML.Interfaces componentAssembly ) : void | ||
RenameComponentDirectory ( ISIS.GME.Dsml.CyPhyML.Interfaces component, string oldPath ) : void | ||
WarnUserAboutMissingFiles ( ISIS.GME.Dsml.CyPhyML.Interfaces component ) : void |
public static CopyDirectory ( string sourcePath, string destPath ) : void | ||
sourcePath | string | |
destPath | string | |
return | void |
public static Enable ( bool newval, MgaProject project ) : void | ||
newval | bool | |
project | MgaProject | |
return | void |
public static GetEnabled ( MgaProject project ) : System.Boolean | ||
project | MgaProject | |
return | System.Boolean |
public GlobalEvent ( globalevent_enum @event ) : void | ||
@event | globalevent_enum | |
return | void |
public Initialize ( MgaProject project ) : void | ||
project | MgaProject | |
return | void |
public Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void | ||
Project | MgaProject | |
selectedobjs | MgaFCOs | |
param | int | |
return | void |
public InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void | ||
project | MgaProject | |
currentobj | MgaFCO | |
selectedobjs | MgaFCOs | |
param | int | |
return | void |
public ObjectEvent ( MgaObject subject, uint eventMask, object param ) : void | ||
subject | MgaObject | the object the event(s) happened to |
eventMask | uint | objectevent_enum values ORed together |
param | object | extra information provided for cetertain event types |
return | void |
public ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void | ||
Project | MgaProject | |
currentobj | MgaObject | |
selectedobjs | MgaObjects | |
param | int | |
return | void |
public get_ComponentParameter ( string Name ) : object | ||
Name | string | |
return | object |
public set_ComponentParameter ( string Name, object pVal ) : void | ||
Name | string | |
pVal | object | |
return | void |