REFERENCE MANUAL
The Object class is the common base class of most Visualize classes. More...
Public Member Functions | |
virtual void | Dispose () |
virtual bool | Empty () |
Indicates whether this object has any values set on it. More... | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
virtual HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. More... | |
Static Public Member Functions | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
virtual void | deleteCptr () |
virtual IntPtr | GetNonDirectorClassID () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The Object class is the common base class of most Visualize classes.
HPS.Object.Object | ( | HPS.Object | in_that | ) |
|
virtual |
Indicates whether this object has any values set on it.
Reimplemented in HPS.Publish.ExportOptionsKit, HPS.Publish.SlideTableKit, HPS.Publish.TextFieldKit, HPS.Publish.SignatureFieldKit, HPS.Publish.DropDownListKit, HPS.Publish.ListBoxKit, HPS.Publish.RadioButtonKit, HPS.Publish.CheckBoxKit, HPS.Publish.ButtonKit, HPS.Exchange.ExportXMLOptionsKit, HPS.Publish.LinkKit, HPS.Exchange.ExportU3DOptionsKit, HPS.Publish.TableKit, HPS.Exchange.ExportSTLOptionsKit, HPS.Publish.ImageKit, HPS.Exchange.ExportSTEPOptionsKit, HPS.Publish.TextKit, HPS.Exchange.ExportPRCOptionsKit, HPS.Publish.ViewKit, HPS.Exchange.ExportJTOptionsKit, HPS.Exchange.ExportIGESOptionsKit, HPS.Publish.ArtworkKit, HPS.Exchange.ExportACISOptionsKit, HPS.Exchange.ModelFileImportOptionsKit, HPS.Parasolid.ExportOptionsKit, HPS.Parasolid.ImportOptionsKit, HPS.Publish.AnnotationKit, HPS.Exchange.ImportOptionsKit, HPS.Parasolid.LineTessellationKit, HPS.Exchange.ExportParasolidOptionsKit, HPS.Publish.PageKit, HPS.Parasolid.FacetTessellationKit, HPS.Stream.ExportOptionsKit, HPS.Exchange.TessellationOptionsKit, HPS.Hardcopy.GDI.ExportOptionsKit, HPS.Sketchup.ImportOptionsKit, HPS.Image.ImportOptionsKit, HPS.Stream.ImportResultsKit, HPS.OBJ.ImportResultsKit, HPS.STL.ImportResultsKit, HPS.Exchange.Configuration, HPS.Hardcopy.File.ExportOptionsKit, HPS.Image.ExportOptionsKit, HPS.HighlightOptionsKit, HPS.MatrixKit, HPS.ShellKit, HPS.ShellRelationOptionsKit, HPS.SpotlightKit, HPS.ImageKit, HPS.Shader.ImportOptionsKit, HPS.GlyphKit, HPS.LinePatternKit, HPS.ApplicationWindowOptionsKit, HPS.BoundingKit, HPS.CameraKit, HPS.CircleKit, HPS.CircularArcKit, HPS.CircularWedgeKit, HPS.ContourLineKit, HPS.CullingKit, HPS.CurveAttributeKit, HPS.CuttingSectionAttributeKit, HPS.CuttingSectionKit, HPS.CylinderAttributeKit, HPS.CylinderKit, HPS.DistantLightKit, HPS.DrawingAttributeKit, HPS.EdgeAttributeKit, HPS.EllipseKit, HPS.EllipticalArcKit, HPS.GridKit, HPS.HiddenLineAttributeKit, HPS.InfiniteLineKit, HPS.LightingAttributeKit, HPS.LineAttributeKit, HPS.LineKit, HPS.MarkerAttributeKit, HPS.MarkerKit, HPS.MaterialMappingKit, HPS.MeshKit, HPS.NURBSCurveKit, HPS.NURBSSurfaceAttributeKit, HPS.NURBSSurfaceKit, HPS.OffScreenWindowOptionsKit, HPS.PerformanceKit, HPS.PolygonKit, HPS.PostProcessEffectsKit, HPS.SearchOptionsKit, HPS.SelectabilityKit, HPS.SelectionOptionsKit, HPS.ShellOptimizationOptionsKit, HPS.ShellRelationResultsKit, HPS.SphereAttributeKit, HPS.SphereKit, HPS.StandAloneWindowOptionsKit, HPS.TextAttributeKit, HPS.TextKit, HPS.TextureOptionsKit, HPS.TransparencyKit, HPS.UpdateOptionsKit, HPS.VisibilityKit, HPS.VisualEffectsKit, HPS.Publish.DocumentKit, HPS.AttributeLockKit, HPS.CutGeometryGatheringOptionsKit, HPS.DebuggingKit, HPS.FontInfoState, HPS.SubwindowKit, HPS.OBJ.ImportOptionsKit, HPS.STL.ImportOptionsKit, HPS.Stream.ImportOptionsKit, HPS.LinePatternOptionsKit, HPS.LinePatternParallelKit, HPS.MaterialKit, HPS.ShaderKit, HPS.TrimKit, HPS.ColorInterpolationKit, HPS.TransformMaskKit, HPS.Sketchup.ImportResultsKit, and HPS.WindowInfoKit.
IntPtr HPS.Object.GetInstanceID | ( | ) |
Returns an identifier that can be used to identify which instance of a class an object is.
Different keys and controls will return the same value if they are backed by the same database resource.
bool HPS.Object.HasType | ( | HPS.Type | in_mask | ) |
|
virtual |
This function returns the type the object, as declared.
This does not necessarily give the true type of the underlying object.
Reimplemented in HPS.Publish.ExportOptionsKit, HPS.Publish.PageControl, HPS.Publish.DocumentKey, HPS.Publish.SlideTableKit, HPS.Publish.TextFieldKit, HPS.Publish.SignatureFieldKit, HPS.Publish.DropDownListKit, HPS.Publish.ListBoxKit, HPS.Publish.RadioButtonKit, HPS.Publish.CheckBoxKit, HPS.Publish.ButtonKit, HPS.Exchange.ExportXMLOptionsKit, HPS.Publish.LinkKit, HPS.Exchange.ExportU3DOptionsKit, HPS.Publish.TableKit, HPS.Exchange.ExportSTLOptionsKit, HPS.Publish.ImageKit, HPS.Exchange.ExportSTEPOptionsKit, HPS.Publish.TextKit, HPS.Exchange.ExportPRCOptionsKit, HPS.Publish.ViewKit, HPS.Exchange.ExportJTOptionsKit, HPS.Exchange.ExportIGESOptionsKit, HPS.Publish.ArtworkKit, HPS.Exchange.ExportACISOptionsKit, HPS.Exchange.ModelFileImportOptionsKit, HPS.Parasolid.ExportOptionsKit, HPS.Parasolid.ImportOptionsKit, HPS.Publish.AnnotationKit, HPS.Parasolid.ImportNotifier, HPS.Parasolid.CADModel, HPS.Parasolid.Component, HPS.Exchange.ImportOptionsKit, HPS.Exchange.ExportNotifier, HPS.Exchange.ImportNotifier, HPS.Parasolid.LineTessellationKit, HPS.Exchange.Filter, HPS.Exchange.Capture, HPS.Exchange.CADModel, HPS.Stream.ImportNotifier, HPS.Exchange.ExportParasolidOptionsKit, HPS.Exchange.TranslationNotifier, HPS.Publish.PageKit, HPS.Parasolid.FacetTessellationKit, HPS.Stream.ExportOptionsKit, HPS.SceneTree, HPS.OBJ.ImportNotifier, HPS.Exchange.TessellationOptionsKit, HPS.STL.ImportNotifier, HPS.Exchange.Sheet, HPS.Hardcopy.GDI.ExportOptionsKit, HPS.Sketchup.ImportOptionsKit, HPS.Image.ImportOptionsKit, HPS.Stream.ImportResultsKit, HPS.OBJ.ImportResultsKit, HPS.Sketchup.ImportNotifier, HPS.Component, HPS.STL.ImportResultsKit, HPS.Exchange.Configuration, HPS.SceneTreeItem, HPS.ComponentTree, HPS.ComponentTreeItem, HPS.Exchange.Component, HPS.Hardcopy.File.ExportOptionsKit, HPS.Operator, HPS.Image.ExportOptionsKit, HPS.InfiniteLineGlyphElement, HPS.CircularArcGlyphElement, HPS.LineGlyphElement, HPS.BlankLinePatternElement, HPS.EllipseGlyphElement, HPS.HighlightOptionsKit, HPS.SolidLinePatternElement, HPS.MatrixKit, HPS.DotGlyphElement, HPS.TrimElement, HPS.BooleanMetadata, HPS.DoubleMetadata, HPS.IntegerMetadata, HPS.StringMetadata, HPS.TimeMetadata, HPS.UnsignedIntegerMetadata, HPS.CADModel, HPS.SprocketPath, HPS.Shader.ImportOptionsKit, HPS.ImageKit, HPS.EventHandler, HPS.AxisTriadControl, HPS.NavigationCubeControl, HPS.ApplicationWindowKey, HPS.CubeMapDefinition, HPS.GlyphDefinition, HPS.GlyphLinePatternElement, HPS.ImageDefinition, HPS.LinePatternDefinition, HPS.MaterialPaletteDefinition, HPS.NamedStyleDefinition, HPS.OffScreenWindowKey, HPS.ShaderDefinition, HPS.StandAloneWindowKey, HPS.TextureDefinition, HPS.TreeContext, HPS.KeyPath, HPS.Condition, HPS.Capture, HPS.Filter, HPS.Metadata, HPS.CircleKey, HPS.CircularArcKey, HPS.CircularWedgeKey, HPS.CuttingSectionKey, HPS.CylinderKey, HPS.DistantLightKey, HPS.EllipseKey, HPS.EllipticalArcKey, HPS.GridKey, HPS.IncludeKey, HPS.InfiniteLineKey, HPS.Key, HPS.LineKey, HPS.MarkerKey, HPS.MeshKey, HPS.ModellingMatrixControl, HPS.NURBSCurveKey, HPS.NURBSSurfaceKey, HPS.PolygonKey, HPS.PortfolioKey, HPS.ReferenceKey, HPS.SegmentKey, HPS.ShellKey, HPS.SphereKey, HPS.SpotlightKey, HPS.StyleKey, HPS.TextKey, HPS.WindowKey, HPS.ComponentPath, HPS.FontSearchResults, HPS.GeometryKey, HPS.SearchResults, HPS.OBJ.ImportOptionsKit, HPS.STL.ImportOptionsKit, HPS.Stream.ImportOptionsKit, HPS.HighlightControl, HPS.SelectionControl, HPS.SelectionOptionsControl, HPS.UpdateOptionsControl, HPS.DrawingAttributeControl, HPS.EventDispatcher, HPS.Publish.DocumentKit, HPS.Sketchup.ImportResultsKit, HPS.ApplicationWindowOptionsControl, HPS.ApplicationWindowOptionsKit, HPS.AttributeLockControl, HPS.BoundingKit, HPS.CameraKit, HPS.CircleKit, HPS.CircularArcKit, HPS.CircularWedgeKit, HPS.ContourLineKit, HPS.CullingKit, HPS.CurveAttributeKit, HPS.CuttingSectionAttributeKit, HPS.CuttingSectionKit, HPS.CylinderAttributeKit, HPS.CylinderKit, HPS.Definition, HPS.DistantLightKit, HPS.DrawingAttributeKit, HPS.EdgeAttributeKit, HPS.EllipseKit, HPS.EllipticalArcKit, HPS.EventNotifier, HPS.FontSearchResultsIterator, HPS.GlyphElement, HPS.GlyphKit, HPS.GridKit, HPS.HiddenLineAttributeKit, HPS.InfiniteLineKit, HPS.IONotifier, HPS.KeyboardState, HPS.LightingAttributeKit, HPS.LineAttributeKit, HPS.LineKit, HPS.LinePatternElement, HPS.LinePatternKit, HPS.LinePatternOptionsKit, HPS.LinePatternParallelKit, HPS.MarkerAttributeKit, HPS.MarkerKit, HPS.MaterialKit, HPS.MaterialMappingKit, HPS.MeshKit, HPS.MouseState, HPS.NURBSCurveKit, HPS.NURBSSurfaceAttributeKit, HPS.NURBSSurfaceKit, HPS.OffScreenWindowOptionsControl, HPS.OffScreenWindowOptionsKit, HPS.PerformanceKit, HPS.PolygonKit, HPS.PostProcessEffectsKit, HPS.SearchOptionsKit, HPS.SearchResultsIterator, HPS.SelectabilityKit, HPS.SelectionItem, HPS.SelectionOptionsKit, HPS.SelectionResults, HPS.SelectionResultsIterator, HPS.ShaderKit, HPS.ShellKit, HPS.ShellOptimizationOptionsKit, HPS.ShellRelationOptionsKit, HPS.ShellRelationResultsKit, HPS.SphereAttributeKit, HPS.SphereKit, HPS.SpotlightKit, HPS.StandAloneWindowOptionsControl, HPS.StandAloneWindowOptionsKit, HPS.TextAttributeKit, HPS.TextKit, HPS.TextureOptionsKit, HPS.TouchState, HPS.TransparencyKit, HPS.TrimKit, HPS.UpdateOptionsKit, HPS.VisibilityKit, HPS.VisualEffectsKit, HPS.AttributeLockKit, HPS.BoundingControl, HPS.CameraControl, HPS.ColorInterpolationControl, HPS.ColorInterpolationKit, HPS.ConditionControl, HPS.ContourLineControl, HPS.CullingControl, HPS.CurveAttributeControl, HPS.CutGeometryGatheringOptionsKit, HPS.CuttingSectionAttributeControl, HPS.CylinderAttributeControl, HPS.DebuggingControl, HPS.DebuggingKit, HPS.EdgeAttributeControl, HPS.FontInfoState, HPS.HiddenLineAttributeControl, HPS.LightingAttributeControl, HPS.LineAttributeControl, HPS.MarkerAttributeControl, HPS.MaterialMappingControl, HPS.NURBSSurfaceAttributeControl, HPS.PerformanceControl, HPS.PortfolioControl, HPS.PostProcessEffectsControl, HPS.SelectabilityControl, HPS.SphereAttributeControl, HPS.StyleControl, HPS.SubwindowControl, HPS.SubwindowKit, HPS.TextAttributeControl, HPS.TextureMatrixControl, HPS.TransformMaskControl, HPS.TransformMaskKit, HPS.TransparencyControl, HPS.UpdateNotifier, HPS.VisibilityControl, HPS.VisualEffectsControl, HPS.WindowInfoControl, HPS.WindowInfoKit, HPS.View, HPS.OperatorControl, HPS.World, HPS.Canvas, HPS.Layout, HPS.Model, and HPS.SprocketControl.
|
virtual |
Resets this object to its initial, uninitialized state.
Reimplemented in HPS.EventHandler, HPS.SelectionResults, HPS.FontSearchResultsIterator, HPS.SearchResultsIterator, HPS.SelectionResultsIterator, HPS.FontSearchResults, and HPS.SearchResults.
HPS.Type HPS.Object.Type | ( | ) |
This function returns the true type of the underlying object.
This function is useful for finding the type of smart pointer objects that have been cast to more generic types.