REFERENCE MANUAL
This is the complete list of members for Publish::PageControl, including all inherited members.
AddAnnotation(AnnotationKit const &in_annotation, IntRectangle const &in_location) | Publish::PageControl | |
AddAnnotations(size_t in_count, AnnotationKit const in_annotations[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddAnnotations(AnnotationKitArray const &in_annotations, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddButton(ButtonKit const &in_button, IntRectangle const &in_location) | Publish::PageControl | |
AddButtons(size_t in_count, ButtonKit const in_buttons[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddButtons(ButtonKitArray const &in_buttons, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddCheckBox(CheckBoxKit const &in_check_box, IntRectangle const &in_location) | Publish::PageControl | |
AddCheckBoxes(size_t in_count, CheckBoxKit const in_check_boxes[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddCheckBoxes(CheckBoxKitArray const &in_check_boxes, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddDropDownList(DropDownListKit const &in_drop_down_list, IntRectangle const &in_location) | Publish::PageControl | |
AddDropDownLists(size_t in_count, DropDownListKit const in_drop_down_lists[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddDropDownLists(DropDownListKitArray const &in_drop_down_lists, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddImage(ImageKit const &in_image, IntRectangle const &in_location) | Publish::PageControl | |
AddImages(size_t in_count, ImageKit const in_images[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddImages(ImageKitArray const &in_images, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddLink(LinkKit const &in_link, IntRectangle const &in_location) | Publish::PageControl | |
AddLinks(size_t in_count, LinkKit const in_links[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddLinks(LinkKitArray const &in_links, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddListBox(ListBoxKit const &in_list_box, IntRectangle const &in_location) | Publish::PageControl | |
AddListBoxes(size_t in_count, ListBoxKit const in_list_boxes[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddListBoxes(ListBoxKitArray const &in_list_boxes, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddListItemByField(char const *in_field, char const *in_value, char const *in_export_value) | Publish::PageControl | |
AddListItemsByField(char const *in_field, size_t in_count, UTF8 const in_values[], UTF8 const in_export_values[]) | Publish::PageControl | |
AddListItemsByField(char const *in_field, UTF8Array const &in_values, UTF8Array const &in_export_values) | Publish::PageControl | |
AddRadioButton(RadioButtonKit const &in_radio_button, IntRectangle const &in_location) | Publish::PageControl | |
AddRadioButtons(size_t in_count, RadioButtonKit const in_radio_buttons[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddRadioButtons(RadioButtonKitArray const &in_radio_buttons, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddSignatureField(SignatureFieldKit const &in_signature_field, IntRectangle const &in_location) | Publish::PageControl | |
AddSignatureFields(size_t in_count, SignatureFieldKit const in_signature_fields[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddSignatureFields(SignatureFieldKitArray const &in_signature_fields, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddSlideTable(SlideTableKit const &in_slide_table, IntRectangle const &in_location) | Publish::PageControl | |
AddSlideTables(size_t in_count, SlideTableKit const in_slide_tables[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddSlideTables(SlideTableKitArray const &in_slide_tables, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddTable(TableKit const &in_table, IntRectangle const &in_location) | Publish::PageControl | |
AddTables(size_t in_count, TableKit const in_tables[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddTables(TableKitArray const &in_tables, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddText(TextKit const &in_text, IntRectangle const &in_location) | Publish::PageControl | |
AddText(size_t in_count, TextKit const in_text[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddText(TextKitArray const &in_text, IntRectangleArray const &in_locations) | Publish::PageControl | |
AddTextField(TextFieldKit const &in_text_field, IntRectangle const &in_location) | Publish::PageControl | |
AddTextFields(size_t in_count, TextFieldKit const in_text_fields[], IntRectangle const in_locations[]) | Publish::PageControl | |
AddTextFields(TextFieldKitArray const &in_text_fields, IntRectangleArray const &in_locations) | Publish::PageControl | |
ClassID() (defined in Object) | Object | inlinestatic |
Empty() const | Object | inlinevirtual |
GetClassID() const | Object | |
GetInstanceID() const | Object | |
HasType(Type in_mask) const | Object | |
Object() (defined in Object) | Object | |
Object(Object &&in_that) | Object | |
ObjectType() const | Publish::PageControl | inlinevirtual |
operator=(PageControl const &in_that) | Publish::PageControl | |
operator=(PageControl &&in_kit) | Publish::PageControl | |
operator=(Object const &other_object) (defined in Object) | Object | |
Sprocket::operator=(Object &&in_that) | Object | |
PageControl() | Publish::PageControl | |
PageControl(PageControl const &in_that) | Publish::PageControl | |
PageControl(PageControl &&in_that) | Publish::PageControl | |
Reset() | Object | virtual |
SetAnnotationByField(char const *in_field, AnnotationKit const &in_annotation) | Publish::PageControl | |
SetAnnotationsByField(size_t in_count, UTF8 const in_fields[], AnnotationKit const in_annotations[]) | Publish::PageControl | |
SetAnnotationsByField(UTF8Array const &in_fields, AnnotationKitArray const &in_annotations) | Publish::PageControl | |
SetButtonIconByField(char const *in_field, ImageKit const &in_image) | Publish::PageControl | |
SetButtonIconsByField(size_t in_count, UTF8 const in_fields[], ImageKit const in_images[]) | Publish::PageControl | |
SetButtonIconsByField(UTF8Array const &in_fields, ImageKitArray const &in_images) | Publish::PageControl | |
SetButtonLabelByField(char const *in_field, char const *in_label) | Publish::PageControl | |
SetButtonLabelsByField(size_t in_count, UTF8 const in_fields[], UTF8 const in_labels[]) | Publish::PageControl | |
SetButtonLabelsByField(UTF8Array const &in_fields, UTF8Array const &in_labels) | Publish::PageControl | |
SetJavaScriptActionByField(char const *in_field, char const *in_source, Source::Type in_type=Source::Type::Code) | Publish::PageControl | |
SetJavaScriptActionsByField(size_t in_count, UTF8 const in_fields[], UTF8 const in_sources[], Source::Type const in_types[]) | Publish::PageControl | |
SetJavaScriptActionsByField(UTF8Array const &in_fields, UTF8Array const &in_sources, SourceTypeArray const &in_types) | Publish::PageControl | |
SetTextValueByField(char const *in_field, char const *in_value) | Publish::PageControl | |
SetTextValuesByField(size_t in_count, UTF8 const in_fields[], UTF8 const in_values[]) | Publish::PageControl | |
SetTextValuesByField(UTF8Array const &in_fields, UTF8Array const &in_values) | Publish::PageControl | |
SetVisibilitiesByField(size_t in_count, UTF8 const in_fields[], bool const in_states[]) | Publish::PageControl | |
SetVisibilitiesByField(UTF8Array const &in_fields, BoolArray const &in_states) | Publish::PageControl | |
SetVisibilityByField(char const *in_field, bool in_state) | Publish::PageControl | |
ShowFields(UTF8Array &out_names, IntRectangleArray &out_locations, FieldTypeArray &out_types) const | Publish::PageControl | |
Sprocket() (defined in Sprocket) | Sprocket | inline |
Sprocket(Sprocket &&in_that) (defined in Sprocket) | Sprocket | inline |
Type() const | Object | |
UpdateType enum name (defined in Sprocket) | Sprocket | |
~Object() (defined in Object) | Object | virtual |
~PageControl() (defined in Publish::PageControl) | Publish::PageControl | virtual |
~Sprocket() (defined in Sprocket) | Sprocket | inlinevirtual |