|
static const HPS::Type | staticType = HPS::Type::SprocketKit |
|
static const HPS::Type | staticType = HPS::Type::None |
|
|
template<typename T > |
static intptr_t | ClassID () |
|
◆ SprocketKit()
HPS::SprocketKit::SprocketKit |
( |
SprocketKit && |
in_that | ) |
|
|
inlineprotected |
The move constructor creates a SprocketKit by transferring the underlying impl of the rvalue reference to this SprocketKit thereby avoiding a copy and allocation.
- Parameters
-
in_that | An rvalue reference to a SprocketKit to take the impl from. |
◆ ObjectType()
HPS::Type HPS::SprocketKit::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Object.
Reimplemented in HPS::Publish::ExportOptionsKit, HPS::Publish::DataTableKit, HPS::Publish::TextFieldKit, HPS::Exchange::TessellationOptionsKit, HPS::Publish::SignatureFieldKit, HPS::Exchange::ExportGLTFOptionsKit, HPS::Exchange::ExportSTEPOptionsKit, HPS::Publish::DropDownListKit, HPS::Exchange::ExportParasolidOptionsKit, HPS::Exchange::ExportIGESOptionsKit, HPS::Publish::ListBoxKit, HPS::Exchange::ExportXMLOptionsKit, HPS::Exchange::ExportU3DOptionsKit, HPS::Exchange::ExportOBJOptionsKit, HPS::Publish::RadioButtonKit, HPS::Exchange::ExportSTLOptionsKit, HPS::Exchange::ExportPRCOptionsKit, HPS::Publish::CheckBoxKit, HPS::Exchange::ExportJTOptionsKit, HPS::Exchange::ExportACISOptionsKit, HPS::Exchange::ExportFBXOptionsKit, HPS::Publish::ButtonKit, HPS::Publish::LinkKit, HPS::Exchange::Export3MFOptionsKit, HPS::Publish::SlideTableKit, HPS::Publish::TableKit, HPS::Exchange::ModelFileImportOptionsKit, HPS::Publish::ImageKit, HPS::Publish::TextKit, HPS::Exchange::TranslationOptionsKit, HPS::Publish::ViewKit, HPS::Publish::ArtworkKit, HPS::Publish::AnnotationKit, HPS::Exchange::ImportOptionsKit, HPS::Parasolid::ExportOptionsKit, HPS::Exchange::NURBSConversionOptionsKit, HPS::Parasolid::LineTessellationKit, HPS::Publish::PageKit, HPS::Parasolid::FacetTessellationKit, HPS::Publish::DocumentKit, HPS::Parasolid::ImportOptionsKit, HPS::DWG::ImportOptionsKit, HPS::Sketchup::ImportOptionsKit, and HPS::Sketchup::ImportResultsKit.
◆ operator=()
The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketKit thereby avoiding a copy.
- Parameters
-
in_that | An rvalue reference to an SprocketKit to take the impl from. |
- Returns
- A reference to this SprocketKit.
The documentation for this class was generated from the following file: