Property | Type | Description | |
---|---|---|---|
AssignMacrosToSlots | IFlexMacro[] | ||
DoDisplayMacro | bool | ||
DoMacro | bool | ||
GetMacro | IFlexMacro | ||
GetMacroIndex | int | ||
GetSelection | IVwSelection | ||
SafeToDoMacro | bool |
Method | Description | |
---|---|---|
GetMessageTargets ( ) : IxCoreColleague[] |
Standard member for IXCoreColleague. The only object known to this colleague to handle messages is itself.
|
|
Init ( XCore.Mediator mediator, |
Standard member for IXCoreColleague. The configurationParameters are not currently used.
|
|
OnDisplayMacro ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
Invoked by reflection when displaying the appropriate menu item. Which one is indicated by the paramters node. This method is responsible to decide whether to display the command, whether to enable it, and what the text of the menu item should be.
|
|
OnMacro ( object commandObject ) : bool |
Invoked by reflection when the appropriate menu command is executed. Which one is indicated by the paramters node.
|
Method | Description | |
---|---|---|
AssignMacrosToSlots ( List |
||
DoDisplayMacro ( object commandObject, XCore.UIItemDisplayProperties display, IVwSelection sel ) : bool | ||
DoMacro ( object commandObject, IVwSelection sel ) : bool | ||
GetMacro ( object commandObject ) : IFlexMacro | ||
GetMacroIndex ( Keys key ) : int | ||
GetSelection ( ) : IVwSelection |
Get the active selection in the mediator's main window. This determines what we will apply the command to.
|
|
SafeToDoMacro ( IVwSelection sel, ICmObject &obj, int &flid, int &ws, int &start, int &length ) : bool |
public GetMessageTargets ( ) : IxCoreColleague[] | ||
return | IxCoreColleague[] |
public Init ( XCore.Mediator mediator, |
||
mediator | XCore.Mediator | |
configurationParameters | ||
return | void |
public OnDisplayMacro ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnMacro ( object commandObject ) : bool | ||
commandObject | object | |
return | bool |