class DVcreate_image_arguments

This class is used as the argument to the function which creates the scene graph.

Public Fields

[more]LCVMstring& input_string
The control string to send to the function.
[more]LCVMstring& output_string
The output string the function returns when is completes.
[more]DVcontainer& top
The root container for the scene graph.
[more]DVtips_and_hints& dvhints
Various hints for the DVgeometry object to aid in its rendering.
[more]DVnamed_properties& named_properties
The "named_properties".
[more]DVgeometry& scene
A reference to the DVgeometry which called the function

Public Methods

[more] DVcreate_image_arguments( LCVMstring&, LCVMstring&, DVcontainer&, DVtips_and_hints&, DVnamed_properties&, DVgeometry& )
Constructor
[more] DVcreate_image_arguments(DVcreate_image_arguments&)
Copy constructor.
[more] ~DVcreate_image_arguments()
Destructor.


Documentation

This class is used as the argument to the function which creates the scene graph. All of the data are references so the uses of this class are limited.
oLCVMstring& input_string
The control string to send to the function.

oLCVMstring& output_string
The output string the function returns when is completes.

oDVcontainer& top
The root container for the scene graph.

oDVtips_and_hints& dvhints
Various hints for the DVgeometry object to aid in its rendering. Entries here include background color and animation parameters.

oDVnamed_properties& named_properties
The "named_properties". NOTE: This is not commonly used.

oDVgeometry& scene
A reference to the DVgeometry which called the function

o DVcreate_image_arguments( LCVMstring&, LCVMstring&, DVcontainer&, DVtips_and_hints&, DVnamed_properties&, DVgeometry& )
Constructor

o DVcreate_image_arguments(DVcreate_image_arguments&)
Copy constructor.

o ~DVcreate_image_arguments()
Destructor.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.