ActionFactory Class Reference

+ This reference page is linked to from the following overview topics:

Class Description

Creates basic action items.  
+ Inheritance diagram for ActionFactory:

Static Public Member Functions

def Create
 
def CreateFromAbstract
 

Static Public Attributes

list ActionItems = []
 
list CustomActionItems = []
 

Member Function Documentation

def Create (   category,
  name,
  fxn 
)
static
Creates a new action item from the category, name and function. 
def CreateFromAbstract (   item)
static
Creates a new action item from an AbstractCustomActionItem