API Search || Global Search

More...

Inheritance diagram for HPS.Object:
HPS.ConditionalExpression HPS.Control HPS.Definition HPS.DriverEventHandler HPS.EventDispatcher HPS.EventHandler HPS.EventNotifier HPS.FontInfoState HPS.FontSearchResults HPS.FontSearchResultsIterator HPS.GlyphElement HPS.HighlightSearchResults HPS.HighlightSearchResultsIterator HPS.HighlightState HPS.IONotifier HPS.Key HPS.KeyboardState HPS.KeyPath HPS.Kit HPS.LinePatternElement HPS.MouseState HPS.SearchResults HPS.SearchResultsIterator HPS.SelectionItem HPS.SelectionResults HPS.SelectionResultsIterator HPS.ShapeElement HPS.Sprocket HPS.Stream.Toolkit HPS.TouchState HPS.TreeContext HPS.TrimElement HPS.UpdateNotifier HPS.World

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. Different keys and controls will return the same value if they are backed by the same database resource. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 Object (HPS.Object that)
 
virtual HPS.Type ObjectType ()
 This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
virtual HPS.Type 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. More...
 

Static Public Member Functions

static IntPtr ClassID< T > ()
 

Protected Member Functions

virtual void deleteCptr ()
 
virtual IntPtr GetNonDirectorClassID ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Object class is the common base class of most Visualize classes.

Member Function Documentation

virtual bool HPS.Object.Empty ( )
inlinevirtual

Indicates whether this object has any values set on it.

Returns
    true if no values are set on this object, false otherwise.

Reimplemented in HPS.Publish.ExportOptionsKit, HPS.Publish.SlideTableKit, HPS.Publish.TextFieldKit, HPS.Publish.SignatureFieldKit, HPS.Exchange.NURBSConversionOptionsKit, HPS.Publish.DropDownListKit, HPS.Exchange.ExportXMLOptionsKit, HPS.Publish.ListBoxKit, HPS.Exchange.ExportU3DOptionsKit, HPS.Exchange.ExportSTLOptionsKit, HPS.Publish.RadioButtonKit, HPS.Exchange.ExportSTEPOptionsKit, HPS.Exchange.ExportPRCOptionsKit, HPS.Publish.CheckBoxKit, HPS.Exchange.ExportJTOptionsKit, HPS.Exchange.ExportIGESOptionsKit, HPS.Exchange.ExportACISOptionsKit, HPS.Publish.ButtonKit, HPS.Exchange.Export3MFOptionsKit, HPS.Publish.LinkKit, HPS.Publish.TableKit, HPS.Exchange.ModelFileImportOptionsKit, HPS.Stream.ExportOptionsKit, HPS.Publish.ImageKit, HPS.Stream.ImportResultsKit, HPS.Publish.TextKit, HPS.Publish.ViewKit, HPS.Publish.ArtworkKit, HPS.Parasolid.ExportOptionsKit, HPS.Parasolid.ImportOptionsKit, HPS.Publish.AnnotationKit, HPS.Exchange.ImportOptionsKit, HPS.Exchange.ExportParasolidOptionsKit, HPS.Parasolid.LineTessellationKit, HPS.Exchange.TranslationOptionsKit, HPS.OOC.ImportOptionsKit, HPS.Publish.PageKit, HPS.DWG.ImportOptionsKit, HPS.Exchange.TessellationOptionsKit, HPS.Hardcopy.GDI.ExportOptionsKit, HPS.Parasolid.FacetTessellationKit, HPS.Exchange.Configuration, HPS.Sketchup.ImportOptionsKit, HPS.Image.ImportOptionsKit, HPS.OBJ.ImportResultsKit, HPS.STL.ImportResultsKit, HPS.PointCloud.ImportOptionsKit, HPS.Hardcopy.File.ExportOptionsKit, HPS.Stream.ImportOptionsKit, HPS.Image.ExportOptionsKit, HPS.Shader.ImportOptionsKit, HPS.Publish.DocumentKit, HPS.OBJ.ImportOptionsKit, HPS.PointCloud.ImportResultsKit, HPS.STL.ImportOptionsKit, HPS.Sketchup.ImportResultsKit, HPS.HighlightOptionsKit, HPS.MatrixKit, HPS.ShellKit, HPS.ShellRelationOptionsKit, HPS.SpotlightKit, HPS.ImageKit, 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.HighlightSearchOptionsKit, 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.SegmentOptimizationOptionsKit, 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.AttributeLockKit, HPS.DebuggingKit, HPS.FontInfoState, HPS.SubwindowKit, HPS.CutGeometryGatheringOptionsKit, HPS.ColorInterpolationKit, HPS.TransformMaskKit, HPS.LinePatternOptionsKit, HPS.LinePatternParallelKit, HPS.MaterialKit, HPS.ShaderKit, HPS.ShapeKit, HPS.TrimKit, and HPS.WindowInfoKit.

IntPtr HPS.Object.GetInstanceID ( )
inline

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.

Returns
    A value unique to an instance of an object and all objects that are backed by the same database resource.
bool HPS.Object.HasType ( HPS.Type  in_mask)
inline

This function indicates whether this Object has the given Type mask.

Parameters
in_maskThe Type mask to check against this Object.
Returns
    true if this Object has the given Type mask, false otherwise.
virtual HPS.Type HPS.Object.ObjectType ( )
inlinevirtual

This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.

Returns
    The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented in HPS.Publish.ExportOptionsKit, HPS.Publish.PageControl, HPS.Publish.DocumentKey, HPS.Publish.SlideTableKit, HPS.Publish.TextFieldKit, HPS.Publish.SignatureFieldKit, HPS.Exchange.NURBSConversionOptionsKit, HPS.Publish.DropDownListKit, HPS.Exchange.ExportXMLOptionsKit, HPS.Publish.ListBoxKit, HPS.Exchange.ExportU3DOptionsKit, HPS.Exchange.ExportSTLOptionsKit, HPS.Publish.RadioButtonKit, HPS.Exchange.ExportSTEPOptionsKit, HPS.Exchange.ExportPRCOptionsKit, HPS.Publish.CheckBoxKit, HPS.Exchange.ExportJTOptionsKit, HPS.Exchange.ExportIGESOptionsKit, HPS.Exchange.ExportACISOptionsKit, HPS.Publish.ButtonKit, HPS.Exchange.Export3MFOptionsKit, HPS.Stream.ExportNotifier, HPS.Publish.LinkKit, HPS.Publish.TableKit, HPS.Exchange.ModelFileImportOptionsKit, HPS.Stream.ExportOptionsKit, HPS.Publish.ImageKit, HPS.Stream.ImportResultsKit, HPS.Publish.TextKit, HPS.Publish.ViewKit, HPS.Publish.ArtworkKit, HPS.Parasolid.ExportOptionsKit, HPS.Parasolid.ImportOptionsKit, HPS.Parasolid.ImportNotifier, HPS.Publish.AnnotationKit, HPS.Exchange.ImportOptionsKit, HPS.Exchange.ExportNotifier, HPS.Parasolid.CADModel, HPS.Exchange.ImportNotifier, HPS.Parasolid.Component, HPS.Exchange.Filter, HPS.Exchange.Capture, HPS.Exchange.CADModel, HPS.Exchange.ProductOccurrence, HPS.Exchange.ReloadNotifier, HPS.Exchange.ExportParasolidOptionsKit, HPS.Parasolid.LineTessellationKit, HPS.Exchange.TranslationOptionsKit, HPS.Exchange.TranslationNotifier, HPS.OOC.ImportOptionsKit, HPS.Publish.PageKit, HPS.DWG.ImportOptionsKit, HPS.Exchange.TessellationOptionsKit, HPS.OOC.ImportNotifier, HPS.Hardcopy.GDI.ExportOptionsKit, HPS.DWG.ImportNotifier, HPS.Exchange.Sheet, HPS.Parasolid.FacetTessellationKit, HPS.OBJ.ImportNotifier, HPS.SceneTree, HPS.Stream.Toolkit, HPS.STL.ImportNotifier, HPS.PointCloud.ImportNotifier, HPS.Exchange.Configuration, HPS.DWG.CADModel, HPS.Sketchup.ImportOptionsKit, HPS.Image.ImportOptionsKit, HPS.OBJ.ImportResultsKit, HPS.Sketchup.ImportNotifier, HPS.STL.ImportResultsKit, HPS.Exchange.Component, HPS.Component, HPS.DWG.Layer, HPS.PointCloud.ImportOptionsKit, HPS.SceneTreeItem, HPS.EventHandler, HPS.Hardcopy.File.ExportOptionsKit, HPS.Stream.ImportOptionsKit, HPS.ComponentTree, HPS.DWG.Component, HPS.ComponentTreeItem, HPS.DriverEventHandler, HPS.Operator, HPS.Image.ExportOptionsKit, HPS.Stream.ImportNotifier, HPS.DWG.Layout, HPS.EllipticalArcShapeElement, HPS.Shader.ImportOptionsKit, HPS.OBJ.ImportOptionsKit, HPS.PointCloud.ImportResultsKit, HPS.STL.ImportOptionsKit, HPS.Publish.DocumentKit, HPS.Sketchup.ImportResultsKit, HPS.InfiniteLineGlyphElement, HPS.AnchorShapeElement, HPS.ExchangeParasolid.ImportNotifier, HPS.LineShapeElement, HPS.ConditionalExpression, HPS.CircularArcGlyphElement, HPS.CircularArcShapeElement, HPS.EllipseShapeElement, HPS.BlankLinePatternElement, HPS.CircleShapeElement, HPS.EllipseGlyphElement, HPS.HighlightOptionsKit, HPS.SolidLinePatternElement, HPS.LineGlyphElement, HPS.MatrixKit, HPS.PolygonShapeElement, HPS.DotGlyphElement, HPS.TrimElement, HPS.BooleanMetadata, HPS.DoubleMetadata, HPS.IntegerMetadata, HPS.SprocketPath, HPS.StringMetadata, HPS.TimeMetadata, HPS.UnsignedIntegerMetadata, HPS.CADModel, HPS.ModellingMatrixControl, HPS.DrawingAttributeControl, HPS.AxisTriadControl, HPS.NavigationCubeControl, HPS.ImageKit, HPS.UpdateOptionsControl, HPS.ApplicationWindowKey, HPS.CubeMapDefinition, HPS.CuttingSectionKey, HPS.GlyphDefinition, HPS.GlyphLinePatternElement, HPS.GridKey, HPS.HighlightControl, HPS.ImageDefinition, HPS.IncludeKey, HPS.InfiniteLineKey, HPS.LeaderLineClippingElement, HPS.LinePatternDefinition, HPS.MarkerKey, HPS.MaterialPaletteDefinition, HPS.MeshKey, HPS.NamedStyleDefinition, HPS.OffScreenWindowKey, HPS.SelectionOptionsControl, HPS.ShaderDefinition, HPS.ShapeDefinition, HPS.SphereGlyphElement, HPS.StandAloneWindowKey, HPS.TextureDefinition, HPS.TreeContext, HPS.World, HPS.KeyPath, HPS.StandAloneWindowOptionsControl, HPS.ApplicationWindowOptionsControl, HPS.AttributeLockControl, HPS.CircleKey, HPS.CircularArcKey, HPS.CircularWedgeKey, HPS.CylinderKey, HPS.DistantLightKey, HPS.EllipseKey, HPS.EllipticalArcKey, HPS.LineKey, HPS.NURBSCurveKey, HPS.NURBSSurfaceKey, HPS.OffScreenWindowOptionsControl, HPS.PolygonKey, HPS.PortfolioKey, HPS.ReferenceKey, HPS.ShellKey, HPS.SphereKey, HPS.SpotlightKey, HPS.StyleKey, HPS.TextKey, HPS.EdgeAttributeControl, HPS.HiddenLineAttributeControl, HPS.LightingAttributeControl, HPS.LineAttributeControl, HPS.MarkerAttributeControl, HPS.MaterialMappingControl, HPS.NURBSSurfaceAttributeControl, HPS.PerformanceControl, HPS.Capture, HPS.Filter, HPS.Metadata, HPS.GeometryKey, HPS.SelectabilityControl, HPS.SubwindowControl, HPS.TextAttributeControl, HPS.TransparencyControl, HPS.VisibilityControl, HPS.VisualEffectsControl, HPS.ComponentPath, HPS.BoundingControl, HPS.CameraControl, HPS.ColorInterpolationControl, HPS.ConditionControl, HPS.ContourLineControl, HPS.CullingControl, HPS.CurveAttributeControl, HPS.CuttingSectionAttributeControl, HPS.CylinderAttributeControl, HPS.DebuggingControl, HPS.Key, HPS.PortfolioControl, HPS.PostProcessEffectsControl, HPS.SegmentKey, HPS.SphereAttributeControl, HPS.StyleControl, HPS.TextureMatrixControl, HPS.TransformMaskControl, HPS.WindowInfoControl, HPS.WindowKey, HPS.FontSearchResults, HPS.HighlightSearchResults, HPS.SearchResults, HPS.SelectionControl, HPS.EventDispatcher, 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.Definition, HPS.DistantLightKit, HPS.DrawingAttributeKit, HPS.EdgeAttributeKit, HPS.EllipseKit, HPS.EllipticalArcKit, HPS.EventNotifier, HPS.FontSearchResultsIterator, HPS.GlyphElement, HPS.GlyphKit, HPS.GridKit, HPS.HiddenLineAttributeKit, HPS.HighlightSearchOptionsKit, HPS.HighlightSearchResultsIterator, HPS.HighlightState, 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.OffScreenWindowOptionsKit, HPS.PerformanceKit, HPS.PolygonKit, HPS.PostProcessEffectsKit, HPS.SearchOptionsKit, HPS.SearchResultsIterator, HPS.SegmentOptimizationOptionsKit, HPS.SelectabilityKit, HPS.SelectionItem, HPS.SelectionOptionsKit, HPS.SelectionResults, HPS.SelectionResultsIterator, HPS.ShaderKit, HPS.ShapeElement, HPS.ShapeKit, HPS.ShellKit, HPS.ShellOptimizationOptionsKit, HPS.ShellRelationOptionsKit, HPS.ShellRelationResultsKit, HPS.SphereAttributeKit, HPS.SphereKit, HPS.SpotlightKit, HPS.StandAloneWindowOptionsKit, HPS.TextAttributeKit, HPS.TextKit, HPS.TextureOptionsKit, HPS.TouchState, HPS.TransparencyKit, HPS.TrimKit, HPS.UpdateOptionsKit, HPS.VisibilityKit, HPS.VisualEffectsKit, HPS.View, HPS.AttributeLockKit, HPS.ColorInterpolationKit, HPS.DebuggingKit, HPS.FontInfoState, HPS.SubwindowKit, HPS.TransformMaskKit, HPS.UpdateNotifier, HPS.WindowInfoKit, HPS.CutGeometryGatheringOptionsKit, HPS.OperatorControl, HPS.Canvas, HPS.Layout, HPS.Model, HPS.Control, HPS.Kit, HPS.SprocketControl, and HPS.SprocketKit.

virtual void HPS.Object.Reset ( )
inlinevirtual

The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.Object.cs