Layout Widget Type Declarations
Modules | |
PDF Widget Type Determination | |
Determines the type of a PDF Widget. | |
PDF Widget Entity Constants | |
Typedefs | |
typedef void | A3DPDF3DNodeScene |
typedef void | A3DPDF3DViewCarousel |
typedef void | A3DPDF3DViewList |
typedef void | A3DPDFButton |
typedef void | A3DPDFCheckBox |
typedef void | A3DPDFDataFilter |
typedef void | A3DPDFDigitalSignature |
typedef void | A3DPDFDropDownList |
typedef void | A3DPDFField |
typedef void | A3DPDFListBox |
typedef void | A3DPDFRadioButton |
typedef void | A3DPDFScrollTable |
typedef void | A3DPDFTextField |
typedef void | A3DPDFWidget |
Detailed Description
Typedef Documentation
◆ A3DPDFWidget
typedef void A3DPDFWidget |
PDF Widget. Abstract type. Widgets are low level Fields, or High Level widgets (scroll table, view carousel).
- See also
- PDF Widget Type Determination
◆ A3DPDFField
typedef void A3DPDFField |
Field. Abstract type. Fields are low level objects positioned on a PDF page.
- See also
- PDF Widget Type Determination
◆ A3DPDFButton
typedef void A3DPDFButton |
Button field.
- See also
- Button Module
◆ A3DPDFTextField
typedef void A3DPDFTextField |
Text field.
- See also
- Text Field Module
◆ A3DPDFDigitalSignature
typedef void A3DPDFDigitalSignature |
Digital signature field.
- See also
- Digital Signature Module
◆ A3DPDFCheckBox
typedef void A3DPDFCheckBox |
Check box field.
- See also
- Check Box Module
◆ A3DPDFRadioButton
typedef void A3DPDFRadioButton |
Radio button field.
- See also
- Radio Button Module
◆ A3DPDFListBox
typedef void A3DPDFListBox |
Listbox field.
- See also
- ListBox Module
◆ A3DPDFDropDownList
typedef void A3DPDFDropDownList |
Drop down list field.
- See also
- Drop down List Module
◆ A3DPDF3DViewCarousel
typedef void A3DPDF3DViewCarousel |
3D view carousel widget. High level object widget.
- See also
- View Carousel Module
◆ A3DPDFScrollTable
typedef void A3DPDFScrollTable |
Scroll table widget. High level object widget.
- See also
- Scroll Table Module
◆ A3DPDFDataFilter
typedef void A3DPDFDataFilter |
Data Filter widget. High level object widget.
- See also
- Data Model Module
◆ A3DPDF3DNodeScene
typedef void A3DPDF3DNodeScene |
Widget to interact with 3D nodes (via the 3D model tree or via the 3D annotation scene).
- See also
- Data Model Module
◆ A3DPDF3DViewList
typedef void A3DPDF3DViewList |
Widget to interact with 3D views (via the 3D model tree or via the context menu in the 3D annotation scene).
- See also
- Data Model Module