| 
| file   | AbstractItemFactory.h [code] | 
|   | Abstract Factory provide an interface for creating families of related or dependent graphic objects (MVC components) without specifying their concrete classes. 
  | 
|   | 
| file   | AbstractOutsideFactory.h [code] | 
|   | Abstract Factory provide an interface for creating families of related or dependent graphic widgets (MVC widgets) without specifying their concrete classes. 
  | 
|   | 
| file   | AbstractTemplateFactory.h [code] | 
|   | Abstract Factory provide an interface for creating families of related or dependent templates without specifying their concrete classes. 
  | 
|   | 
| file   | ItemParamsCreate.h [code] | 
|   | Parameters to creation new object. Ex.: "Model" and "Controller" of the new object (MVC component). 
  | 
|   | 
| file   | OutsideParamsCreate.h [code] | 
|   | Parameters to creation new object. Ex.: "Model" and "Controller" of the new object (MVC widget). 
  | 
|   | 
| file   | TemplateParamsCreate.h [code] | 
|   | Parameters to creation new template object. 
  | 
|   |