The PageControl class is a smart pointer to a page within a Publish PDF document. More...
#include <sprk_publish.h>
Public Member Functions | |
PageControl () | |
The default constructor creates an uninitialized PageControl object. More... | |
PageControl (PageControl const &in_that) | |
The copy constructor creates a PageControl object that shares the underlying smart-pointer of the source PageControl. More... | |
PageControl (PageControl &&in_that) | |
The move constructor creates a PageControl by transferring the underlying object of the rvalue reference to this PageControl. More... | |
virtual | ~PageControl () |
HPS::Type | ObjectType () const |
PageControl & | operator= (PageControl const &in_that) |
Share the underlying smart-pointer of the PageControl source. More... | |
PageControl & | operator= (PageControl &&in_kit) |
The move assignment operator transfers the underlying object of the rvalue reference to this PageControl. More... | |
PageControl & | AddAnnotation (AnnotationKit const &in_annotation, IntRectangle const &in_location) |
Adds an annotation to the page. More... | |
PageControl & | AddAnnotations (size_t in_count, AnnotationKit const in_annotations[], IntRectangle const in_locations[]) |
Adds a list of annotations to the page. More... | |
PageControl & | AddAnnotations (AnnotationKitArray const &in_annotations, IntRectangleArray const &in_locations) |
Adds a list of annotations to the page. More... | |
PageControl & | AddText (TextKit const &in_text, IntRectangle const &in_location) |
Adds a text string to the page. More... | |
PageControl & | AddText (size_t in_count, TextKit const in_text[], IntRectangle const in_locations[]) |
Adds text strings to the page. More... | |
PageControl & | AddText (TextKitArray const &in_text, IntRectangleArray const &in_locations) |
Adds text strings to the page. More... | |
PageControl & | AddImage (ImageKit const &in_image, IntRectangle const &in_location) |
Adds an image to the page. More... | |
PageControl & | AddImages (size_t in_count, ImageKit const in_images[], IntRectangle const in_locations[]) |
Adds a list of images to the page. More... | |
PageControl & | AddImages (ImageKitArray const &in_images, IntRectangleArray const &in_locations) |
Adds a list of images to the page. More... | |
PageControl & | AddTable (TableKit const &in_table, IntRectangle const &in_location) |
Adds a table to the page. More... | |
PageControl & | AddTables (size_t in_count, TableKit const in_tables[], IntRectangle const in_locations[]) |
Adds a list of tables to the page. More... | |
PageControl & | AddTables (TableKitArray const &in_tables, IntRectangleArray const &in_locations) |
Adds a list of tables to the page. More... | |
PageControl & | AddLink (LinkKit const &in_link, IntRectangle const &in_location) |
Adds a link to the page. More... | |
PageControl & | AddLinks (size_t in_count, LinkKit const in_links[], IntRectangle const in_locations[]) |
Adds a list of links to the page. More... | |
PageControl & | AddLinks (LinkKitArray const &in_links, IntRectangleArray const &in_locations) |
Adds a list of links to the page. More... | |
PageControl & | AddButton (ButtonKit const &in_button, IntRectangle const &in_location) |
Adds a button to the page. More... | |
PageControl & | AddButtons (size_t in_count, ButtonKit const in_buttons[], IntRectangle const in_locations[]) |
Adds a list of buttons to the page. More... | |
PageControl & | AddButtons (ButtonKitArray const &in_buttons, IntRectangleArray const &in_locations) |
Adds a list of buttons to the page. More... | |
PageControl & | AddTextField (TextFieldKit const &in_text_field, IntRectangle const &in_location) |
Adds a text field to the page. More... | |
PageControl & | AddTextFields (size_t in_count, TextFieldKit const in_text_fields[], IntRectangle const in_locations[]) |
Adds a list of text fields to the page. More... | |
PageControl & | AddTextFields (TextFieldKitArray const &in_text_fields, IntRectangleArray const &in_locations) |
Adds a list of text fields to the page. More... | |
PageControl & | AddSlideTable (SlideTableKit const &in_slide_table, IntRectangle const &in_location) |
Adds a slide table to the page. More... | |
PageControl & | AddSlideTables (size_t in_count, SlideTableKit const in_slide_tables[], IntRectangle const in_locations[]) |
Adds a list of slide tables to the page. More... | |
PageControl & | AddSlideTables (SlideTableKitArray const &in_slide_tables, IntRectangleArray const &in_locations) |
Adds a list of slide tables to the page. More... | |
PageControl & | AddCheckBox (CheckBoxKit const &in_check_box, IntRectangle const &in_location) |
Adds a check box to the page. More... | |
PageControl & | AddCheckBoxes (size_t in_count, CheckBoxKit const in_check_boxes[], IntRectangle const in_locations[]) |
Adds a list of check boxes to the page. More... | |
PageControl & | AddCheckBoxes (CheckBoxKitArray const &in_check_boxes, IntRectangleArray const &in_locations) |
Adds a list of check boxes to the page. More... | |
PageControl & | AddRadioButton (RadioButtonKit const &in_radio_button, IntRectangle const &in_location) |
Adds a radio button to the page. More... | |
PageControl & | AddRadioButtons (size_t in_count, RadioButtonKit const in_radio_buttons[], IntRectangle const in_locations[]) |
Adds a list of radio buttons to the page. More... | |
PageControl & | AddRadioButtons (RadioButtonKitArray const &in_radio_buttons, IntRectangleArray const &in_locations) |
Adds a list of radio buttons to the page. More... | |
PageControl & | AddListBox (ListBoxKit const &in_list_box, IntRectangle const &in_location) |
Adds a list box to the page. More... | |
PageControl & | AddListBoxes (size_t in_count, ListBoxKit const in_list_boxes[], IntRectangle const in_locations[]) |
Adds a list of list boxes to the page. More... | |
PageControl & | AddListBoxes (ListBoxKitArray const &in_list_boxes, IntRectangleArray const &in_locations) |
Adds a list of list boxes to the page. More... | |
PageControl & | AddDropDownList (DropDownListKit const &in_drop_down_list, IntRectangle const &in_location) |
Adds a drop down list to the page. More... | |
PageControl & | AddDropDownLists (size_t in_count, DropDownListKit const in_drop_down_lists[], IntRectangle const in_locations[]) |
Adds a list of drop down lists to the page. More... | |
PageControl & | AddDropDownLists (DropDownListKitArray const &in_drop_down_lists, IntRectangleArray const &in_locations) |
Adds a list of drop down lists to the page. More... | |
PageControl & | AddSignatureField (SignatureFieldKit const &in_signature_field, IntRectangle const &in_location) |
Adds a signature field to the page. More... | |
PageControl & | AddSignatureFields (size_t in_count, SignatureFieldKit const in_signature_fields[], IntRectangle const in_locations[]) |
Adds a list of signature fields to the page. More... | |
PageControl & | AddSignatureFields (SignatureFieldKitArray const &in_signature_fields, IntRectangleArray const &in_locations) |
Adds a list of signature fields to the page. More... | |
PageControl & | SetAnnotationByField (char const *in_field, AnnotationKit const &in_annotation) |
Sets an annotation on the given form field. More... | |
PageControl & | SetAnnotationsByField (size_t in_count, UTF8 const in_fields[], AnnotationKit const in_annotations[]) |
Sets annotations on the given form fields. More... | |
PageControl & | SetAnnotationsByField (UTF8Array const &in_fields, AnnotationKitArray const &in_annotations) |
Sets annotations on the given form fields. More... | |
PageControl & | SetButtonIconByField (char const *in_field, ImageKit const &in_image) |
Sets an image on the icon at the given form field. More... | |
PageControl & | SetButtonIconsByField (size_t in_count, UTF8 const in_fields[], ImageKit const in_images[]) |
Sets images on the icons at the given form fields. More... | |
PageControl & | SetButtonIconsByField (UTF8Array const &in_fields, ImageKitArray const &in_images) |
Sets images on the icons at the given form fields. More... | |
PageControl & | SetButtonLabelByField (char const *in_field, char const *in_label) |
Sets a label on the given form field. More... | |
PageControl & | SetButtonLabelsByField (size_t in_count, UTF8 const in_fields[], UTF8 const in_labels[]) |
Sets labels on the given form fields. More... | |
PageControl & | SetButtonLabelsByField (UTF8Array const &in_fields, UTF8Array const &in_labels) |
Sets labels on the given form fields. More... | |
PageControl & | AddListItemByField (char const *in_field, char const *in_value, char const *in_export_value) |
Adds an item to the list at the given form field. More... | |
PageControl & | AddListItemsByField (char const *in_field, size_t in_count, UTF8 const in_values[], UTF8 const in_export_values[]) |
Adds items to the list at the given form field. More... | |
PageControl & | AddListItemsByField (char const *in_field, UTF8Array const &in_values, UTF8Array const &in_export_values) |
Adds items to the list at the given form field. More... | |
PageControl & | SetJavaScriptActionByField (char const *in_field, char const *in_source, Source::Type in_type=Source::Type::Code) |
Sets a JavaScript source or file on the given form field. More... | |
PageControl & | SetJavaScriptActionsByField (size_t in_count, UTF8 const in_fields[], UTF8 const in_sources[], Source::Type const in_types[]) |
Sets JavaScript sources and/or files on the given form fields. More... | |
PageControl & | SetJavaScriptActionsByField (UTF8Array const &in_fields, UTF8Array const &in_sources, SourceTypeArray const &in_types) |
Sets JavaScript sources and/or files on the given form fields. More... | |
PageControl & | SetVisibilityByField (char const *in_field, bool in_state) |
Sets whether the object at the given form field should be visible. More... | |
PageControl & | SetVisibilitiesByField (size_t in_count, UTF8 const in_fields[], bool const in_states[]) |
Sets whether the objects at the given form fields should be visible. More... | |
PageControl & | SetVisibilitiesByField (UTF8Array const &in_fields, BoolArray const &in_states) |
Sets whether the objects at the given form fields should be visible. More... | |
PageControl & | SetTextValueByField (char const *in_field, char const *in_value) |
Sets a text value on the given form field. More... | |
PageControl & | SetTextValuesByField (size_t in_count, UTF8 const in_fields[], UTF8 const in_values[]) |
Sets text values on the given form fields. More... | |
PageControl & | SetTextValuesByField (UTF8Array const &in_fields, UTF8Array const &in_values) |
Sets text values on the given form fields. More... | |
bool | ShowFields (UTF8Array &out_names, IntRectangleArray &out_locations, FieldTypeArray &out_types) const |
Shows the PDF form fields on the page associated with this PageControl. More... | |
virtual HPS::Type | Type () const |
This function returns the true type of the underlying object. More... | |
virtual bool | Empty () const |
Indicates whether this object has any values set on it. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS::Type in_mask) const |
This function indicates whether this Object has the given Type mask. More... | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
intptr_t | GetInstanceID () const |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
Static Public Member Functions | |
template<typename T > | |
static intptr_t | ClassID () |
Unique identifier for this class. More... | |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::PublishPageControl |
The PageControl class is a smart pointer to a page within a Publish PDF document.
It allows direct interaction with a PDF page.
HPS::Publish::PageControl::PageControl | ( | ) |
The default constructor creates an uninitialized PageControl object.
The Type() function will return Type::None.
HPS::Publish::PageControl::PageControl | ( | PageControl const & | in_that | ) |
The copy constructor creates a PageControl object that shares the underlying smart-pointer of the source PageControl.
in_that | The source PageControl to copy. |
HPS::Publish::PageControl::PageControl | ( | PageControl && | in_that | ) |
The move constructor creates a PageControl by transferring the underlying object of the rvalue reference to this PageControl.
in_kit | An rvalue reference to a PageControl to take the underlying object from. |
|
virtual |
PageControl& HPS::Publish::PageControl::AddAnnotation | ( | AnnotationKit const & | in_annotation, |
IntRectangle const & | in_location | ||
) |
Adds an annotation to the page.
This will not replace any existing annotations on the page. This corresponds to the value that will be passed to A3DPDFPageInsert3DAnnot.
in_annotation | Annotation to add to the page. |
in_location | Annotation location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddAnnotations | ( | size_t | in_count, |
AnnotationKit const | in_annotations[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of annotations to the page.
This will not replace any existing annotations on the page. These correspond to the values that will be passed to A3DPDFPageInsert3DAnnot.
in_count | Size of the following arrays. |
in_annotations | Annotations to add to the page. |
in_locations | Annotation locations in points relative to bottom left of the page. |
PageControl& HPS::Publish::PageControl::AddAnnotations | ( | AnnotationKitArray const & | in_annotations, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of annotations to the page.
This will not replace any existing annotations on the page. These correspond to the values that will be passed to A3DPDFPageInsert3DAnnot.
in_annotations | Annotations to add to the page. |
in_locations | Annotation locations in points relative to bottom left of the page. |
PageControl& HPS::Publish::PageControl::AddButton | ( | ButtonKit const & | in_button, |
IntRectangle const & | in_location | ||
) |
Adds a button to the page.
This will not replace any buttons on the page. This corresponds to the value that will be passed to A3DPDFPageInsertButton.
in_button | Button to add to the page. |
in_location | Button location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddButtons | ( | size_t | in_count, |
ButtonKit const | in_buttons[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of buttons to the page.
This will not replace any buttons on the page. These correspond to values that will be passed to A3DPDFPageInsertButton.
in_count | Size of the following arrays. |
in_buttons | Buttons to add to the page. |
in_locations | Button locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddButtons | ( | ButtonKitArray const & | in_buttons, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of buttons to the page.
This will not replace any buttons on the page. These correspond to values that will be passed to A3DPDFPageInsertButton.
in_buttons | Buttons to add to the page. |
in_locations | Button locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddCheckBox | ( | CheckBoxKit const & | in_check_box, |
IntRectangle const & | in_location | ||
) |
Adds a check box to the page.
This will not replace any check boxes on the page. This corresponds to the value that will be passed to A3DPDFPageInsertCheckBox.
in_check_box | Check box to add to the page. |
in_location | Check box location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddCheckBoxes | ( | size_t | in_count, |
CheckBoxKit const | in_check_boxes[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of check boxes to the page.
This will not replace any check boxes on the page. These correspond to values that will be passed to A3DPDFPageInsertCheckBox.
in_count | Size of the following arrays. |
in_check_boxes | Check boxes to add to the page. |
in_locations | Check box locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddCheckBoxes | ( | CheckBoxKitArray const & | in_check_boxes, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of check boxes to the page.
This will not replace any check boxes on the page. These correspond to values that will be passed to A3DPDFPageInsertCheckBox.
in_check_boxes | Check boxes to add to the page. |
in_locations | Check box locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddDropDownList | ( | DropDownListKit const & | in_drop_down_list, |
IntRectangle const & | in_location | ||
) |
Adds a drop down list to the page.
This will not replace any drop down lists on the page. This corresponds to the value that will be passed to A3DPDFPageInsertDropDownList.
in_drop_down_list | Drop down list to add to the page. |
in_location | Drop down list location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddDropDownLists | ( | size_t | in_count, |
DropDownListKit const | in_drop_down_lists[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of drop down lists to the page.
This will not replace any drop down lists on the page. These correspond to values that will be passed to A3DPDFPageInsertDropDownList.
in_count | Size of the following arrays. |
in_drop_down_lists | Drop down lists to add to the page. |
in_locations | Drop down list locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddDropDownLists | ( | DropDownListKitArray const & | in_drop_down_lists, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of drop down lists to the page.
This will not replace any drop down lists on the page. These correspond to values that will be passed to A3DPDFPageInsertDropDownList.
in_drop_down_lists | Drop down lists to add to the page. |
in_locations | Drop down list locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddImage | ( | ImageKit const & | in_image, |
IntRectangle const & | in_location | ||
) |
Adds an image to the page.
This will not replace any images on the page. This corresponds to the value that will be passed to A3DPDFPageInsertImage.
in_image | Image to add to the page. |
in_location | Image location in points relative to bottom left of the page. Only the left and bottom fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddImages | ( | size_t | in_count, |
ImageKit const | in_images[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of images to the page.
This will not replace any images on the page. These correspond to values that will be passed to A3DPDFPageInsertImage.
in_count | Size of the following arrays. |
in_images | Images to add to the page. |
in_locations | Image locations in points relative to bottom left of the page. Only the left and bottom fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddImages | ( | ImageKitArray const & | in_images, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of images to the page.
This will not replace any images on the page. These correspond to values that will be passed to A3DPDFPageInsertImage.
in_images | Images to add to the page. |
in_locations | Image locations in points relative to bottom left of the page. Only the left and bottom fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddLink | ( | LinkKit const & | in_link, |
IntRectangle const & | in_location | ||
) |
Adds a link to the page.
This will not replace any links on the page. This corresponds to the value that will be passed to A3DPDFPageInsertLink.
in_link | Link to add to the page. |
in_location | Link location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddLinks | ( | size_t | in_count, |
LinkKit const | in_links[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of links to the page.
This will not replace any links on the page. These correspond to values that will be passed to A3DPDFPageInsertLink.
in_count | Size of the following arrays. |
in_links | Links to add to the page. |
in_locations | Link locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddLinks | ( | LinkKitArray const & | in_links, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of links to the page.
This will not replace any links on the page. These correspond to values that will be passed to A3DPDFPageInsertLink.
in_links | Links to add to the page. |
in_locations | Link locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddListBox | ( | ListBoxKit const & | in_list_box, |
IntRectangle const & | in_location | ||
) |
Adds a list box to the page.
This will not replace any list boxes on the page. This corresponds to the value that will be passed to A3DPDFPageInsertListBox.
in_list_box | List box to add to the page. |
in_location | List box location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddListBoxes | ( | size_t | in_count, |
ListBoxKit const | in_list_boxes[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of list boxes to the page.
This will not replace any list boxes on the page. These correspond to values that will be passed to A3DPDFPageInsertListBox.
in_count | Size of the following arrays. |
in_list_boxes | List boxes to add to the page. |
in_locations | List box locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddListBoxes | ( | ListBoxKitArray const & | in_list_boxes, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of list boxes to the page.
This will not replace any list boxes on the page. These correspond to values that will be passed to A3DPDFPageInsertListBox.
in_list_boxes | List boxes to add to the page. |
in_locations | List box locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddListItemByField | ( | char const * | in_field, |
char const * | in_value, | ||
char const * | in_export_value | ||
) |
Adds an item to the list at the given form field.
The item to will be appended to any existing items in the list at the given form field. This corresponds to the value that will be passed to A3DPDFPageFieldListAddItem. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the list. |
in_value | UTF8-encoded value for the item to be added to the list at the given form field. |
in_export_value | UTF8-encoded export value for the item to be added to the list at the given form field. |
PageControl& HPS::Publish::PageControl::AddListItemsByField | ( | char const * | in_field, |
size_t | in_count, | ||
UTF8 const | in_values[], | ||
UTF8 const | in_export_values[] | ||
) |
Adds items to the list at the given form field.
The items to will be appended to any existing items in the list at the given form field. These correspond to values that will be passed to A3DPDFPageFieldListAddItem. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the list. |
in_count | Size of the following arrays. |
in_values | The values for the items to be added to the list at the given form field. |
in_export_values | The export values for the items to be added to the list at the given form field. |
PageControl& HPS::Publish::PageControl::AddListItemsByField | ( | char const * | in_field, |
UTF8Array const & | in_values, | ||
UTF8Array const & | in_export_values | ||
) |
Adds items to the list at the given form field.
The items to will be appended to any existing items in the list at the given form field. These correspond to values that will be passed to A3DPDFPageFieldListAddItem. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the list. |
in_values | The values for the items to be added to the list at the given form field. |
in_export_values | The export values for the items to be added to the list at the given form field. |
PageControl& HPS::Publish::PageControl::AddRadioButton | ( | RadioButtonKit const & | in_radio_button, |
IntRectangle const & | in_location | ||
) |
Adds a radio button to the page.
This will not replace any radio buttons on the page. This corresponds to the value that will be passed to A3DPDFPageInsertRadioButton.
in_radio_button | Radio button to add to the page. |
in_location | Radio button location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddRadioButtons | ( | size_t | in_count, |
RadioButtonKit const | in_radio_buttons[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of radio buttons to the page.
This will not replace any radio buttons on the page. These correspond to values that will be passed to A3DPDFPageInsertRadioButton.
in_count | Size of the following arrays. |
in_radio_buttons | Radio buttons to add to the page. |
in_locations | Radio button locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddRadioButtons | ( | RadioButtonKitArray const & | in_radio_buttons, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of radio buttons to the page.
This will not replace any radio buttons on the page. These correspond to values that will be passed to A3DPDFPageInsertRadioButton.
in_radio_buttons | Radio buttons to add to the page. |
in_locations | Radio button locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddSignatureField | ( | SignatureFieldKit const & | in_signature_field, |
IntRectangle const & | in_location | ||
) |
Adds a signature field to the page.
This will not replace any signature fields on the page. This corresponds to the value that will be passed to A3DPDFPageInsertSignatureField.
in_signature_field | Signature field to add to the page. |
in_location | Signature field location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddSignatureFields | ( | size_t | in_count, |
SignatureFieldKit const | in_signature_fields[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of signature fields to the page.
This will not replace any signature fields on the page. These correspond to values that will be passed to A3DPDFPageInsertSignatureField.
in_count | Size of the following arrays. |
in_signature_fields | Signature fields to add to the page. |
in_locations | Signature field locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddSignatureFields | ( | SignatureFieldKitArray const & | in_signature_fields, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of signature fields to the page.
This will not replace any signature fields on the page. These correspond to values that will be passed to A3DPDFPageInsertSignatureField.
in_signature_fields | Signature fields to add to the page. |
in_locations | Signature field locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddSlideTable | ( | SlideTableKit const & | in_slide_table, |
IntRectangle const & | in_location | ||
) |
Adds a slide table to the page.
This will not replace any slide tables on the page. This corresponds to the value that will be passed to A3DPDFDefineSlideTable.
in_slide_table | Slide table to add to the page. |
in_location | Slide table location in points relative to upper left of the page. Only the left and top fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddSlideTables | ( | size_t | in_count, |
SlideTableKit const | in_slide_tables[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of slide tables to the page.
This will not replace any slide tables on the page. These correspond to values that will be passed to A3DPDFDefineSlideTable.
in_count | Size of the following arrays. |
in_slide_tables | Slide tables to add to the page. |
in_locations | Slide table locations in points relative to upper left of the page. Only the left and top fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddSlideTables | ( | SlideTableKitArray const & | in_slide_tables, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of slide tables to the page.
This will not replace any slide tables on the page. These correspond to values that will be passed to A3DPDFDefineSlideTable.
in_slide_tables | Slide tables to add to the page. |
in_locations | Slide table locations in points relative to upper left of the page. Only the left and top fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddTable | ( | TableKit const & | in_table, |
IntRectangle const & | in_location | ||
) |
Adds a table to the page.
This will not replace any tables on the page. This corresponds to the value that will be passed to A3DPDFPageInsertTable.
in_table | Table to add to the page. |
in_location | Table location in points relative to upper left of the page. Only the left and top fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddTables | ( | size_t | in_count, |
TableKit const | in_tables[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of tables to the page.
This will not replace any tables on the page. These correspond to values that will be passed to A3DPDFPageInsertTable.
in_count | Size of the following arrays. |
in_tables | Tables to add to the page. |
in_locations | Table locations in points relative to upper left of the page. Only the left and top fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddTables | ( | TableKitArray const & | in_tables, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of tables to the page.
This will not replace any tables on the page. These correspond to values that will be passed to A3DPDFPageInsertTable.
in_tables | Tables to add to the page. |
in_locations | Table locations in points relative to upper left of the page. Only the left and top fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddText | ( | TextKit const & | in_text, |
IntRectangle const & | in_location | ||
) |
Adds a text string to the page.
This will not replace any text on the page. This corresponds to the value that will be passed to A3DPDFPageInsertText.
in_text | Text to add to the page. |
in_location | Text location in points relative to bottom left of the page. Only the left and bottom fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddText | ( | size_t | in_count, |
TextKit const | in_text[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds text strings to the page.
This will not replace any text on the page. These correspond to values that will be passed to A3DPDFPageInsertText.
in_count | Size of the following arrays. |
in_text | Text to add to the page. |
in_locations | Text locations in points relative to bottom left of the page. Only the left and bottom fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddText | ( | TextKitArray const & | in_text, |
IntRectangleArray const & | in_locations | ||
) |
Adds text strings to the page.
This will not replace any text on the page. These correspond to values that will be passed to A3DPDFPageInsertText.
in_text | Text to add to the page. |
in_locations | Text locations in points relative to bottom left of the page. Only the left and bottom fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddTextField | ( | TextFieldKit const & | in_text_field, |
IntRectangle const & | in_location | ||
) |
Adds a text field to the page.
This will not replace any text fields on the page. This corresponds to the value that will be passed to A3DPDFPageInsertTextField.
in_text_field | Text field to add to the page. |
in_location | Text field location in points relative to bottom left of the page. All fields in the location will be used. |
PageControl& HPS::Publish::PageControl::AddTextFields | ( | size_t | in_count, |
TextFieldKit const | in_text_fields[], | ||
IntRectangle const | in_locations[] | ||
) |
Adds a list of text fields to the page.
This will not replace any text fields on the page. These correspond to values that will be passed to A3DPDFPageInsertTextField.
in_count | Size of the following arrays. |
in_text_fields | Text fields to add to the page. |
in_locations | Text field locations in points relative to bottom left of the page. All fields in the locations will be used. |
PageControl& HPS::Publish::PageControl::AddTextFields | ( | TextFieldKitArray const & | in_text_fields, |
IntRectangleArray const & | in_locations | ||
) |
Adds a list of text fields to the page.
This will not replace any text fields on the page. These correspond to values that will be passed to A3DPDFPageInsertTextField.
in_text_fields | Text fields to add to the page. |
in_locations | Text field locations in points relative to bottom left of the page. All fields in the locations will be used. |
|
inlinestaticinherited |
Unique identifier for this class.
Note: this method uses construction of static objects. If used in a constructor, it should be used in the body not the initializer list.
|
inlinevirtualinherited |
Indicates whether this object has any values set on it.
Reimplemented in HPS::STL::ImportResultsKit, HPS::STL::ImportOptionsKit, HPS::OBJ::ImportResultsKit, HPS::OBJ::ImportOptionsKit, HPS::Hardcopy::File::ExportOptionsKit, HPS::Stream::ExportOptionsKit, HPS::Stream::ImportResultsKit, HPS::Stream::ImportOptionsKit, HPS::PointCloud::ImportOptionsKit, HPS::PointCloud::ImportResultsKit, HPS::UpdateOptionsKit, HPS::HighlightSearchOptionsKit, HPS::HighlightOptionsKit, HPS::SelectionOptionsKit, HPS::SearchOptionsKit, HPS::CutGeometryGatheringOptionsKit, HPS::ShapeKit, HPS::ShaderKit, HPS::Shader::ImportOptionsKit, HPS::ImageKit, HPS::Image::ImportOptionsKit, HPS::Image::ExportOptionsKit, HPS::TextureOptionsKit, HPS::LinePatternKit, HPS::LinePatternParallelKit, HPS::LinePatternOptionsKit, HPS::GlyphKit, HPS::ApplicationWindowOptionsKit, HPS::OffScreenWindowOptionsKit, HPS::StandAloneWindowOptionsKit, HPS::GridKit, HPS::PolygonKit, HPS::MeshKit, HPS::ShellKit, HPS::ShellRelationResultsKit, HPS::ShellRelationOptionsKit, HPS::ShellOptimizationOptionsKit, HPS::TextKit, HPS::EllipticalArcKit, HPS::EllipseKit, HPS::TrimKit, HPS::NURBSSurfaceKit, HPS::NURBSCurveKit, HPS::SpotlightKit, HPS::InfiniteLineKit, HPS::CuttingSectionKit, HPS::CircularWedgeKit, HPS::CircularArcKit, HPS::CircleKit, HPS::SphereKit, HPS::CylinderKit, HPS::DistantLightKit, HPS::MarkerKit, HPS::LineKit, HPS::AttributeLockKit, HPS::FontInfoState, HPS::WindowInfoKit, HPS::DebuggingKit, HPS::SubwindowKit, HPS::ContourLineKit, HPS::VisualEffectsKit, HPS::TransformMaskKit, HPS::PostProcessEffectsKit, HPS::DrawingAttributeKit, HPS::HiddenLineAttributeKit, HPS::PerformanceKit, HPS::NURBSSurfaceAttributeKit, HPS::MaterialKit, HPS::MaterialMappingKit, HPS::MatrixKit, HPS::CurveAttributeKit, HPS::EdgeAttributeKit, HPS::LineAttributeKit, HPS::TextAttributeKit, HPS::CuttingSectionAttributeKit, HPS::CylinderAttributeKit, HPS::LightingAttributeKit, HPS::SphereAttributeKit, HPS::MarkerAttributeKit, HPS::CullingKit, HPS::ColorInterpolationKit, HPS::TransparencyKit, HPS::SelectabilityKit, HPS::CameraKit, HPS::VisibilityKit, HPS::BoundingKit, HPS::SegmentOptimizationOptionsKit, HPS::Publish::ExportOptionsKit, HPS::Publish::TextFieldKit, HPS::Publish::SignatureFieldKit, HPS::Publish::DropDownListKit, HPS::Exchange::TessellationOptionsKit, HPS::Publish::ListBoxKit, HPS::Exchange::ExportSTEPOptionsKit, HPS::Exchange::ExportParasolidOptionsKit, HPS::Publish::RadioButtonKit, HPS::Exchange::ExportIGESOptionsKit, HPS::Exchange::ExportXMLOptionsKit, HPS::Publish::CheckBoxKit, HPS::Exchange::ExportU3DOptionsKit, HPS::Exchange::ExportSTLOptionsKit, HPS::Publish::ButtonKit, HPS::Exchange::ExportPRCOptionsKit, HPS::Publish::LinkKit, HPS::Exchange::ExportJTOptionsKit, HPS::Publish::SlideTableKit, HPS::Exchange::ExportACISOptionsKit, HPS::Publish::TableKit, HPS::Exchange::Export3MFOptionsKit, HPS::Publish::ImageKit, HPS::Publish::TextKit, HPS::Exchange::ModelFileImportOptionsKit, HPS::Publish::ViewKit, HPS::Exchange::TranslationOptionsKit, HPS::Publish::ArtworkKit, HPS::Publish::AnnotationKit, HPS::ComponentPath, HPS::Exchange::ImportOptionsKit, HPS::Parasolid::ExportOptionsKit, HPS::Exchange::NURBSConversionOptionsKit, HPS::Parasolid::LineTessellationKit, HPS::Exchange::Configuration, HPS::Publish::PageKit, HPS::Parasolid::FacetTessellationKit, HPS::Publish::DocumentKit, HPS::Parasolid::ImportOptionsKit, HPS::DWG::ImportOptionsKit, HPS::OOC::ImportOptionsKit, HPS::Sketchup::ImportOptionsKit, and HPS::Sketchup::ImportResultsKit.
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
inherited |
Returns an identifier that can be used to identify which instance of a class an object is.
Different keys and controls will return the same value if they are backed by the same database resource.
|
inherited |
|
inlinevirtual |
Reimplemented from HPS::Object.
PageControl& HPS::Publish::PageControl::operator= | ( | PageControl const & | in_that | ) |
Share the underlying smart-pointer of the PageControl source.
in_that | The PageControl source of the assignment. |
PageControl& HPS::Publish::PageControl::operator= | ( | PageControl && | in_kit | ) |
The move assignment operator transfers the underlying object of the rvalue reference to this PageControl.
in_kit | An rvalue reference to a PageControl to take the underlying object from. |
|
virtualinherited |
Resets this object to its initial, uninitialized state.
Reimplemented in HPS::EventHandler, HPS::EventDispatcher, HPS::World, HPS::HighlightSearchResults, HPS::HighlightSearchResultsIterator, HPS::SelectionResults, HPS::SelectionResultsIterator, HPS::FontSearchResults, HPS::FontSearchResultsIterator, HPS::SearchResults, and HPS::SearchResultsIterator.
PageControl& HPS::Publish::PageControl::SetAnnotationByField | ( | char const * | in_field, |
AnnotationKit const & | in_annotation | ||
) |
Sets an annotation on the given form field.
If there is an existing annotation on the given form field, it will get overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldSet3DAnnot. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the annotation. |
in_annotation | The annotation to be set on the given form field. |
PageControl& HPS::Publish::PageControl::SetAnnotationsByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
AnnotationKit const | in_annotations[] | ||
) |
Sets annotations on the given form fields.
If there is an existing annotation on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldSet3DAnnot. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names for the annotations. |
in_annotations | The annotations to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetAnnotationsByField | ( | UTF8Array const & | in_fields, |
AnnotationKitArray const & | in_annotations | ||
) |
Sets annotations on the given form fields.
If there is an existing annotation on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldSet3DAnnot. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names for the annotations. |
in_annotations | The annotations to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetButtonIconByField | ( | char const * | in_field, |
ImageKit const & | in_image | ||
) |
Sets an image on the icon at the given form field.
If there is an existing image on an icon at the given form field, it will get overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldButtonSetIcon. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the icon. |
in_image | The image to be set on the icon at the given form field. |
PageControl& HPS::Publish::PageControl::SetButtonIconsByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
ImageKit const | in_images[] | ||
) |
Sets images on the icons at the given form fields.
If there is an existing image on an icon at a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldButtonSetIcon. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names for the icons. |
in_images | The images to be set on the icons at the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetButtonIconsByField | ( | UTF8Array const & | in_fields, |
ImageKitArray const & | in_images | ||
) |
Sets images on the icons at the given form fields.
If there is an existing image on an icon at a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldButtonSetIcon. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names for the icons. |
in_images | The images to be set on the icons at the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetButtonLabelByField | ( | char const * | in_field, |
char const * | in_label | ||
) |
Sets a label on the given form field.
If there is an existing label on the given form field, it will get overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldButtonSetLabel. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the label. |
in_label | UTF8-encoded label to be set on the given form field. |
PageControl& HPS::Publish::PageControl::SetButtonLabelsByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
UTF8 const | in_labels[] | ||
) |
Sets labels on the given form fields.
If there is an existing label on a given form field, it will get overwritten. These correspond to the values that will be passed to A3DPDFPageFieldButtonSetLabel. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names for the labels. |
in_labels | The labels to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetButtonLabelsByField | ( | UTF8Array const & | in_fields, |
UTF8Array const & | in_labels | ||
) |
Sets labels on the given form fields.
If there is an existing label on a given form field, it will get overwritten. These correspond to the values that will be passed to A3DPDFPageFieldButtonSetLabel. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names for the labels. |
in_labels | The labels to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetJavaScriptActionByField | ( | char const * | in_field, |
char const * | in_source, | ||
Source::Type | in_type = Source::Type::Code |
||
) |
Sets a JavaScript source or file on the given form field.
If there is any existing JavaScript source or file at the given form field, it will be overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldSetActionJavascriptFromString or A3DPDFPageFieldSetActionJavascriptFromFile. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the JavaScript action. |
in_source | UTF8-encoded JavaScript source or file (depending on the following argument) to be set on the given form field. |
in_type | The type of the preceding argument. Defaults to Source::Type::Code. |
PageControl& HPS::Publish::PageControl::SetJavaScriptActionsByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
UTF8 const | in_sources[], | ||
Source::Type const | in_types[] | ||
) |
Sets JavaScript sources and/or files on the given form fields.
If there is any existing JavaScript source or file at a given form field, it will be overwritten. These correspond to values that will be passed to A3DPDFPageFieldSetActionJavascriptFromString or A3DPDFPageFieldSetActionJavascriptFromFile. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names for the JavaScript actions. |
in_sources | The JavaScript sources and/or files (depending on the corresponding entry in the following argument) to be set on the corresponding form fields. |
in_types | The types for each item in the preceding argument array. |
PageControl& HPS::Publish::PageControl::SetJavaScriptActionsByField | ( | UTF8Array const & | in_fields, |
UTF8Array const & | in_sources, | ||
SourceTypeArray const & | in_types | ||
) |
Sets JavaScript sources and/or files on the given form fields.
If there is any existing JavaScript source or file at a given form field, it will be overwritten. These correspond to values that will be passed to A3DPDFPageFieldSetActionJavascriptFromString or A3DPDFPageFieldSetActionJavascriptFromFile. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names for the JavaScript actions. |
in_sources | The JavaScript sources and/or files (depending on the corresponding entry in the following argument) to be set on the corresponding form fields. |
in_types | The types for each item in the preceding argument array. |
PageControl& HPS::Publish::PageControl::SetTextValueByField | ( | char const * | in_field, |
char const * | in_value | ||
) |
Sets a text value on the given form field.
If there is an existing text value on the given form field, it will get overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldTextSetValue. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name for the text value. |
in_value | UTF8-encoded text value to be set on the given form field. |
PageControl& HPS::Publish::PageControl::SetTextValuesByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
UTF8 const | in_values[] | ||
) |
Sets text values on the given form fields.
If there is an existing text value on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldTextSetValue. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names for the text values. |
in_values | The text values to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetTextValuesByField | ( | UTF8Array const & | in_fields, |
UTF8Array const & | in_values | ||
) |
Sets text values on the given form fields.
If there is an existing text value on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldTextSetValue. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names for the text values. |
in_values | The text values to be set on the corresponding form fields. |
PageControl& HPS::Publish::PageControl::SetVisibilitiesByField | ( | size_t | in_count, |
UTF8 const | in_fields[], | ||
bool const | in_states[] | ||
) |
Sets whether the objects at the given form fields should be visible.
If there is an existing visibility on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldSetVisibility. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_count | Size of the following arrays. |
in_fields | The form field names on which to set visibility. |
in_states | Whether the objects at the at the corresponding form fields should be visible. |
PageControl& HPS::Publish::PageControl::SetVisibilitiesByField | ( | UTF8Array const & | in_fields, |
BoolArray const & | in_states | ||
) |
Sets whether the objects at the given form fields should be visible.
If there is an existing visibility on a given form field, it will get overwritten. These correspond to values that will be passed to A3DPDFPageFieldSetVisibility. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_fields | The form field names on which to set visibility. |
in_states | Whether the objects at the at the corresponding form fields should be visible. |
PageControl& HPS::Publish::PageControl::SetVisibilityByField | ( | char const * | in_field, |
bool | in_state | ||
) |
Sets whether the object at the given form field should be visible.
If there is an existing visibility on the given form field, it will get overwritten. This corresponds to the value that will be passed to A3DPDFPageFieldSetVisibility. This will only have an effect if the underlying page has a form field with the given name and is of the appropriate type.
in_field | UTF8-encoded form field name on which to set visibility. |
in_state | Whether the object at the at the given form field should be visible. |
bool HPS::Publish::PageControl::ShowFields | ( | UTF8Array & | out_names, |
IntRectangleArray & | out_locations, | ||
FieldTypeArray & | out_types | ||
) | const |
Shows the PDF form fields on the page associated with this PageControl.
out_names | The names of the PDF form fields on the associated page. |
out_locations | The locations of the PDF form fields on the associated page. |
out_types | The types of the PDF form fields on the associated page. |
|
virtualinherited |
This function returns the true type of the underlying object.
This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
Reimplemented in HPS::UpdateOptionsControl, HPS::HighlightControl, HPS::SelectionOptionsControl, HPS::OffScreenWindowOptionsControl, HPS::ApplicationWindowOptionsControl, HPS::StandAloneWindowOptionsControl, HPS::AttributeLockControl, HPS::WindowInfoControl, HPS::DebuggingControl, HPS::SubwindowControl, HPS::ContourLineControl, HPS::VisualEffectsControl, HPS::TransformMaskControl, HPS::PostProcessEffectsControl, HPS::DrawingAttributeControl, HPS::HiddenLineAttributeControl, HPS::PerformanceControl, HPS::NURBSSurfaceAttributeControl, HPS::ConditionControl, HPS::StyleControl, HPS::PortfolioControl, HPS::MaterialMappingControl, HPS::TextureMatrixControl, HPS::ModellingMatrixControl, HPS::CurveAttributeControl, HPS::EdgeAttributeControl, HPS::LineAttributeControl, HPS::TextAttributeControl, HPS::CuttingSectionAttributeControl, HPS::CylinderAttributeControl, HPS::LightingAttributeControl, HPS::SphereAttributeControl, HPS::MarkerAttributeControl, HPS::CullingControl, HPS::ColorInterpolationControl, HPS::TransparencyControl, HPS::SelectabilityControl, HPS::CameraControl, HPS::VisibilityControl, HPS::BoundingControl, HPS::Kit, and HPS::Control.
|
static |