Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Enumerations
CEP Generator

The Cep generator library aims at generating a CEP from a XML description. More...

+ Collaboration diagram for CEP Generator:

Classes

class  ActionExtensionGenerator
 TODO Celine comment here please. More...
 
class  ActionGenerator
 TODO Celine comment here please. More...
 
class  CepGenerator
 TODO Celine comment here please. More...
 
class  ClassNameHandler
 Helper class to handle class names. More...
 
class  ComponentExtensionGenerator
 TODO Celine comment here please. More...
 
class  ComponentGenerator
 TODO Celine comment here please. More...
 
class  DependencyGenerator
 TODO Celine comment here please. More...
 
class  ExtensionGenerator
 TODO Celine comment here please. More...
 
class  LibraryGenerator
 TODO Celine comment here please. More...
 
class  ParameterGenerator
 TODO Celine comment here pl. More...
 

Enumerations

enum  ActionGenerator::ActionProperty { ActionGenerator::modal, ActionGenerator::embeded, ActionGenerator::delayed }
 
enum  DependencyGenerator::DependencyTypeGenerator { DependencyGenerator::EXTERNAL_LIB, DependencyGenerator::CEP_LIB, DependencyGenerator::NEEDED_COMPONENT, DependencyGenerator::NEEDED_ACTION }
 
enum  ParameterGenerator::ParameterTypeGenerator {
  ParameterGenerator::INT, ParameterGenerator::DOUBLE, ParameterGenerator::BOOLEAN, ParameterGenerator::QSTRING,
  ParameterGenerator::QDATE, ParameterGenerator::QTIME, ParameterGenerator::QCOLOR, ParameterGenerator::QPOINT,
  ParameterGenerator::QPOINTF, ParameterGenerator::QVECTOR3D, ParameterGenerator::QVECTOR4D, ParameterGenerator::UNKNOWN
}
 

Detailed Description

The Cep generator library aims at generating a CEP from a XML description.

The Wizard application generate an XML file which describes the CEP generated by the user. Then, the application calls this library to generate the CEP (directories structures with file) corresponding to the XML description.

Enumeration Type Documentation

Enumerator
modal 
embeded 
delayed 
Enumerator
EXTERNAL_LIB 
CEP_LIB 
NEEDED_COMPONENT 
NEEDED_ACTION 
Enumerator
INT 
DOUBLE 
BOOLEAN 
QSTRING 
QDATE 
QTIME 
QCOLOR 
QPOINT 
QPOINTF 
QVECTOR3D 
QVECTOR4D 
UNKNOWN