#include <PDF_Data.hxx>
Public Member Functions | |
Standard_EXPORT | PDF_Data () |
Standard_EXPORT | PDF_Data (const Standard_Integer aVersionNumber) |
Standard_Integer | VersionNumber () const |
Returns the value of the field <myversion>. . | |
void | Labels (const Handle(PColStd_HArray1OfInteger)&theLabels) |
Sets the field <mylabels> with <thelabels>. . | |
Handle_PColStd_HArray1OfInteger | Labels () const |
Returns the value of the field <mylabels>. . | |
void | Attributes (const Handle(PDF_HAttributeArray1)&theAttributes) |
Sets the field <myattributes> with <theattributes>. . | |
Handle_PDF_HAttributeArray1 | Attributes () const |
Returns the value of the field <myattributes>. . | |
PDF_Data (const Storage_stCONSTclCOM &a) | |
Standard_Integer | _CSFDB_GetPDF_DatamyVersion () const |
void | _CSFDB_SetPDF_DatamyVersion (const Standard_Integer p) |
Handle (PColStd_HArray1OfInteger) _CSFDB_GetPDF_DatamyLabels() const | |
void | _CSFDB_SetPDF_DatamyLabels (const Handle(PColStd_HArray1OfInteger)&p) |
Handle (PDF_HAttributeArray1) _CSFDB_GetPDF_DatamyAttributes() const | |
void | _CSFDB_SetPDF_DatamyAttributes (const Handle(PDF_HAttributeArray1)&p) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | myVersion |
Handle_PColStd_HArray1OfInteger | myLabels |
Handle_PDF_HAttributeArray1 | myAttributes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|