| synopsis || arguments || prev || next |

kdu_params::describe_attributes

Java: Kdu_params::Describe_attributes

void describe_attributes( kdu_message & output, bool include_comments=true)

Java: void Describe_attributes( Kdu_message output, boolean include_comments)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Generates a text description of the record structure defined for all attributes associated with the current object. This is principally intended for printing usage statements or generating descriptive text for interactive windows. However, the function could be used by an interactive dialog generator to configure parameter entry dialogs.

For a discussion of records, fields, typing and the pattern strings used to describe record structures, consult the comments appearing with the declaration of parse_string.


Arguments

output [kdu_message &]

Destination for the generated text.

include_comments [bool]

If true, descriptive comments will also be generated for each attribute. Otherwise, only the record structure will be generated.


| top || synopsis || arguments || prev || next |