List - Maple Help

Online Help

All Products    Maple    MapleSim


ContextMenu[CurrentContext][EntryGenerators]

  

List

  

list the module entry generators

 

Calling Sequence

Description

Examples of EntryGenerators[List]

Calling Sequence

EntryGenerators[List]()

Description

• 

The EntryGenerators[List] command lists the names of the entry generators that are available within a context menu module.  Each string in the list returned by List() references an entry generator, whose procedure or list can be viewed using the EntryGenerators[Get] command.

  

An entry generator is used to dynamically generate subentries in the context menu.  An entry uses the entry generator by setting the entry option 'entry_generator' to the name of the entry generator in a call to the Entries[Add] command.

Examples of EntryGenerators[List]

with(ContextMenu[CurrentContext]):

  

List the names of the entry generators available in the context menu module.

EntryGenerators[List]();

Variables deg=1,Units_FPS,NetworkSourcesSinks,matrixNorms,matrixVariables,Variables 2,ExprSeqSelection,SeqSelection,CollectCodeType,vectorSelection,NumDigits,Variables deg=2,Variable Comb 2,OuterVariables,vectorNorms,PermutedVariables,Units_CGS,DefIntRules,MatrixNorms,Params,Units_MTS,PolyVariables,VCVariables,PermutedLhs,VarsFuns,Functions,Units_EMU,Units_Atomic,RightVariables 2,VectorNorms,matrixSelection,GraphTheoryExportList,LengthUnits,Variables 3,Rotation,Variables,LimitRules,rtableSelection,IndefIntRules,Calc1Hints,VariablesIndices,CombineCodeType,UnitSystems,RhsVariables,DiffRules,GraphTheoryPolyVarList,Linear Functions,Units_SI

(1)

See Also

ContextMenu

ContextMenu[CurrentContext][EntryGenerators]

EntryGenerators/Add

EntryGenerators/Get