Foxit PDF SDK
foxit::addon::pdf3d::PDF3DAnnotViewData Class Reference

This class represents the data of a 3D annotation view. More...

Inherits Object.

Public Member Functions

 PDF3DAnnotViewData ()
 Constructor.
 
 PDF3DAnnotViewData (const PDF3DAnnotViewData &other)
 Constructor, with another 3D annot view data object. More...
 
PDF3DAnnotViewDataoperator= (const PDF3DAnnotViewData &data)
 Assign operator. More...
 

Public Attributes

WString display_name
 The display name of the view. This name can be duplicated with other views.
 
WString name
 The name of the view, which is the unique name.
 

Detailed Description

This class represents the data of a 3D annotation view.

Constructor & Destructor Documentation

◆ PDF3DAnnotViewData()

foxit::addon::pdf3d::PDF3DAnnotViewData::PDF3DAnnotViewData ( const PDF3DAnnotViewData other)
inline

Constructor, with another 3D annot view data object.

Parameters
[in]otherAnother 3D annot view data object.

Member Function Documentation

◆ operator=()

PDF3DAnnotViewData& foxit::addon::pdf3d::PDF3DAnnotViewData::operator= ( const PDF3DAnnotViewData data)
inline

Assign operator.

Parameters
[in]dataAnother 3D annot view data object, whose value would be assigned to current object.
Returns
Reference to current object itself.