|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <schmgt_bridge_itk.h>
Data Fields | |
| char * | desc |
| date_t | finish |
| char * | name |
| char * | objectType |
| AttributeUpdateContainer_t | otherAttributes [NUM_OF_ATTRIBS] |
| int | otherAttributesSize |
| tag_t | parent |
| tag_t | prevSibling |
| date_t | start |
| int | typedAttrContSize |
| TypedAttributeUpdateContainer_t | typedOtherAttributes [NUM_OF_ATTRIBS] |
| int | workEstimate |
The structure to create a Task
Definition at line 49 of file schmgt_bridge_itk.h.
| char* TaskCreateContainer_d::desc |
The description
Definition at line 52 of file schmgt_bridge_itk.h.
| date_t TaskCreateContainer_d::finish |
The finish date
Definition at line 55 of file schmgt_bridge_itk.h.
| char* TaskCreateContainer_d::name |
The name
Definition at line 51 of file schmgt_bridge_itk.h.
| char* TaskCreateContainer_d::objectType |
The type
Definition at line 53 of file schmgt_bridge_itk.h.
| AttributeUpdateContainer_t TaskCreateContainer_d::otherAttributes[NUM_OF_ATTRIBS] |
Additional attributes for ScheduleTask type
Definition at line 60 of file schmgt_bridge_itk.h.
| int TaskCreateContainer_d::otherAttributesSize |
The number of other attributes
Definition at line 59 of file schmgt_bridge_itk.h.
| tag_t TaskCreateContainer_d::parent |
The tag of the parent Task
Definition at line 57 of file schmgt_bridge_itk.h.
| tag_t TaskCreateContainer_d::prevSibling |
The tag of its previous sibling
Definition at line 58 of file schmgt_bridge_itk.h.
| date_t TaskCreateContainer_d::start |
The start date
Definition at line 54 of file schmgt_bridge_itk.h.
| int TaskCreateContainer_d::typedAttrContSize |
The number of typed attributes
Definition at line 61 of file schmgt_bridge_itk.h.
| TypedAttributeUpdateContainer_t TaskCreateContainer_d::typedOtherAttributes[NUM_OF_ATTRIBS] |
Additional attributes for other types
Definition at line 62 of file schmgt_bridge_itk.h.
| int TaskCreateContainer_d::workEstimate |
The work estimate in minutes
Definition at line 56 of file schmgt_bridge_itk.h.