|
| | StandAloneWindowKey () |
| |
| | StandAloneWindowKey (Key const &in_key) |
| |
| | StandAloneWindowKey (StandAloneWindowKey const &in_that) |
| |
| | StandAloneWindowKey (StandAloneWindowKey &&in_that) |
| |
| StandAloneWindowKey & | operator= (StandAloneWindowKey &&in_that) |
| |
| HPS::Type | ObjectType () const |
| |
StandAloneWindowOptionsControl
const | GetWindowOptionsControl () const |
| |
| StandAloneWindowOptionsControl | GetWindowOptionsControl () |
| |
| bool | ShowWindowOptions (StandAloneWindowOptionsKit &out_kit) const |
| |
| Window::UpdateStatus | Pause () |
| |
| | WindowKey () |
| |
| | WindowKey (WindowKey const &in_window) |
| |
| WindowKey & | operator= (WindowKey const &other) |
| |
| | WindowKey (WindowKey &&in_that) |
| |
| WindowKey & | operator= (WindowKey &&in_that) |
| |
| | WindowKey (Key const &in_key) |
| |
| | ~WindowKey () |
| |
| bool | ConvertCoordinate (Coordinate::Space in_space, Point const &in_point, Coordinate::Space in_output_space, Point &out_point) const |
| |
| r size_t | FindFonts (FontSearchResults &out_results) const |
| |
| WindowKey & | SetPostProcessEffects (PostProcessEffectsKit const &in_kit) |
| |
| bool | ShowPostProcessEffects (PostProcessEffectsKit &out_kit) const |
| |
| PostProcessEffectsControl | GetPostProcessEffectsControl () |
| |
| PostProcessEffectsControl const | GetPostProcessEffectsControl () const |
| |
| WindowKey & | SetDebugging (DebuggingKit const &in_kit) |
| |
| bool | ShowDebugging (DebuggingKit &out_kit) const |
| |
| DebuggingControl | GetDebuggingControl () |
| |
| DebuggingControl const | GetDebuggingControl () const |
| |
| WindowInfoControl const | GetWindowInfoControl () const |
| |
|
bool | ShowWindowInfo (WindowInfoKit &out_kit) const |
| |
| WindowKey & | SetSelectionOptions (SelectionOptionsKit const &in_kit) |
| |
| bool | ShowSelectionOptions (SelectionOptionsKit &out_kit) const |
| |
| WindowKey & | SetUpdateOptions (HPS::UpdateOptionsKit const &in_kit) |
| |
| bool | ShowUpdateOptions (HPS::UpdateOptionsKit &out_kit) const |
| |
| SelectionOptionsControl | GetSelectionOptionsControl () |
| |
| SelectionOptionsControl const | GetSelectionOptionsControl () const |
| |
| SelectionControl | GetSelectionControl () |
| |
| SelectionControl const | GetSelectionControl () const |
| |
| HighlightControl | GetHighlightControl () |
| |
| HighlightControl const | GetHighlightControl () const |
| |
| UpdateOptionsControl | GetUpdateOptionsControl () |
| |
| UpdateOptionsControl const | GetUpdateOptionsControl () const |
| |
| void | Update () |
| |
| void | Update (UpdateOptionsKit const &in_kit) |
| |
| void | Update (Window::UpdateControl in_control, Time in_time_limit=-1) |
| |
| UpdateNotifier | UpdateWithNotifier () |
| |
| UpdateNotifier | UpdateWithNotifier (HPS::UpdateOptionsKit const &in_kit) |
| |
| UpdateNotifier | UpdateWithNotifier (Window::UpdateControl in_control, Time in_time_limit=-1) |
| |
| EventDispatcher & | GetEventDispatcher () |
| |
| EventDispatcher const & | GetEventDispatcher () const |
| |
| bool | ShowSnapshot (ImageKit &out_kit) const |
| |
| | SegmentKey () |
| |
| | SegmentKey (SegmentKey const &in_that) |
| |
| SegmentKey & | operator= (SegmentKey const &other) |
| |
| | SegmentKey (SegmentKey &&in_that) |
| |
| SegmentKey & | operator= (SegmentKey &&in_that) |
| |
| | SegmentKey (Key const &in_that) |
| |
| | ~SegmentKey () |
| |
| UTF8 | Name () const |
| |
| SegmentKey & | SetName (char const *in_name) |
| |
| SegmentKey | Down (char const *in_segment_name, bool in_create_if_not_present=false) const |
| |
| SegmentKey | Subsegment (char const *in_segment_name="", bool in_create_if_not_present=true) const |
| |
| void | Flush (Search::Type in_type_to_remove=Search::Type::Everything, Search::Space in_search_space=Search::Space::SegmentOnly) |
| |
| void | Flush (SearchTypeArray const &in_types_to_remove, Search::Space in_search_space=Search::Space::SegmentOnly) |
| |
| void | Flush (size_t in_types_count, Search::Type const in_types_to_remove[], Search::Space in_search_space=Search::Space::SegmentOnly) |
| |
| size_t | Find (Search::Type in_request, Search::Space in_search_space, SearchResults &out_results) const |
| |
| size_t | Find (SearchTypeArray const &in_requests, Search::Space in_search_space, SearchResults &out_results) const |
| |
| size_t | Find (size_t in_types_count, Search::Type const in_requests[], Search::Space in_search_space, SearchResults &out_results) const |
| |
| size_t | Find (SearchOptionsKit const &in_options, SearchResults &out_results) const |
| |
| size_t | Find (SearchOptionsKit const &in_options) const |
| |
| IncludeKey | IncludeSegment (SegmentKey const &in_seg) |
| |
| IncludeKey | IncludeSegment (SegmentKey const &in_seg, Condition const &in_condition) |
| |
| ReferenceKey | ReferenceGeometry (Key const &in_key) |
| |
| ReferenceKey | ReferenceGeometry (Key const &in_key, Condition const &in_condition) |
| |
| size_t | ShowSubsegments () const |
| |
| size_t | ShowSubsegments (SegmentKeyArray &out_children) const |
| |
| size_t | ShowReferrers (SegmentKeyArray &out_segments) const |
| |
| size_t | ShowReferrers (ReferenceKeyArray &out_references) const |
| |
| size_t | ShowStylers (SegmentKeyArray &out_segments) const |
| |
| size_t | ShowStylers (StyleKeyArray &out_styles) const |
| |
| size_t | ShowIncluders (SegmentKeyArray &out_segments) const |
| |
| size_t | ShowIncluders (IncludeKeyArray &out_includes) const |
| |
| StyleControl | GetStyleControl () |
| |
| StyleControl const | GetStyleControl () const |
| |
| PortfolioControl | GetPortfolioControl () |
| |
| PortfolioControl const | GetPortfolioControl () const |
| |
| SegmentKey & | SetCondition (char const *in_condition) |
| |
| SegmentKey & | SetConditions (UTF8Array const &in_conditions) |
| |
| SegmentKey & | SetConditions (size_t in_count, UTF8 const in_conditions[]) |
| |
| SegmentKey & | UnsetConditions () |
| |
| bool | ShowConditions (UTF8Array &out_conditions) const |
| |
| ConditionControl | GetConditionControl () |
| |
| ConditionControl const | GetConditionControl () const |
| |
| SegmentKey & | SetMaterialPalette (char const *in_name) |
| |
| SegmentKey & | UnsetMaterialPalette () |
| |
| bool | ShowMaterialPalette (UTF8 &out_name) const |
| |
| SegmentKey & | SetPriority (int in_priority) |
| |
| SegmentKey & | UnsetPriority () |
| |
| bool | ShowPriority (int &out_priority) const |
| |
| SegmentKey & | SetUserData (IntPtrTArray const &in_indices, ByteArrayArray const &in_data) |
| |
| SegmentKey & | SetUserData (intptr_t in_index, size_t in_bytes, byte const in_data[]) |
| |
| SegmentKey & | SetUserData (intptr_t in_index, ByteArray const &in_data) |
| |
| SegmentKey & | UnsetUserData (intptr_t in_index) |
| |
| SegmentKey & | UnsetUserData (size_t in_count, intptr_t const in_indices[]) |
| |
| SegmentKey & | UnsetUserData (HPS::IntPtrTArray const &in_indices) |
| |
| SegmentKey & | UnsetAllUserData () |
| |
| size_t | ShowUserDataCount () const |
| |
| bool | ShowUserData (IntPtrTArray &out_indices, ByteArrayArray &out_data) const |
| |
| bool | ShowUserDataIndices (IntPtrTArray &out_indices) const |
| |
| bool | ShowUserData (intptr_t in_index, ByteArray &out_data) const |
| |
| LineKey | InsertLine (LineKit const &in_kit) |
| |
| LineKey | InsertLine (size_t in_count, Point const in_pts[]) |
| |
| LineKey | InsertLine (PointArray const &in_pts) |
| |
| LineKey | InsertLine (Point const &pt1, Point const &pt2) |
| |
| CylinderKey | InsertCylinder (CylinderKit const &in_kit) |
| |
| CylinderKey | InsertCylinder (size_t in_pcount, Point const in_points[], size_t in_rcount, float const in_radii[], Cylinder::Capping in_caps=Cylinder::Capping::Both) |
| |
| CylinderKey | InsertCylinder (PointArray const &in_points, FloatArray const &in_radii, Cylinder::Capping in_caps=Cylinder::Capping::Both) |
| |
| CylinderKey | InsertCylinder (Point const &in_point1, Point const &in_point2, float in_radius, Cylinder::Capping in_caps=Cylinder::Capping::Both) |
| |
| SphereKey | InsertSphere (SphereKit const &in_kit) |
| |
| SphereKey | InsertSphere (Point const &in_center, float in_radius, Vector const &in_axis=Vector(0, 1, 0), Vector const &in_prime_meridian=Vector(1, 0, 0)) |
| |
| CircleKey | InsertCircle (CircleKit const &in_kit) |
| |
| CircleKey | InsertCircle (Point const &in_start, Point const &in_middle, Point const &in_end) |
| |
| CircleKey | InsertCircle (Point const &in_center, float in_radius, Vector const &in_normal) |
| |
| CircularArcKey | InsertCircularArc (CircularArcKit const &in_kit) |
| |
| CircularArcKey | InsertCircularArc (Point const &in_start, Point const &in_middle, Point const &in_end) |
| |
| CircularWedgeKey | InsertCircularWedge (CircularWedgeKit const &in_kit) |
| |
| CircularWedgeKey | InsertCircularWedge (Point const &in_start, Point const &in_middle, Point const &in_end) |
| |
| EllipseKey | InsertEllipse (EllipseKit const &in_kit) |
| |
| EllipseKey | InsertEllipse (Point const &in_center, Point const &in_major, Point const &in_minor) |
| |
| EllipticalArcKey | InsertEllipticalArc (EllipticalArcKit const &in_kit) |
| |
| EllipticalArcKey | InsertEllipticalArc (Point const &in_center, Point const &in_major, Point const &in_minor, float start, float end) |
| |
| PolygonKey | InsertPolygon (PolygonKit const &in_kit) |
| |
| PolygonKey | InsertPolygon (PointArray const &in_pts) |
| |
| PolygonKey | InsertPolygon (size_t in_count, Point const in_points[]) |
| |
| ShellKey | InsertShell (ShellKit const &in_kit) |
| |
| ShellKey | InsertShell (PointArray const &in_points, IntArray const &in_facelist) |
| |
| ShellKey | InsertShell (size_t in_point_count, Point const in_points[], size_t in_facelist_count, int const in_facelist[]) |
| |
| ShellKey | InsertShellByTristrips (PointArray const &in_points, IntArray const &in_tristrips) |
| |
| ShellKey | InsertShellByTristrips (size_t in_point_count, Point const in_points[], size_t in_tristrips_count, int const in_tristrips[]) |
| |
| MeshKey | InsertMesh (MeshKit const &in_kit) |
| |
| MeshKey | InsertMesh (size_t in_rows, size_t in_columns, PointArray const &in_points) |
| |
| MeshKey | InsertMesh (size_t in_rows, size_t in_columns, size_t in_point_count, Point const in_points[]) |
| |
| MarkerKey | InsertMarker (Point const &in_position) |
| |
| MarkerKey | InsertMarker (MarkerKit const &in_kit) |
| |
| DistantLightKey | InsertDistantLight (Vector const &in_direction) |
| |
| DistantLightKey | InsertDistantLight (DistantLightKit const &in_kit) |
| |
| CuttingSectionKey | InsertCuttingSection (Plane const &in_plane) |
| |
| CuttingSectionKey | InsertCuttingSection (CuttingSectionKit const &in_kit) |
| |
| CuttingSectionKey | InsertCuttingSection (PlaneArray const &in_planes) |
| |
| CuttingSectionKey | InsertCuttingSection (size_t in_planes_count, Plane const in_planes[]) |
| |
| InfiniteLineKey | InsertInfiniteLine (InfiniteLineKit const &in_kit) |
| |
| InfiniteLineKey | InsertInfiniteLine (Point const &in_first, Point const &in_second, InfiniteLine::Type in_type) |
| |
| SpotlightKey | InsertSpotlight (Point const &in_position, Point const &in_target) |
| |
| SpotlightKey | InsertSpotlight (SpotlightKit const &in_kit) |
| |
| NURBSCurveKey | InsertNURBSCurve (NURBSCurveKit const &in_kit) |
| |
| NURBSCurveKey | InsertNURBSCurve (size_t in_degree, PointArray const &in_points, FloatArray const &in_weights, FloatArray const &in_knots, float in_start_u, float in_end_u) |
| |
| NURBSCurveKey | InsertNURBSCurve (size_t in_degree, size_t in_pcount, Point const in_points[], float const in_weights[], size_t in_knot_count, float const in_knots[], float in_start_u, float in_end_u) |
| |
| NURBSSurfaceKey | InsertNURBSSurface (NURBSSurfaceKit const &in_kit) |
| |
| NURBSSurfaceKey | InsertNURBSSurface (size_t in_udegree, size_t in_vdegree, size_t in_ucount, size_t in_vcount, PointArray const &in_points, FloatArray const &in_weights, FloatArray const &in_uknots, FloatArray const &in_vknots) |
| |
| NURBSSurfaceKey | InsertNURBSSurface (size_t in_udegree, size_t in_vdegree, size_t in_ucount, size_t in_vcount, size_t in_point_count, Point const in_points[], float const in_weights[], size_t in_uknot_count, float const in_uknots[], size_t in_vknot_count, float const in_vknots[]) |
| |
| NURBSSurfaceKey | InsertNURBSSurface (size_t in_udegree, size_t in_vdegree, size_t in_ucount, size_t in_vcount, PointArray const &in_points, FloatArray const &in_weights, FloatArray const &in_uknots, FloatArray const &in_vknots, TrimKitArray const &in_trims) |
| |
| NURBSSurfaceKey | InsertNURBSSurface (size_t in_udegree, size_t in_vdegree, size_t in_ucount, size_t in_vcount, size_t in_point_count, Point const in_points[], float const in_weights[], size_t in_uknot_count, float const in_uknots[], size_t in_vknot_count, float const in_vknots[], size_t in_trim_count, TrimKit const in_trims[]) |
| |
| TextKey | InsertText (TextKit const &in_kit) |
| |
| TextKey | InsertText (Point const &in_position, char const *in_text) |
| |
| GridKey | InsertGrid (GridKit const &in_kit) |
| |
| GridKey | InsertGrid (Point const &in_origin, Point const &in_first_point=Point(1, 0, 0), Point const &in_second_point=Point(0, 1, 0), int in_first_count=0, int in_second_count=0, Grid::Type in_type=Grid::Type::Quadrilateral) |
| |
| LineKey | InsertLineFromGeometry (CircleKey const &in_circle, float in_deviation=-1.0f) |
| |
| LineKey | InsertLineFromGeometry (CircularArcKey const &in_circular_arc, float in_deviation=-1.0f) |
| |
| LineKey | InsertLineFromGeometry (CircularWedgeKey const &in_circular_wedge, float in_deviation=-1.0f) |
| |
| LineKey | InsertLineFromGeometry (EllipseKey const &in_ellipse, float in_deviation=-1.0f) |
| |
| LineKey | InsertLineFromGeometry (EllipticalArcKey const &in_elliptical_arc, float in_deviation=-1.0f) |
| |
| LineKey | InsertLineFromGeometry (NURBSCurveKey const &in_nurbs_curve, float in_deviation=-1.0f) |
| |
| ShellKey | InsertShellFromGeometry (SphereKey const &in_sphere) |
| |
| ShellKey | InsertShellFromGeometry (CylinderKey const &in_cylinder) |
| |
| ShellKey | InsertShellFromGeometry (NURBSSurfaceKey const &in_nurbs_surface) |
| |
| ShellKey | InsertShellFromGeometry (MeshKey const &in_mesh) |
| |
| ShellKey | InsertShellFromGeometry (PolygonKey const &in_polygon) |
| |
| ShellKey | InsertShellFromGeometry (TextKey const &in_text) |
| |
| SegmentKey & | SetAttributeLocks (AttributeLockKit const &in_kit) |
| |
| SegmentKey & | UnsetAttributeLocks () |
| |
| bool | ShowAttributeLocks (AttributeLockKit &out_kit) const |
| |
| AttributeLockControl | GetAttributeLockControl () |
| |
| AttributeLockControl const | GetAttributeLockControl () const |
| |
| SegmentKey & | SetBoundings (BoundingKit const &in_kit) |
| |
| SegmentKey & | UnsetBoundings () |
| |
| bool | ShowBoundings (BoundingKit &out_kit) const |
| |
| BoundingControl | GetBoundingControl () |
| |
| BoundingControl const | GetBoundingControl () const |
| |
| SegmentKey & | SetCamera (CameraKit const &in_kit) |
| |
| SegmentKey & | UnsetCamera () |
| |
| bool | ShowCamera (CameraKit &out_kit) const |
| |
| CameraControl | GetCameraControl () |
| |
| CameraControl const | GetCameraControl () const |
| |
| SegmentKey & | SetColorInterpolation (ColorInterpolationKit const &in_kit) |
| |
| SegmentKey & | UnsetColorInterpolation () |
| |
| bool | ShowColorInterpolation (ColorInterpolationKit &out_kit) const |
| |
| ColorInterpolationControl | GetColorInterpolationControl () |
| |
| ColorInterpolationControl const | GetColorInterpolationControl () const |
| |
| SegmentKey & | SetContourLine (ContourLineKit const &in_kit) |
| |
| SegmentKey & | UnsetContourLine () |
| |
| bool | ShowContourLine (ContourLineKit &out_kit) const |
| |
| ContourLineControl | GetContourLineControl () |
| |
| ContourLineControl const | GetContourLineControl () const |
| |
| SegmentKey & | SetCulling (CullingKit const &in_kit) |
| |
| SegmentKey & | UnsetCulling () |
| |
| bool | ShowCulling (CullingKit &out_kit) const |
| |
| CullingControl | GetCullingControl () |
| |
| CullingControl const | GetCullingControl () const |
| |
| SegmentKey & | SetCurveAttributes (CurveAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetCurveAttributes () |
| |
| bool | ShowCurveAttributes (CurveAttributeKit &out_kit) const |
| |
| CurveAttributeControl | GetCurveAttributeControl () |
| |
| CurveAttributeControl const | GetCurveAttributeControl () const |
| |
| SegmentKey & | SetCuttingSectionAttributes (CuttingSectionAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetCuttingSectionAttributes () |
| |
| bool | ShowCuttingSectionAttributes (CuttingSectionAttributeKit &out_kit) const |
| |
| CuttingSectionAttributeControl | GetCuttingSectionAttributeControl () |
| |
CuttingSectionAttributeControl
const | GetCuttingSectionAttributeControl () const |
| |
| SegmentKey & | SetCylinderAttributes (CylinderAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetCylinderAttributes () |
| |
| bool | ShowCylinderAttributes (CylinderAttributeKit &out_kit) const |
| |
| CylinderAttributeControl | GetCylinderAttributeControl () |
| |
| CylinderAttributeControl const | GetCylinderAttributeControl () const |
| |
| SegmentKey & | SetDrawingAttribute (DrawingAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetDrawingAttribute () |
| |
| bool | ShowDrawingAttribute (DrawingAttributeKit &out_kit) const |
| |
| DrawingAttributeControl | GetDrawingAttributeControl () |
| |
| DrawingAttributeControl const | GetDrawingAttributeControl () const |
| |
| SegmentKey & | SetEdgeAttributes (EdgeAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetEdgeAttributes () |
| |
| bool | ShowEdgeAttributes (EdgeAttributeKit &out_kit) const |
| |
| EdgeAttributeControl | GetEdgeAttributeControl () |
| |
| EdgeAttributeControl const | GetEdgeAttributeControl () const |
| |
| SegmentKey & | SetHiddenLineAttribute (HiddenLineAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetHiddenLineAttribute () |
| |
| bool | ShowHiddenLineAttribute (HiddenLineAttributeKit &out_kit) const |
| |
| HiddenLineAttributeControl | GetHiddenLineAttributeControl () |
| |
| HiddenLineAttributeControl const | GetHiddenLineAttributeControl () const |
| |
| SegmentKey & | SetLightingAttributes (LightingAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetLightingAttributes () |
| |
| bool | ShowLightingAttributes (LightingAttributeKit &out_kit) const |
| |
| LightingAttributeControl | GetLightingAttributeControl () |
| |
| LightingAttributeControl const | GetLightingAttributeControl () const |
| |
| SegmentKey & | SetLineAttributes (LineAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetLineAttributes () |
| |
| bool | ShowLineAttributes (LineAttributeKit &out_kit) const |
| |
| LineAttributeControl | GetLineAttributeControl () |
| |
| LineAttributeControl const | GetLineAttributeControl () const |
| |
| SegmentKey & | SetMaterialMapping (MaterialMappingKit const &in_kit) |
| |
| SegmentKey & | UnsetMaterialMapping () |
| |
| bool | ShowMaterialMapping (MaterialMappingKit &out_kit) const |
| |
| MaterialMappingControl | GetMaterialMappingControl () |
| |
| MaterialMappingControl const | GetMaterialMappingControl () const |
| |
| SegmentKey & | SetMarkerAttributes (MarkerAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetMarkerAttributes () |
| |
| bool | ShowMarkerAttributes (MarkerAttributeKit &out_kit) const |
| |
| MarkerAttributeControl | GetMarkerAttributeControl () |
| |
| MarkerAttributeControl const | GetMarkerAttributeControl () const |
| |
| SegmentKey & | SetModellingMatrix (MatrixKit const &in_kit) |
| |
| SegmentKey & | UnsetModellingMatrix () |
| |
| bool | ShowModellingMatrix (MatrixKit &out_kit) const |
| |
| ModellingMatrixControl | GetModellingMatrixControl () |
| |
| ModellingMatrixControl const | GetModellingMatrixControl () const |
| |
| SegmentKey & | SetNURBSSurfaceAttributes (NURBSSurfaceAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetNURBSSurfaceAttributes () |
| |
| bool | ShowNURBSSurfaceAttributes (NURBSSurfaceAttributeKit &out_kit) const |
| |
| NURBSSurfaceAttributeControl | GetNURBSSurfaceAttributeControl () |
| |
| NURBSSurfaceAttributeControl const | GetNURBSSurfaceAttributeControl () const |
| |
| SegmentKey & | SetPerformance (PerformanceKit const &in_kit) |
| |
| SegmentKey & | UnsetPerformance () |
| |
| bool | ShowPerformance (PerformanceKit &out_kit) const |
| |
| PerformanceControl | GetPerformanceControl () |
| |
| PerformanceControl const | GetPerformanceControl () const |
| |
| SegmentKey & | SetSelectability (SelectabilityKit const &in_kit) |
| |
| SegmentKey & | UnsetSelectability () |
| |
| bool | ShowSelectability (SelectabilityKit &out_kit) const |
| |
| SelectabilityControl | GetSelectabilityControl () |
| |
| SelectabilityControl const | GetSelectabilityControl () const |
| |
| SegmentKey & | SetSphereAttributes (SphereAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetSphereAttributes () |
| |
| bool | ShowSphereAttributes (SphereAttributeKit &out_kit) const |
| |
| SphereAttributeControl | GetSphereAttributeControl () |
| |
| SphereAttributeControl const | GetSphereAttributeControl () const |
| |
| SegmentKey & | SetSubwindow (SubwindowKit const &in_kit) |
| |
| SegmentKey & | UnsetSubwindow () |
| |
| bool | ShowSubwindow (SubwindowKit &out_kit) const |
| |
| SubwindowControl | GetSubwindowControl () |
| |
| SubwindowControl const | GetSubwindowControl () const |
| |
| SegmentKey & | SetTextAttributes (TextAttributeKit const &in_kit) |
| |
| SegmentKey & | UnsetTextAttributes () |
| |
| bool | ShowTextAttributes (TextAttributeKit &out_kit) const |
| |
| TextAttributeControl | GetTextAttributeControl () |
| |
| TextAttributeControl const | GetTextAttributeControl () const |
| |
| SegmentKey & | SetTextureMatrix (MatrixKit const &in_kit) |
| |
| SegmentKey & | UnsetTextureMatrix () |
| |
| bool | ShowTextureMatrix (MatrixKit &out_kit) const |
| |
| TextureMatrixControl | GetTextureMatrixControl () |
| |
| TextureMatrixControl const | GetTextureMatrixControl () const |
| |
| SegmentKey & | SetTransformMask (TransformMaskKit const &in_kit) |
| |
| SegmentKey & | UnsetTransformMask () |
| |
| bool | ShowTransformMask (TransformMaskKit &out_kit) const |
| |
| TransformMaskControl | GetTransformMaskControl () |
| |
| TransformMaskControl const | GetTransformMaskControl () const |
| |
| SegmentKey & | SetTransparency (TransparencyKit const &in_kit) |
| |
| SegmentKey & | UnsetTransparency () |
| |
| bool | ShowTransparency (TransparencyKit &out_kit) const |
| |
| TransparencyControl | GetTransparencyControl () |
| |
| TransparencyControl const | GetTransparencyControl () const |
| |
| SegmentKey & | SetVisibility (VisibilityKit const &in_kit) |
| |
| SegmentKey & | UnsetVisibility () |
| |
| bool | ShowVisibility (VisibilityKit &out_kit) const |
| |
| VisibilityControl | GetVisibilityControl () |
| |
| VisibilityControl const | GetVisibilityControl () const |
| |
| SegmentKey & | SetVisualEffects (VisualEffectsKit const &in_kit) |
| |
| SegmentKey & | UnsetVisualEffects () |
| |
| bool | ShowVisualEffects (VisualEffectsKit &out_kit) const |
| |
| VisualEffectsControl | GetVisualEffectsControl () |
| |
| VisualEffectsControl const | GetVisualEffectsControl () const |
| |
|
void | Optimize (SegmentOptimizationOptionsKit const &in_kit) |
| |
| | Key () |
| |
| | Key (Key const &in_that) |
| |
| | Key (Control const &in_control) |
| |
| | Key (Key &&in_that) |
| |
| Key & | operator= (Key &&in_that) |
| |
| virtual | ~Key () |
| |
| bool | HasOwner () const |
| |
| SegmentKey | Up () const |
| |
| SegmentKey | Owner () const |
| |
| void | Delete () |
| |
| void | MoveTo (SegmentKey const &in_new_owner) |
| |
| Key | CopyTo (SegmentKey const &in_destination) const |
| |
| Key & | operator= (Key const &in_that) |
| |
| virtual void | Assign (Key const &in_that) |
| |
| bool | Equals (Key const &in_that) const |
| |
| bool | operator!= (Key const &in_that) const |
| |
| bool | operator== (Key const &in_that) const |
| |
| size_t | GetHash () const |
| |
|
Object & | operator= (Object const &other_object) |
| |
| | Object (Object &&in_that) |
| |
| Object & | operator= (Object &&in_that) |
| |
| HPS::Type | Type () const |
| |
| virtual bool | Empty () const |
| |
| virtual void | Reset () |
| |
| bool | HasType (HPS::Type in_mask) const |
| |
| intptr_t | GetClassID () const |
| |
| intptr_t | GetInstanceID () const |
| |