{{page.title}}

{{#page.specifications}} {{#used}}
{{/used}} {{#values}}{{>ObjectSpecification}}{{/values}} {{#used}}
{{/used}} {{/page.specifications}} {{#object.comment}} {{#hasLongDescription}}

{{strings.objectOverview.title}}

{{#longDescription}}{{>GBCommentComponentsList}}{{/longDescription}}
{{/hasLongDescription}} {{/object.comment}} {{#object.methods}} {{#hasSections}}
{{#sections}} {{#sectionName}}{{/sectionName}} {{>TaskTitle}}
{{#methods}}{{>Method}}{{/methods}}
{{/sections}}
{{/hasSections}} {{/object.methods}} {{#typedefEnum}}

{{nameOfEnum}}

{{#comment}} {{#hasLongDescription}}
{{#longDescription}}{{>GBCommentComponentsList}}{{/longDescription}}
{{/hasLongDescription}} {{/comment}}
{{#constants}}

Definition

typedef {{enumStyle}}({{enumPrimitive}}, {{nameOfEnum}} ) {
{{#constants}}    {{name}}{{#hasAssignedValue}} = {{assignedValue}}{{/hasAssignedValue}},
{{/constants}} };
{{/constants}}
{{#constants}}

Constants

{{#constants}} {{>Constant}} {{/constants}}
{{/constants}} {{#comment}} {{#hasAvailability}}

{{strings.objectMethods.availability}}

{{#availability}}{{>GBCommentComponentsList}}{{/availability}}
{{/hasAvailability}} {{#hasRelatedItems}}

{{strings.objectMethods.seeAlsoTitle}}

    {{#relatedItems.components}}
  • {{>GBCommentComponent}}
  • {{/relatedItems.components}}
{{/hasRelatedItems}} {{#prefferedSourceInfo}}

{{strings.objectMethods.declaredInTitle}}

{{filename}}

{{/prefferedSourceInfo}} {{/comment}} {{/typedefEnum}} {{#typedefBlock}}

{{strings.objectMethods.blockDefTitle}}

{{>BlocksDefList}} {{/typedefBlock}}